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

/external/webkit/Source/WebKit2/Platform/win/
H A DRunLoopWin.cpp37 static const LPWSTR kRunLoopMessageWindowClassName = L"RunLoopMessageWindow"; variable
136 windowClass.lpszClassName = kRunLoopMessageWindowClassName;
145 m_runLoopMessageWindow = ::CreateWindow(kRunLoopMessageWindowClassName, 0, 0,

Completed in 159 milliseconds