Home
last modified time | relevance | path

Searched refs:HostWindow (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Tools/WebKitAPITest/
DHostWindow.cpp32 HostWindow::HostWindow() in HostWindow() function in WebKitAPITest::HostWindow
37 bool HostWindow::initialize() in initialize()
44 HostWindow::~HostWindow() in ~HostWindow()
51 RECT HostWindow::clientRect() const in clientRect()
61 void HostWindow::registerWindowClass() in registerWindowClass()
79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc()
DHostWindow.h33 class HostWindow {
34 WTF_MAKE_NONCOPYABLE(HostWindow);
36 HostWindow();
37 ~HostWindow();
/external/webkit/Tools/WebKitAPITest/tests/
DWebViewDestruction.cpp53 static void createAndInitializeWebView(COMPtr<IWebView>& outWebView, HostWindow& window, HWND& view… in createAndInitializeWebView()
121 HostWindow window; in TEST()
132 HostWindow window; in TEST()
144 HostWindow window; in TEST()
156 HostWindow window; in TEST()
169 HostWindow window; in TEST()
182 HostWindow window; in TEST()
194 HostWindow window; in TEST()
207 HostWindow window; in TEST()
221 HostWindow window; in TEST()
/external/webkit/Source/WebCore/platform/
DHostWindow.h35 class HostWindow {
36 WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED;
38 HostWindow() { } in HostWindow() function
39 virtual ~HostWindow() { } in ~HostWindow()
DPopupMenuClient.h33 class HostWindow; variable
67 virtual HostWindow* hostWindow() const = 0;
DScrollView.h53 class HostWindow; variable
77 virtual HostWindow* hostWindow() const = 0;
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.cpp62 if (HostWindow* h = hostWindow()) in invalidateRect()
66 HostWindow* FramelessScrollView::hostWindow() const in hostWindow()
DFramelessScrollViewClient.h39 class FramelessScrollViewClient : public HostWindow {
DFramelessScrollView.h72 virtual HostWindow* hostWindow() const;
DPopupMenuChromium.cpp106 virtual HostWindow* hostWindow() const;
784 HostWindow* PopupListBox::hostWindow() const in hostWindow()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DGraphicsContext3DGtk.cpp40 …D> GraphicsContext3D::create(GraphicsContext3D::Attributes attributes, HostWindow* hostWindow, Gra… in create()
55 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attributes, HostWindow*, bool) in GraphicsContext3D() argument
/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.h58 class HostWindow; variable
68 static PassRefPtr<SharedGraphicsContext3D> create(HostWindow*);
DSharedGraphicsContext3D.cpp64 PassRefPtr<SharedGraphicsContext3D> SharedGraphicsContext3D::create(HostWindow* hostWindow) in create()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm81 …text3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, Gra…
83 // This implementation doesn't currently support rendering directly to the HostWindow.
90 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, b…
/external/webkit/Source/WebCore/rendering/
DRenderMenuList.h109 virtual HostWindow* hostWindow() const;
DRenderTextControlSingleLine.h142 virtual HostWindow* hostWindow() const;
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.h98 virtual WebCore::HostWindow* hostWindow() const;
DAutoFillPopupMenuClient.cpp251 HostWindow* AutoFillPopupMenuClient::hostWindow() const in hostWindow()
DGraphicsContext3DChromium.cpp103 bool GraphicsContext3DInternal::initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWin… in initialize()
929 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes, HostWindow*, bool)
937 …text3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, Gra… in create()
DGraphicsContext3DInternal.h54 …bool initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyTo…
/external/webkit/Source/WebCore/page/
DChrome.h60 class Chrome : public HostWindow {
DFrameView.h61 virtual HostWindow* hostWindow() const;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h90 class HostWindow; variable
455 …static PassRefPtr<GraphicsContext3D> create(Attributes, HostWindow*, RenderStyle = RenderOffscreen…
824 GraphicsContext3D(Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow);
/external/webkit/Source/WebKit/chromium/tests/
DPopupMenuTest.cpp97 virtual HostWindow* hostWindow() const { return 0; } in hostWindow()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp158 GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow);
260 HostWindow* m_hostWindow;
294 …t3DInternal::GraphicsContext3DInternal(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow) in GraphicsContext3DInternal()
607 …text3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, Gra… in create()
616 GraphicsContext3D::GraphicsContext3D(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, b… in GraphicsContext3D()

12