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

  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 120 virtual PlatformPageClient platformPageClient() const { return 0; }
WebPopupMenuImpl.h 117 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 298 PlatformPageClient ChromeClientHaiku::platformPageClient() const
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 269 PlatformPageClient ChromeClientWinCE::platformPageClient() const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 383 PlatformPageClient ChromeClientWx::platformPageClient() const
  /external/webkit/Source/WebCore/page/
Chrome.cpp 107 PlatformPageClient Chrome::platformPageClient() const
109 return m_client->platformPageClient();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 342 PlatformPageClient ChromeClientAndroid::platformPageClient() const {
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 345 PlatformPageClient ChromeClientEfl::platformPageClient() const
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 127 if (!platformPageClient())
129 return platformPageClient()->windowRect();
371 QWebPageClient* pageClient = platformPageClient();
405 if (platformPageClient()) {
419 if (platformPageClient()) {
423 platformPageClient()->update(rect);
438 if (platformPageClient())
439 platformPageClient()->scroll(delta.width(), delta.height(), scrollViewRect);
453 QWebPageClient* pageClient = platformPageClient();
469 QWebPageClient* pageClient = platformPageClient();
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 520 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 487 PlatformPageClient ChromeClient::platformPageClient() const
664 GdkWindow* window = gtk_widget_get_window(platformPageClient());
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 393 PlatformPageClient WebChromeClient::platformPageClient() const
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 177 virtual PlatformPageClient platformPageClient() const { return 0; }

Completed in 479 milliseconds