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 40 class HostWindow;
91 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.
77 if (HostWindow* h = hostWindow())
81 HostWindow* FramelessScrollView::hostWindow() const
  /external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp 230 HostWindow* AutofillPopupMenuClient::hostWindow() const
232 return m_textField->document().view()->hostWindow();
PopupListBox.cpp 288 HostWindow* PopupListBox::hostWindow() const
291 // HostWindow. FrameView::hostWindow() works similarly.
292 return parent() ? parent()->hostWindow() : 0;
923 if (hostWindow())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 514 HostWindow* RenderMenuList::hostWindow() const
516 return document().view()->hostWindow();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 120 virtual HostWindow* hostWindow() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 236 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
406 if (HostWindow* window = hostWindow())
451 if (HostWindow* window = hostWindow()) {
    [all...]

Completed in 107 milliseconds