HomeSort by relevance Sort by last modified time
    Searched refs:hostWindow (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp 34 #include "platform/HostWindow.h"
41 static HostWindow* toHostWindow(Widget* widget)
48 return root->hostWindow();
53 HostWindow* hostWindow = toHostWindow(widget);
54 if (!hostWindow)
56 return hostWindow->screenInfo().depth;
61 HostWindow* hostWindow = toHostWindow(widget);
62 if (!hostWindow)
    [all...]
Widget.h 41 class HostWindow;
94 virtual HostWindow* hostWindow() const { ASSERT_NOT_REACHED(); return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 32 #include "platform/HostWindow.h"
77 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
132 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
PopupContainer.h 60 virtual HostWindow* hostWindow() const OVERRIDE;
PopupListBox.h 98 virtual HostWindow* hostWindow() const OVERRIDE;
PopupListBox.cpp 285 HostWindow* PopupListBox::hostWindow() const
288 // HostWindow. FrameView::hostWindow() works similarly.
289 return parent() ? parent()->hostWindow() : 0;
830 if (hostWindow())
855 if (HostWindow* h = hostWindow())
    [all...]
PopupContainer.cpp 535 if (HostWindow* h = hostWindow())
539 HostWindow* PopupContainer::hostWindow() const
PopupMenuTest.cpp 127 virtual HostWindow* hostWindow() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 31 #include "platform/HostWindow.h"
539 HostWindow* window = hostWindow();
569 hostWindow()->invalidateContentsForSlowScroll(updateRect);
632 HostWindow* window = hostWindow();
788 if (HostWindow* window = hostWindow())
    [all...]
ScrollView.h 60 virtual HostWindow* hostWindow() const = 0;
ScrollableArea.h 39 class HostWindow;
64 virtual HostWindow* hostWindow() const { return 0; };
ScrollableArea.cpp 35 #include "platform/HostWindow.h"
422 if (HostWindow* window = hostWindow()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 76 virtual HostWindow* hostWindow() const OVERRIDE;
RenderLayerScrollableArea.cpp 145 HostWindow* RenderLayerScrollableArea::hostWindow() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 71 virtual HostWindow* hostWindow() const OVERRIDE;
FrameView.cpp 167 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
306 if (HostWindow* window = hostWindow())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 187 milliseconds