Home
last modified time | relevance | path

Searched refs:kWndClass (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dtemp_window_win.cc15 const wchar_t kWndClass[] = L"Client_TempWindow"; variable
25 wc.lpszClassName = kWndClass; in CreateTempWindow()
29 return CreateWindow(kWndClass, 0, WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, 0, 0, in CreateTempWindow()
Dmain_message_loop_multithreaded_win.cc17 const wchar_t kWndClass[] = L"Client_MessageWindow"; variable
117 wc.lpszClassName = kWndClass; in CreateMessageWindow()
120 return CreateWindow(kWndClass, 0, 0, 0, 0, 0, 0, HWND_MESSAGE, 0, hInstance, in CreateMessageWindow()
Dosr_window_win.cc28 const wchar_t kWndClass[] = L"Client_OsrWindow"; variable
298 ex_style, kWndClass, 0, in Create()
378 wcex.lpszClassName = kWndClass; in RegisterOsrClass()