/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
H A D | ChromeClientGtk.cpp | 72 ChromeClient::ChromeClient(WebKitWebView* webView) function in class:WebKit::ChromeClient 80 void ChromeClient::chromeDestroyed() 88 FloatRect ChromeClient::windowRect() 100 void ChromeClient::setWindowRect(const FloatRect& rect) 126 FloatRect ChromeClient::pageRect() 137 float ChromeClient::scaleFactor() 143 void ChromeClient::focus() 148 void ChromeClient::unfocus() 155 Page* ChromeClient [all...] |
H A D | ChromeClientGtk.h | 24 #include "ChromeClient.h" 37 class ChromeClient : public WebCore::ChromeClient { class in namespace:WebKit 39 ChromeClient(WebKitWebView*);
|
/external/webkit/Source/WebCore/page/brew/ |
H A D | ChromeClientBrew.h | 34 #include "ChromeClient.h" 41 // Contains Brew-specific extensions to the ChromeClient. Only put 43 class ChromeClientBrew : public ChromeClient {
|
/external/webkit/Source/WebCore/page/chromium/ |
H A D | ChromeClientChromium.h | 34 #include "ChromeClient.h" 41 // Contains Chromium-specific extensions to the ChromeClient. Only put 43 class ChromeClientChromium : public ChromeClient {
|
/external/webkit/Source/WebCore/page/ |
H A D | Chrome.cpp | 24 #include "ChromeClient.h" 58 Chrome::Chrome(Page* page, ChromeClient* client) 119 // FIXME: The unused ScrollView* argument can and should be removed from ChromeClient::scrollRectIntoView. 283 static inline void willRunModalDialog(const Frame* frame, const ChromeClient::DialogType& dialogType, const ChromeClient* client) 291 willRunModalDialog(frame, ChromeClient::AlertDialog, m_client); 303 willRunModalDialog(frame, ChromeClient::ConfirmDialog, m_client); 315 willRunModalDialog(frame, ChromeClient::PromptDialog, m_client); 491 void ChromeClient::dashboardRegionsChanged() 496 void ChromeClient [all...] |
H A D | Chrome.h | 41 class ChromeClient; 62 Chrome(Page*, ChromeClient*); 65 ChromeClient* client() { return m_client; } 185 ChromeClient* m_client;
|
H A D | ChromeClient.h | 75 class ChromeClient { class in namespace:WebCore 95 // The Frame pointer provides the ChromeClient with context about which 97 // should not be shown to the user until the ChromeClient of the newly 99 // The FrameLoadRequest parameter is only for ChromeClient to check if the 100 // request could be fulfilled. The ChromeClient should not load the request. 220 // This can be either a synchronous or asynchronous call. The ChromeClient can display UI asking the user for permission 323 virtual ~ChromeClient() { }
|
H A D | Page.h | 49 class ChromeClient; 110 ChromeClient* chromeClient;
|
/external/webkit/Source/WebCore/accessibility/chromium/ |
H A D | AXObjectCacheChromium.cpp | 32 #include "ChromeClient.h" 66 ChromeClient* client = obj->documentFrameView()->frame()->page()->chrome()->client();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
H A D | WebChromeClient.h | 30 #import <WebCore/ChromeClient.h> 36 class WebChromeClient : public WebCore::ChromeClient {
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
H A D | WebChromeClient.h | 27 #include <WebCore/ChromeClient.h> 40 class WebChromeClient : public WebCore::ChromeClient {
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
H A D | WebChromeClient.h | 30 #include <WebCore/ChromeClient.h> 39 class WebChromeClient : public WebCore::ChromeClient { 71 // The Frame pointer provides the ChromeClient with context about which 73 // should not be shown to the user until the ChromeClient of the newly 166 // This is an asynchronous call. The ChromeClient can display UI asking the user for permission 167 // to use Geolococation. The ChromeClient must call Geolocation::setShouldClearCache() appropriately.
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderLayerCompositor.h | 29 #include "ChromeClient.h" 279 ChromeClient::CompositingTriggerFlags m_compositingTriggers;
|
H A D | RenderLayerCompositor.cpp | 35 #include "ChromeClient.h" 116 , m_compositingTriggers(static_cast<ChromeClient::CompositingTriggerFlags>(ChromeClient::AllTriggers)) 178 ChromeClient* chromeClient = page->chrome()->client(); 194 return hasAcceleratedCompositing() && (m_compositingTriggers & ChromeClient::ThreeDTransformTrigger); 1525 if (!(m_compositingTriggers & ChromeClient::ThreeDTransformTrigger)) 1536 if (!(m_compositingTriggers & ChromeClient::VideoTrigger)) 1564 if (!(m_compositingTriggers & ChromeClient::CanvasTrigger)) 1576 if (!(m_compositingTriggers & ChromeClient::PluginTrigger)) 1629 if (!(m_compositingTriggers & ChromeClient [all...] |
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
H A D | ChromeClientEfl.h | 27 #include "ChromeClient.h" 35 class ChromeClientEfl : public ChromeClient {
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
H A D | ChromeClientHaiku.h | 32 #include "ChromeClient.h" 42 class ChromeClientHaiku : public ChromeClient { 148 // This is an asynchronous call. The ChromeClient can display UI asking the user for permission
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
H A D | ChromeClientWinCE.h | 28 #include "ChromeClient.h" 34 class ChromeClientWinCE : public WebCore::ChromeClient { 56 // The Frame pointer provides the ChromeClient with context about which 58 // should not be shown to the user until the ChromeClient of the newly 144 // This can be either a synchronous or asynchronous call. The ChromeClient can display UI asking the user for permission
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
H A D | ChromeClientWx.h | 32 #include "ChromeClient.h" 39 class ChromeClientWx : public ChromeClient {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
H A D | ChromeClientAndroid.h | 29 #include "ChromeClient.h" 47 class ChromeClientAndroid : public ChromeClient { 74 // The Frame pointer provides the ChromeClient with context about which 76 // should not be shown to the user until the ChromeClient of the newly
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
H A D | ChromeClientQt.h | 32 #include "ChromeClient.h" 57 class ChromeClientQt : public ChromeClient {
|
H A D | ChromeClientQt.cpp | 641 ChromeClient::CompositingTriggerFlags ChromeClientQt::allowedCompositingTriggers() const
|
/external/webkit/Source/WebCore/platform/network/ |
H A D | FormData.cpp | 28 #include "ChromeClient.h" 303 ChromeClient* client = page->chrome()->client();
|
/external/webkit/Source/WebCore/loader/ |
H A D | EmptyClients.h | 31 #include "ChromeClient.h" 87 class EmptyChromeClient : public ChromeClient {
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | ChromeClientImpl.cpp | 840 ChromeClient::CompositingTriggerFlags ChromeClientImpl::allowedCompositingTriggers() const
|
/external/webkit/Source/WebKit/gtk/webkit/ |
H A D | webkitwebview.cpp | 3496 pageClients.chromeClient = new WebKit::ChromeClient(webView); 5154 WebKit::ChromeClient* client = static_cast<WebKit::ChromeClient*>(corePage->chrome()->client());
|