Searched defs:platformPageClient (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h120 virtual PlatformPageClient platformPageClient() const { return 0; } function in class:WebKit::ChromeClientImpl
H A DWebPopupMenuImpl.h117 virtual PlatformPageClient platformPageClient() const { return 0; } function in class:WebKit::WebPopupMenuImpl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp298 PlatformPageClient ChromeClientHaiku::platformPageClient() const function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp269 PlatformPageClient ChromeClientWinCE::platformPageClient() const function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp383 PlatformPageClient ChromeClientWx::platformPageClient() const function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp107 PlatformPageClient Chrome::platformPageClient() const function in class:WebCore::Chrome
109 return m_client->platformPageClient();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp342 PlatformPageClient ChromeClientAndroid::platformPageClient() const { function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp345 PlatformPageClient ChromeClientEfl::platformPageClient() const function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp487 PlatformPageClient ChromeClient::platformPageClient() const function in class:WebKit::ChromeClient
664 GdkWindow* window = gtk_widget_get_window(platformPageClient());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp127 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();
480 PlatformPageClient ChromeClientQt::platformPageClient() const function in class:WebCore::ChromeClientQt
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp520 PlatformPageClient WebChromeClient::platformPageClient() const function in class:WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp393 PlatformPageClient WebChromeClient::platformPageClient() const function in class:WebKit::WebChromeClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h173 virtual PlatformPageClient platformPageClient() const { return 0; } function in class:WebCore::EmptyChromeClient

Completed in 2751 milliseconds