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

/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp66 static LPCWSTR kPopupWindowClassName = L"PopupWindowClass"; member in namespace:WebCore
125 return kPopupWindowClassName;
147 m_popup = ::CreateWindowExW(exStyle, kPopupWindowClassName, L"PopupMenu",
748 wcex.lpszClassName = kPopupWindowClassName;

Completed in 83 milliseconds