HomeSort by relevance Sort by last modified time
    Searched refs:platformPageClient (Results 26 - 45 of 45) sorted by null

12

  /external/webkit/WebCore/page/
Chrome.cpp 90 PlatformPageClient Chrome::platformPageClient() const
92 return m_client->platformPageClient();
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 119 PlatformWheelEvent wheelEvent(event, page->chrome()->platformPageClient());
635 windowView = page->chrome()->platformPageClient();
645 return sendContextMenuEvent(PlatformMouseEvent(event, page->chrome()->platformPageClient()));
655 return eventMayStartDrag(PlatformMouseEvent(event, page->chrome()->platformPageClient()));
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 405 PlatformPageClient ChromeClient::platformPageClient() const
519 GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(platformPageClient()))),
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 127 HWND hostWindow = view->hostWindow()->platformPageClient();
292 if (!::ClientToScreen(v->hostWindow()->platformPageClient(), &location))
835 ::SendMessage(client()->hostWindow()->platformPageClient(), message, wParam, lParam);
903 translatePoint(lParam, m_popup, client()->hostWindow()->platformPageClient());
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp 202 wxWindow* webview = root->hostWindow()->platformPageClient();
RenderThemeWx.cpp 147 return frameView->hostWindow()->platformPageClient();
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 201 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
270 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
633 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
761 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/WebKit/gtk/webkit/
webkitprivate.cpp 225 GtkWidget* toplevel = gtk_widget_get_toplevel(GTK_WIDGET(frame->page()->chrome()->platformPageClient()));
webkitwebview.cpp 326 gdk_window_get_origin(GTK_WIDGET(view->hostWindow()->platformPageClient())->window, &x, &y);
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 364 PlatformPageClient ChromeClientWx::platformPageClient() const
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 200 if (QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient()) {
206 if (wxWindow* widget = m_parentFrame->view()->hostWindow()->platformPageClient())
  /external/webkit/WebCore/loader/
EmptyClients.h 130 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 428 QWebPageClient* client = m_parentFrame->view()->hostWindow()->platformPageClient();
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 96 static inline HWND windowHandleForPageClient(PlatformPageClient client)
922 *w = windowHandleForPageClient(parent() ? parent()->hostWindow()->platformPageClient() : 0);
994 ::UpdateWindow(windowHandleForPageClient(parent() ? parent()->hostWindow()->platformPageClient() : 0));
1012 HWND parentWindowHandle = windowHandleForPageClient(m_parentFrame->view()->hostWindow()->platformPageClient());
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 305 PlatformPageClient ChromeClientAndroid::platformPageClient() const {
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 163 QWebPageClient* pageClient = m_page->chrome()->client()->platformPageClient();
789 QWebPageClient* pageClient = chromeClient->platformPageClient();
  /external/webkit/WebKit/win/
AccessibleBase.cpp 139 return WebView::AccessibleObjectFromWindow(m_object->topDocumentFrameView()->hostWindow()->platformPageClient(),
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 236 PlatformPageClient webView = hostWindow->platformPageClient();
959 PlatformPageClient webView = hostWindow->platformPageClient();
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 478 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 496 PlatformPageClient WebChromeClient::platformPageClient() const

Completed in 1645 milliseconds

12