Searched refs:kMessageWindowClass (Results 1 – 3 of 3) sorted by relevance
47 chrome::kMessageWindowClass, in ProcessSingleton()70 chrome::kMessageWindowClass, in ProcessSingleton()82 UnregisterClass(chrome::kMessageWindowClass, GetModuleHandle(NULL)); in ~ProcessSingleton()185 wc.lpszClassName = chrome::kMessageWindowClass; in Create()194 window_ = CreateWindow(chrome::kMessageWindowClass, in Create()
30 extern const wchar_t kMessageWindowClass[];
69 const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow"; variable