HomeSort by relevance Sort by last modified time
    Searched refs:windowClassName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 65 static LPCWSTR windowClassName = L"MediaPlayerPrivateFullscreenWindowClass";
72 wcex.lpszClassName = windowClassName;
85 ::CreateWindowExW(WS_EX_TOOLWINDOW, windowClassName, L"", WS_POPUP | WS_VISIBLE,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 41 static LPCWSTR windowClassName = L"org.webkit.NetscapePluginWindow";
56 windowClass.lpszClassName = windowClassName;
75 m_window = ::CreateWindowExW(0, windowClassName, 0, WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, containingWindow(), 0, 0, 0);

Completed in 1441 milliseconds