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

/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DLayerTreeContextGtk.cpp35 : windowHandle(0)
45 encoder << windowHandle; local
50 return decoder.decode(context.windowHandle);
55 return !windowHandle;
60 return a.windowHandle == b.windowHandle;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGLContext.cpp144 PassOwnPtr<GLContext> GLContext::createContextForWindow(uint64_t windowHandle, GLContext* sharingContext) argument
150 if (OwnPtr<GLContext> eglContext = GLContextEGL::createContext(windowHandle, sharingContext))
157 if (OwnPtr<GLContext> glxContext = GLContextGLX::createContext(windowHandle, sharingContext))
161 if (OwnPtr<GLContext> eglContext = GLContextEGL::createContext(windowHandle, sharingContext))
H A DGLContext.h39 static PassOwnPtr<GLContext> createContextForWindow(uint64_t windowHandle, GLContext* sharingContext);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DLayerTreeContext.h60 uint64_t windowHandle; member in class:WebKit::LayerTreeContext
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessible2.idl647 Without the availability of windowHandle, the AT would have to get the window handle
652 @param [out] windowHandle
655 [propget] HRESULT windowHandle
657 [out, retval] HWND *windowHandle
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp86 uint64_t windowHandle = m_webPage->nativeWindowHandle();
87 if (!windowHandle)
90 m_context = GLContext::createContextForWindow(windowHandle, GLContext::sharingContext());
116 m_layerTreeContext.windowHandle = m_webPage->nativeWindowHandle();
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp155 PostMessageW(m_webView->windowHandle(), WM_CLOSE, 0, 0);
237 InvalidateRect(m_webView->windowHandle(), &rect, FALSE);
240 UpdateWindow(m_webView->windowHandle());
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.h59 HWND windowHandle() const { return m_windowHandle; } function in class:WebView
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DPageClientQt.cpp45 if (QWindow *window = widget->windowHandle())
48 return nativeParent->windowHandle();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.cpp302 HRESULT AccessibleBase::get_windowHandle(HWND* windowHandle) argument
304 *windowHandle = m_window;

Completed in 261 milliseconds