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
[all...]
H A DWidget.h91 virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::Widget
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DFramelessScrollView.cpp77 if (HostWindow* h = hostWindow())
81 HostWindow* FramelessScrollView::hostWindow() const function in class:WebCore::FramelessScrollView
/external/chromium_org/third_party/WebKit/Source/web/
H A DAutofillPopupMenuClient.cpp230 HostWindow* AutofillPopupMenuClient::hostWindow() const function in class:blink::AutofillPopupMenuClient
232 return m_textField->document().view()->hostWindow();
H A DPopupListBox.cpp288 HostWindow* PopupListBox::hostWindow() const function in class:WebCore::PopupListBox
291 // HostWindow. FrameView::hostWindow() works similarly.
292 return parent() ? parent()->hostWindow() : 0;
923 if (hostWindow())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp514 HostWindow* RenderMenuList::hostWindow() const function in class:WebCore::RenderMenuList
516 return document().view()->hostWindow();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPopupMenuTest.cpp120 virtual HostWindow* hostWindow() const { return 0; } function in class:__anon11256::TestPopupMenuClient
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp406 if (HostWindow* window = hostWindow())
451 if (HostWindow* window = hostWindow()) {
1438 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
1496 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
1514 hostWindow()->invalidateContentsAndRootView(updateRect);
1770 HostWindow* FrameView::hostWindow() const function in class:WebCore::FrameView

Completed in 1409 milliseconds