Searched refs:IPC_CLIENT_WINDOW_NAME_PREFIX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcConfig.h50 #define IPC_CLIENT_WINDOW_NAME_PREFIX "Mozilla:IPCAppWindow:" macro
58 #define IPC_CLIENT_WINDOW_NAME_MAXLEN (sizeof(IPC_CLIENT_WINDOW_NAME_PREFIX) + 20)
65 IPC_CLIENT_WINDOW_NAME_PREFIX, pid);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionWin.cpp155 char wName[sizeof(IPC_CLIENT_WINDOW_NAME_PREFIX) + 20];
156 PR_snprintf(wName, sizeof(wName), "%s%u", IPC_CLIENT_WINDOW_NAME_PREFIX, pid);

Completed in 46 milliseconds