Searched refs:IPC_WINDOW_CLASS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcConfig.h47 #define IPC_WINDOW_CLASS "Mozilla:IPCWindowClass" macro
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp273 ipcDaemonHwnd = FindWindow(IPC_WINDOW_CLASS, IPC_WINDOW_NAME);
283 ipcDaemonHwnd = FindWindow(IPC_WINDOW_CLASS, IPC_WINDOW_NAME);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcdWin.cpp364 wc.lpszClassName = IPC_WINDOW_CLASS;
368 ipcHwnd = CreateWindow(IPC_WINDOW_CLASS, IPC_WINDOW_NAME,

Completed in 56 milliseconds