HomeSort by relevance Sort by last modified time
    Searched full:hostwindow (Results 26 - 39 of 39) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 32 #include "core/platform/HostWindow.h"
150 // Methods used by HostWindow.
161 // End methods used by HostWindow.
FrameView.h 69 virtual HostWindow* hostWindow() const;
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...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
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())
PopupListBox.h 130 virtual HostWindow* hostWindow() const OVERRIDE;
WebPopupMenuImpl.h 112 // WebCore::HostWindow methods:
WebPopupMenuImpl.cpp 337 // WebCore::HostWindow
WebPluginContainerImpl.cpp 68 #include "core/platform/HostWindow.h"
381 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);
  /external/chromium_org/remoting/host/
me2me_desktop_environment.cc 108 disconnect_window_ = HostWindow::CreateDisconnectWindow();
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 40 class HostWindow;
61 virtual HostWindow* hostWindow() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 526 HostWindow* RenderMenuList::hostWindow() const
528 return document()->view()->hostWindow();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 120 virtual HostWindow* hostWindow() const { return 0; }

Completed in 562 milliseconds

12