/external/webkit/Tools/WebKitAPITest/ |
D | HostWindow.cpp | 32 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()
|
D | HostWindow.h | 33 class HostWindow { 34 WTF_MAKE_NONCOPYABLE(HostWindow); 36 HostWindow(); 37 ~HostWindow();
|
/external/webkit/Tools/WebKitAPITest/tests/ |
D | WebViewDestruction.cpp | 53 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/ |
D | HostWindow.h | 35 class HostWindow { 36 WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED; 38 HostWindow() { } in HostWindow() function 39 virtual ~HostWindow() { } in ~HostWindow()
|
D | PopupMenuClient.h | 33 class HostWindow; variable 67 virtual HostWindow* hostWindow() const = 0;
|
D | ScrollView.h | 53 class HostWindow; variable 77 virtual HostWindow* hostWindow() const = 0;
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | FramelessScrollView.cpp | 62 if (HostWindow* h = hostWindow()) in invalidateRect() 66 HostWindow* FramelessScrollView::hostWindow() const in hostWindow()
|
D | FramelessScrollViewClient.h | 39 class FramelessScrollViewClient : public HostWindow {
|
D | FramelessScrollView.h | 72 virtual HostWindow* hostWindow() const;
|
D | PopupMenuChromium.cpp | 106 virtual HostWindow* hostWindow() const; 784 HostWindow* PopupListBox::hostWindow() const in hostWindow()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | GraphicsContext3DGtk.cpp | 40 …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/ |
D | SharedGraphicsContext3D.h | 58 class HostWindow; variable 68 static PassRefPtr<SharedGraphicsContext3D> create(HostWindow*);
|
D | SharedGraphicsContext3D.cpp | 64 PassRefPtr<SharedGraphicsContext3D> SharedGraphicsContext3D::create(HostWindow* hostWindow) in create()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.mm | 81 …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/ |
D | RenderMenuList.h | 109 virtual HostWindow* hostWindow() const;
|
D | RenderTextControlSingleLine.h | 142 virtual HostWindow* hostWindow() const;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AutoFillPopupMenuClient.h | 98 virtual WebCore::HostWindow* hostWindow() const;
|
D | AutoFillPopupMenuClient.cpp | 251 HostWindow* AutoFillPopupMenuClient::hostWindow() const in hostWindow()
|
D | GraphicsContext3DChromium.cpp | 103 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()
|
D | GraphicsContext3DInternal.h | 54 …bool initialize(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, bool renderDirectlyTo…
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.h | 60 class Chrome : public HostWindow {
|
D | FrameView.h | 61 virtual HostWindow* hostWindow() const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 90 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/ |
D | PopupMenuTest.cpp | 97 virtual HostWindow* hostWindow() const { return 0; } in hostWindow()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 158 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()
|