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

  /external/webkit/WebCore/platform/chromium/
FramelessScrollViewClient.h 34 #include "HostWindow.h"
39 class FramelessScrollViewClient : public HostWindow {
FramelessScrollView.cpp 40 // Remove native scrollbars now before we lose the connection to the HostWindow.
61 if (HostWindow* h = hostWindow())
65 HostWindow* FramelessScrollView::hostWindow() const
FramelessScrollView.h 72 virtual HostWindow* hostWindow() const;
PopupMenuChromium.cpp 104 virtual HostWindow* hostWindow() const;
690 HostWindow* PopupListBox::hostWindow() const
693 // HostWindow. FrameView::hostWindow() works similarly.
694 return parent() ? parent()->hostWindow() : 0;
    [all...]
  /external/webkit/WebKitTools/WebKitAPITest/
HostWindow.h 33 class HostWindow : public Noncopyable {
35 HostWindow();
36 ~HostWindow();
HostWindow.cpp 25 #include "HostWindow.h"
29 static LPCWSTR hostWindowClassName = L"HostWindow";
31 HostWindow::HostWindow()
36 bool HostWindow::initialize()
43 HostWindow::~HostWindow()
50 RECT HostWindow::clientRect() const
60 void HostWindow::registerWindowClass()
78 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
    [all...]
  /external/webkit/WebCore/platform/
HostWindow.h 34 class HostWindow : public Noncopyable {
36 virtual ~HostWindow() { }
PopupMenuClient.h 31 class HostWindow;
61 virtual HostWindow* hostWindow() const = 0;
ScrollView.h 52 class HostWindow;
65 virtual HostWindow* hostWindow() const = 0;
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 25 #include "HostWindow.h"
51 static void createAndInitializeWebView(COMPtr<IWebView>& outWebView, HostWindow& window, HWND& viewWindow)
119 HostWindow window;
130 HostWindow window;
142 HostWindow window;
154 HostWindow window;
167 HostWindow window;
180 HostWindow window;
192 HostWindow window;
205 HostWindow window
    [all...]
  /external/webkit/WebCore/rendering/
RenderMenuList.h 96 virtual HostWindow* hostWindow() const;
RenderTextControlSingleLine.h 120 virtual HostWindow* hostWindow() const;
RenderMenuList.cpp 418 HostWindow* RenderMenuList::hostWindow() const
420 return document()->view()->hostWindow();
RenderTextControlSingleLine.cpp 774 HostWindow* RenderTextControlSingleLine::hostWindow() const
776 return document()->view()->hostWindow();
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.h 83 virtual WebCore::HostWindow* hostWindow() const;
SuggestionsPopupMenuClient.cpp 124 HostWindow* SuggestionsPopupMenuClient::hostWindow() const
126 return m_textField->document()->view()->hostWindow();
  /external/webkit/WebCore/page/
Chrome.h 26 #include "HostWindow.h"
55 class Chrome : public HostWindow {
62 // HostWindow methods.
FrameView.h 63 virtual HostWindow* hostWindow() const;
FrameView.cpp 169 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
303 if (hostWindow())
304 hostWindow()->repaint(rect, true);
984 HostWindow* FrameView::hostWindow() const
    [all...]
  /external/webkit/WebKit/win/
AccessibleBase.cpp 40 #include <WebCore/HostWindow.h>
139 return WebView::AccessibleObjectFromWindow(m_object->topDocumentFrameView()->hostWindow()->platformPageClient(),
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 51 #include "HostWindow.h"
234 HostWindow* hostWindow = core(object)->document()->view()->hostWindow();
235 if (hostWindow) {
236 PlatformPageClient webView = hostWindow->platformPageClient();
956 HostWindow* hostWindow = coreObject->document()->view()->hostWindow();
957 if (!hostWindow)
    [all...]

Completed in 1796 milliseconds