sbWindowMoveService.cpp File Reference
#include "sbWindowMoveService.h"
#include "../NativeWindowFromNode.h"
#include <nsComponentManagerUtils.h>
#include <nsThreadUtils.h>
Include dependency graph for sbWindowMoveService.cpp:

Go to the source code of this file.

Macros

#define PROP_WMS_INST   L"WindowMoveServiceInstance"
 

Functions

HHOOK GetHookForWindow (HWND aWnd, const sbWindowMoveService::hooks_t &aHooks)
 
void CallListenerMoveStarted (HWND aWnd, const sbWindowMoveService::listeners_t &aListeners)
 
void CallListenerMoveStopped (HWND aWnd, const sbWindowMoveService::listeners_t &aListeners)
 

Variables

static const PRUint32 DEFAULT_HASHTABLE_SIZE = 1
 

Macro Definition Documentation

#define PROP_WMS_INST   L"WindowMoveServiceInstance"

Definition at line 31 of file sbWindowMoveService.cpp.

Function Documentation

void CallListenerMoveStarted ( HWND  aWnd,
const sbWindowMoveService::listeners_t aListeners 
)
inline

Definition at line 63 of file sbWindowMoveService.cpp.

Here is the caller graph for this function:

void CallListenerMoveStopped ( HWND  aWnd,
const sbWindowMoveService::listeners_t aListeners 
)
inline

Definition at line 75 of file sbWindowMoveService.cpp.

HHOOK GetHookForWindow ( HWND  aWnd,
const sbWindowMoveService::hooks_t aHooks 
)
inline

Definition at line 52 of file sbWindowMoveService.cpp.

Variable Documentation

const PRUint32 DEFAULT_HASHTABLE_SIZE = 1
static

Definition at line 33 of file sbWindowMoveService.cpp.