Home
last modified time | relevance | path

Searched refs:instanceHandle (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWebCoreInstanceHandle.h36 inline void setInstanceHandle(HINSTANCE instanceHandle) { s_instanceHandle = instanceHandle; } in setInstanceHandle() argument
37 inline HINSTANCE instanceHandle() { return s_instanceHandle; } in instanceHandle() function
DSharedTimerWin.cpp129 wcex.hInstance = WebCore::instanceHandle(); in initializeOffScreenTimerWindow()
134 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, WebCore::instanceHandle(), 0); in initializeOffScreenTimerWindow()
DLocalizedStringsWin.cpp52 …DWORD length = ::GetModuleFileNameW(instanceHandle(), dllPathBuffer, WTF_ARRAY_LENGTH(dllPathBuffe… in createWebKitBundle()
DPasteboardWin.cpp97 wc.hInstance = WebCore::instanceHandle(); in Pasteboard()
DPopupMenuWin.cpp150 hostWindow, 0, WebCore::instanceHandle(), this); in show()
743 wcex.hInstance = WebCore::instanceHandle(); in registerClass()
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovieWinTimer.cpp41 static HINSTANCE instanceHandle = 0; variable
71 wcex.hInstance = instanceHandle; in initializeOffScreenTimerWindow()
76 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, instanceHandle, 0); in initializeOffScreenTimerWindow()
127 instanceHandle = handle; in setSharedTimerInstanceHandle()
DMediaPlayerPrivateFullscreenWindow.cpp71 wcex.hInstance = instanceHandle(); in createWindow()
87 parentHwnd, 0, WebCore::instanceHandle(), this); in createWindow()
/external/webkit/Source/WebCore/platform/wince/
DSharedTimerWinCE.cpp75 wcex.hInstance = WebCore::instanceHandle(); in initializeOffScreenTimerWindow()
80 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, 0, 0, WebCore::instanceHandle(), 0); in initializeOffScreenTimerWindow()
DPasteboardWinCE.cpp91 wc.hInstance = WebCore::instanceHandle(); in Pasteboard()
/external/webkit/Source/WebKit/wince/
DWebView.cpp84 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, hwnd, 0, WebCore::instanceHandle(), 0); in WebView()
127 void WebView::initialize(HINSTANCE instanceHandle) in initialize() argument
133 WebCore::setInstanceHandle(instanceHandle); in initialize()
140 wc.hInstance = instanceHandle; in initialize()
152 UnregisterClass(kWebViewWindowClassName, WebCore::instanceHandle()); in cleanup()
DWebView.h55 static void initialize(HINSTANCE instanceHandle);
/external/webkit/Source/WebKit2/UIProcess/win/
DWebInspectorProxyWin.cpp61 wcex.hInstance = instanceHandle(); in registerInspectorViewWindowClass()
169 0, 0, initialWindowWidth, initialWindowHeight, 0, 0, instanceHandle(), this); in platformOpen()
DWebPageProxyWin.cpp44 …if (!::LoadStringW(instanceHandle(), BUILD_NUMBER, reinterpret_cast<LPWSTR>(&buildNumberStringPtr)… in userVisibleWebKitVersionString()
DWebView.cpp251 wcex.hInstance = instanceHandle(); in registerWebViewWindowClass()
284 …ft, rect.bottom - rect.top, parentWindow ? parentWindow : HWND_MESSAGE, 0, instanceHandle(), this); in WebView()
320 …POINTHSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_HORZ, 0, 0, 0, 0, m_window, 0, instanceHandle(), 0); in initialize()
321 …POINTVSCROLLBAR"), WS_CHILD | WS_VISIBLE | SBS_VERT, 0, 0, 0, 0, m_window, 0, instanceHandle(), 0); in initialize()
DWebPopupMenuProxyWin.cpp152 wcex.hInstance = instanceHandle(); in registerWindowClass()
217 hostWindow, 0, instanceHandle(), this); in showPopupMenu()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp68 wndClass.hInstance = instanceHandle(); in registerDummyWindowClass()
77 return ::CreateWindowW(dummyWindowClass, 0, WS_POPUP, 0, 0, 10, 10, 0, 0, instanceHandle(), 0); in createDummyWindow()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp299 ASSERT(WebCore::instanceHandle()); in registerPluginView()
316 wcex.hInstance = WebCore::instanceHandle(); in registerPluginView()
970 … 0, 0, 0, 0, parentWindowHandle, 0, WebCore::instanceHandle(), 0); in platformStart()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DCACFLayerTreeHost.cpp98 wcex.hInstance = WebCore::instanceHandle(); in acceleratedCompositingAvailable()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2425022 [WINCE] Use WebCore::instanceHandle()
25025 Page::instanceHandle() is moved to WebCore::instanceHandle().
39958 Page::instanceHandle into its own file just in the WebCore
39972 (WebCore::instanceHandle):
39974 Switch to WebCore::instanceHandle() instead of
39975 Page::instanceHandle() and include the new header.
DChangeLog-2006-12-3128316 (WebCore::Page::instanceHandle):