HomeSort by relevance Sort by last modified time
    Searched defs:hostWindow (Results 1 - 6 of 6) 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/
FramelessScrollView.cpp 40 // Remove native scrollbars now before we lose the connection to the HostWindow.
71 if (HostWindow* h = hostWindow())
75 HostWindow* FramelessScrollView::hostWindow() const
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 127 virtual HostWindow* hostWindow() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 273 HostWindow* PopupListBox::hostWindow() const
276 // HostWindow. FrameView::hostWindow() works similarly.
277 return parent() ? parent()->hostWindow() : 0;
805 if (hostWindow())
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 177 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
325 if (HostWindow* window = hostWindow())
385 if (HostWindow* window = hostWindow()) {
    [all...]

Completed in 239 milliseconds