Searched defs:hostWindow (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformScreen.cpp48 return root->hostWindow();
53 HostWindow* hostWindow = toHostWindow(widget); local
54 if (!hostWindow)
56 return hostWindow->screenInfo().depth;
61 HostWindow* hostWindow = toHostWindow(widget); local
62 if (!hostWindow)
64 return hostWindow->screenInfo().depthPerComponent;
69 HostWindow* hostWindow = toHostWindow(widget); local
70 if (!hostWindow)
72 return hostWindow
77 HostWindow* hostWindow = toHostWindow(widget); local
85 HostWindow* hostWindow = toHostWindow(widget); local
93 HostWindow* hostWindow = toHostWindow(widget); local
101 HostWindow* hostWindow = toHostWindow(widget); local
[all...]
H A DWidget.h94 virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; } function in class:blink::Widget
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h64 virtual HostWindow* hostWindow() const { return 0; }; function in class:blink::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp535 if (HostWindow* h = hostWindow())
539 HostWindow* PopupContainer::hostWindow() const function in class:blink::PopupContainer
H A DPopupMenuTest.cpp127 virtual HostWindow* hostWindow() const { return 0; } function in class:__anon11366::TestPopupMenuClient
H A DPopupListBox.cpp285 HostWindow* PopupListBox::hostWindow() const function in class:blink::PopupListBox
288 // HostWindow. FrameView::hostWindow() works similarly.
289 return parent() ? parent()->hostWindow() : 0;
830 if (hostWindow())
855 if (HostWindow* h = hostWindow())
1034 if (HostWindow* window = hostWindow()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp145 HostWindow* RenderLayerScrollableArea::hostWindow() const function in class:blink::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp306 if (HostWindow* window = hostWindow())
1659 HostWindow* FrameView::hostWindow() const function in class:blink::FrameView

Completed in 160 milliseconds