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

/external/webkit/Tools/WebKitAPITest/
H A DTestsController.cpp35 static const LPCWSTR testsControllerWindowClassName = L"TestsControllerWindowClass"; member in namespace:WebKitAPITest
44 m_window = CreateWindowExW(0, testsControllerWindowClassName, 0, WS_CHILD, 0, 0, 0, 0, HWND_MESSAGE, 0, GetModuleHandle(0), 0);
132 wndClass.lpszClassName = testsControllerWindowClassName;

Completed in 39 milliseconds