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

1 2

  /external/webkit/Source/WebCore/platform/
HostWindow.h 63 virtual PlatformPageClient platformPageClient() const = 0;
Widget.h 104 typedef QWebPageClient* PlatformPageClient;
106 typedef PlatformWidget PlatformPageClient;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 117 virtual PlatformPageClient platformPageClient() const { return 0; }
ChromeClientImpl.h 120 virtual PlatformPageClient platformPageClient() const { return 0; }
  /external/webkit/Source/WebCore/page/
Chrome.h 78 virtual PlatformPageClient platformPageClient() const;
ChromeClient.h 153 virtual PlatformPageClient platformPageClient() const = 0;
Chrome.cpp 107 PlatformPageClient Chrome::platformPageClient() const
109 return m_client->platformPageClient();
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 101 virtual PlatformPageClient platformPageClient() const;
ChromeClientEfl.cpp 345 PlatformPageClient ChromeClientEfl::platformPageClient() const
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 114 virtual PlatformPageClient platformPageClient() const;
ChromeClientHaiku.cpp 298 PlatformPageClient ChromeClientHaiku::platformPageClient() const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 114 virtual PlatformPageClient platformPageClient() const;
ChromeClientWx.cpp 383 PlatformPageClient ChromeClientWx::platformPageClient() const
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 122 virtual PlatformPageClient platformPageClient() const;
ChromeClientAndroid.cpp 342 PlatformPageClient ChromeClientAndroid::platformPageClient() const {
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 105 virtual PlatformPageClient platformPageClient() const;
ChromeClientGtk.cpp 487 PlatformPageClient ChromeClient::platformPageClient() const
664 GdkWindow* window = gtk_widget_get_window(platformPageClient());
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 126 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 106 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 103 virtual PlatformPageClient platformPageClient() const;
ChromeClientWinCE.cpp 269 PlatformPageClient ChromeClientWinCE::platformPageClient() const
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 100 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 122 virtual PlatformPageClient platformPageClient() const;
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 95 PlatformPageClient client = chrome->platformPageClient();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 177 virtual PlatformPageClient platformPageClient() const { return 0; }

Completed in 429 milliseconds

1 2