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

  /external/webkit/WebCore/platform/
HostWindow.h 52 virtual PlatformPageClient platformPageClient() const = 0;
Widget.h 84 typedef QWebPageClient* PlatformPageClient;
86 typedef PlatformWidget PlatformPageClient;
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.h 109 virtual PlatformPageClient platformPageClient() const { return 0; }
ChromeClientImpl.h 107 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 109 PlatformPageClient platformPageClient() const;
ChromeClientHaiku.cpp 278 PlatformPageClient ChromeClientHaiku::platformPageClient() const
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 109 virtual PlatformPageClient platformPageClient() const;
ChromeClientWx.cpp 364 PlatformPageClient ChromeClientWx::platformPageClient() const
  /external/webkit/WebCore/page/
Chrome.h 67 virtual PlatformPageClient platformPageClient() const;
ChromeClient.h 140 virtual PlatformPageClient platformPageClient() const = 0;
Chrome.cpp 90 PlatformPageClient Chrome::platformPageClient() const
92 return m_client->platformPageClient();
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 120 virtual PlatformPageClient platformPageClient() const;
ChromeClientAndroid.cpp 305 PlatformPageClient ChromeClientAndroid::platformPageClient() const {
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 94 virtual PlatformPageClient platformPageClient() const;
ChromeClientGtk.cpp 405 PlatformPageClient ChromeClient::platformPageClient() const
519 GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(platformPageClient()))),
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 112 virtual PlatformPageClient platformPageClient() const;
ChromeClientQt.cpp 334 if (platformPageClient()) {
338 platformPageClient()->update(rect);
349 if (platformPageClient())
350 platformPageClient()->scroll(delta.width(), delta.height(), scrollViewRect);
366 PlatformPageClient ChromeClientQt::platformPageClient() const
481 if (platformPageClient())
482 platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->nativeLayer() : 0);
488 if (platformPageClient())
489 platformPageClient()->markForSync(false)
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.h 98 virtual PlatformPageClient platformPageClient() const;
WebChromeClient.mm 478 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 100 virtual PlatformPageClient platformPageClient() const;
WebChromeClient.cpp 496 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/WebCore/loader/
EmptyClients.h 130 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 236 PlatformPageClient webView = hostWindow->platformPageClient();
959 PlatformPageClient webView = hostWindow->platformPageClient();
    [all...]
  /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...]

Completed in 431 milliseconds