/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformScreen.cpp | 48 return root->hostWindow(); in toHostWindow() 53 HostWindow* hostWindow = toHostWindow(widget); in screenDepth() local 54 if (!hostWindow) in screenDepth() 56 return hostWindow->screenInfo().depth; in screenDepth() 61 HostWindow* hostWindow = toHostWindow(widget); in screenDepthPerComponent() local 62 if (!hostWindow) in screenDepthPerComponent() 64 return hostWindow->screenInfo().depthPerComponent; in screenDepthPerComponent() 69 HostWindow* hostWindow = toHostWindow(widget); in screenIsMonochrome() local 70 if (!hostWindow) in screenIsMonochrome() 72 return hostWindow->screenInfo().isMonochrome; in screenIsMonochrome() [all …]
|
D | PopupMenuClient.h | 75 virtual HostWindow* hostWindow() const = 0;
|
D | Widget.h | 91 virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; } in hostWindow() function
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.cpp | 77 if (HostWindow* h = hostWindow()) in invalidateRect() 81 HostWindow* FramelessScrollView::hostWindow() const in hostWindow() function in WebCore::FramelessScrollView
|
D | ScrollView.cpp | 526 HostWindow* window = hostWindow(); in scrollContents() 566 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); in scrollContentsFastPath() 572 hostWindow()->invalidateContentsForSlowScroll(updateRect); in scrollContentsSlowPath() 629 HostWindow* window = hostWindow(); in contentsToScreen() 637 HostWindow* window = hostWindow(); in screenToContents() 795 if (HostWindow* window = hostWindow()) in repaintContentRectangle() 969 HostWindow* window = hostWindow(); in updateOverhangAreas() 1120 HostWindow* window = hostWindow(); in addPanScrollIcon() 1130 HostWindow* window = hostWindow(); in removePanScrollIcon()
|
D | FramelessScrollView.h | 80 virtual HostWindow* hostWindow() const;
|
D | ScrollView.h | 63 virtual HostWindow* hostWindow() const = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ValidationMessageClientImpl.cpp | 83 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView); in showValidationMessage() 143 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect); in checkAnchorStatus()
|
D | AutofillPopupMenuClient.cpp | 230 HostWindow* AutofillPopupMenuClient::hostWindow() const in hostWindow() function in blink::AutofillPopupMenuClient 232 return m_textField->document().view()->hostWindow(); in hostWindow()
|
D | AutofillPopupMenuClient.h | 98 virtual WebCore::HostWindow* hostWindow() const;
|
D | PopupListBox.h | 130 virtual HostWindow* hostWindow() const OVERRIDE;
|
D | PopupListBox.cpp | 288 HostWindow* PopupListBox::hostWindow() const in hostWindow() function in WebCore::PopupListBox 292 return parent() ? parent()->hostWindow() : 0; in hostWindow() 923 if (hostWindow()) in layout()
|
D | WebPluginContainerImpl.cpp | 389 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect); in scrollRect()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMenuList.h | 103 virtual HostWindow* hostWindow() const OVERRIDE;
|
D | RenderMenuList.cpp | 514 HostWindow* RenderMenuList::hostWindow() const in hostWindow() function in WebCore::RenderMenuList 516 return document().view()->hostWindow(); in hostWindow()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PopupMenuTest.cpp | 120 virtual HostWindow* hostWindow() const { return 0; } in hostWindow() function in __anon3228074c0111::TestPopupMenuClient
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 406 if (HostWindow* window = hostWindow()) in invalidateRect() 451 if (HostWindow* window = hostWindow()) { in scheduleAnimation() 1438 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); in scrollContentsFastPath() 1496 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); in scrollContentsFastPath() 1514 hostWindow()->invalidateContentsAndRootView(updateRect); in scrollContentsFastPath() 1770 HostWindow* FrameView::hostWindow() const in hostWindow() function in WebCore::FrameView
|
D | FrameView.h | 68 virtual HostWindow* hostWindow() const;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2858 …IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).locat… in sendContextMenuEventForKey()
|