HomeSort by relevance Sort by last modified time
    Searched defs:hostWindow (Results 1 - 8 of 8) 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/platform/scroll/
ScrollableArea.h 39 class HostWindow;
64 virtual HostWindow* hostWindow() const { return 0; };
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 535 if (HostWindow* h = hostWindow())
539 HostWindow* PopupContainer::hostWindow() const
PopupMenuTest.cpp 127 virtual HostWindow* hostWindow() const { return 0; }
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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 145 HostWindow* RenderLayerScrollableArea::hostWindow() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 167 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
306 if (HostWindow* window = hostWindow())
    [all...]

Completed in 179 milliseconds