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

  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.cpp 41 // Remove native scrollbars now before we lose the connection to the HostWindow.
62 if (HostWindow* h = hostWindow())
66 HostWindow* FramelessScrollView::hostWindow() const
PopupMenuChromium.cpp 106 virtual HostWindow* hostWindow() const;
784 HostWindow* PopupListBox::hostWindow() const
787 // HostWindow. FrameView::hostWindow() works similarly.
788 return parent() ? parent()->hostWindow() : 0;
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 251 HostWindow* AutoFillPopupMenuClient::hostWindow() const
253 return m_textField->document()->view()->hostWindow();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 294 HWND hostWindow;
295 if (!SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
299 GetClientRect(hostWindow, &hostWindowRect);
355 HWND hostWindow;
356 if (SUCCEEDED(m_inspectedWebView->hostWindow((OLE_HANDLE*)&hostWindow)))
357 SendMessage(hostWindow, WM_SIZE, 0, 0);
393 HWND hostWindow;
394 if (FAILED(m_inspectedWebView->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow)))
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 464 HostWindow* RenderMenuList::hostWindow() const
466 return document()->view()->hostWindow();
RenderTextControlSingleLine.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 97 virtual HostWindow* hostWindow() const { return 0; }
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 94 NSWindow *hostWindow;
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 544 HWND hostWindow;
545 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
546 DestroyWindow(hostWindow);
553 HWND hostWindow;
554 sender->hostWindow(reinterpret_cast<OLE_HANDLE*>(&hostWindow));
555 SetForegroundWindow(hostWindow);
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 361 HostWindow* hostWindow = canvas->document()->view()->root()->hostWindow();
370 RefPtr<GraphicsContext3D> context(GraphicsContext3D::create(attributes, hostWindow));
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 191 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow.
342 if (hostWindow())
343 hostWindow()->invalidateContentsAndWindow(rect, false /*immediate*/);
379 if (hostWindow())
380 hostWindow()->scheduleAnimation();
    [all...]

Completed in 192 milliseconds