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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DPrivate.cpp43 , m_hostWindow(hostWindow)
52 if (m_hostWindow && m_hostWindow->platformPageClient()) {
H A DGraphicsContext3DPrivate.h81 HostWindow* m_hostWindow; member in class:WebCore::GraphicsContext3DPrivate
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp85 HostWindow* m_hostWindow; member in class:WebCore::GraphicsContext3DPrivate
106 , m_hostWindow(hostWindow)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp362 , m_hostWindow(0)
2695 frame.left, frame.top, frame.right - frame.left, frame.bottom - frame.top, m_hostWindow ? m_hostWindow : HWND_MESSAGE, 0, gInstance, 0);
3442 m_hostWindow = window;
3452 *window = (OLE_HANDLE)(ULONG64)m_hostWindow;
5879 newParent = findTopLevelParent(m_hostWindow);
6080 ::SetParent(m_viewWindow, m_hostWindow ? m_hostWindow : HWND_MESSAGE);
6914 return m_hostWindow;
H A DWebView.h1081 HWND m_hostWindow; member in class:WebView

Completed in 162 milliseconds