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

  /external/webkit/WebCore/platform/chromium/
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
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/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 124 HostWindow* SuggestionsPopupMenuClient::hostWindow() const
126 return m_textField->document()->view()->hostWindow();
  /external/webkit/WebCore/rendering/
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/win/WebCoreSupport/
WebInspectorClient.cpp 258 HWND hostWindow;
259 if (!SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
263 GetClientRect(hostWindow, &hostWindowRect);
336 HWND hostWindow;
337 if (SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
338 SendMessage(hostWindow, WM_SIZE, 0, 0);
369 HWND hostWindow;
370 if (FAILED(m_inspectedWebView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow)))
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebViewData.h 87 NSWindow *hostWindow;
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 540 HWND hostWindow;
541 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
542 DestroyWindow(hostWindow);
549 HWND hostWindow;
550 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
551 SetForegroundWindow(hostWindow);
DumpRenderTree.cpp 928 HWND hostWindow;
929 webView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
966 if (window == hostWindow)
    [all...]
  /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...]
  /external/webkit/WebCore/page/
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...]

Completed in 711 milliseconds