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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformScreenChromium.cpp 34 #include "core/platform/HostWindow.h"
42 static HostWindow* toHostWindow(Widget* widget)
49 return root->hostWindow();
54 HostWindow* hostWindow = toHostWindow(widget);
55 if (!hostWindow)
57 return hostWindow->screenInfo().depth;
62 HostWindow* hostWindow = toHostWindow(widget);
63 if (!hostWindow)
    [all...]
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
FramelessScrollView.h 79 virtual HostWindow* hostWindow() const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PopupMenuClient.h 34 class HostWindow;
74 virtual HostWindow* hostWindow() const = 0;
ScrollView.cpp 30 #include "core/platform/HostWindow.h"
553 HostWindow* window = hostWindow();
593 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
599 hostWindow()->invalidateContentsForSlowScroll(updateRect);
656 HostWindow* window = hostWindow();
664 HostWindow* window = hostWindow();
820 if (HostWindow* window = hostWindow()
    [all...]
Widget.cpp 30 #include "core/platform/HostWindow.h"
53 view->hostWindow()->setCursor(cursor);
ScrollView.h 40 class HostWindow;
61 virtual HostWindow* hostWindow() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 34 #include "core/platform/HostWindow.h"
82 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
138 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
AutofillPopupMenuClient.h 98 virtual WebCore::HostWindow* hostWindow() const;
PopupListBox.h 130 virtual HostWindow* hostWindow() const OVERRIDE;
AutofillPopupMenuClient.cpp 232 HostWindow* AutofillPopupMenuClient::hostWindow() const
234 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;
915 if (hostWindow())
WebPluginContainerImpl.cpp 68 #include "core/platform/HostWindow.h"
381 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 106 virtual HostWindow* hostWindow() const OVERRIDE;
RenderMenuList.cpp 526 HostWindow* RenderMenuList::hostWindow() const
528 return document()->view()->hostWindow();
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 228 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...]
FrameView.h 69 virtual HostWindow* hostWindow() const;
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 120 virtual HostWindow* hostWindow() const { return 0; }

Completed in 588 milliseconds