/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | ChromeClientGtk.cpp | 72 ChromeClient::ChromeClient(WebKitWebView* webView) in ChromeClient() function in WebKit::ChromeClient 80 void ChromeClient::chromeDestroyed() in chromeDestroyed() 88 FloatRect ChromeClient::windowRect() in windowRect() 100 void ChromeClient::setWindowRect(const FloatRect& rect) in setWindowRect() 126 FloatRect ChromeClient::pageRect() in pageRect() 137 float ChromeClient::scaleFactor() in scaleFactor() 143 void ChromeClient::focus() in focus() 148 void ChromeClient::unfocus() in unfocus() 155 Page* ChromeClient::createWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const Wind… in createWindow() 170 void ChromeClient::show() in show() [all …]
|
D | ChromeClientGtk.h | 37 class ChromeClient : public WebCore::ChromeClient { 39 ChromeClient(WebKitWebView*);
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.cpp | 58 Chrome::Chrome(Page* page, ChromeClient* client) in Chrome() 283 …id willRunModalDialog(const Frame* frame, const ChromeClient::DialogType& dialogType, const Chrome… in willRunModalDialog() 291 willRunModalDialog(frame, ChromeClient::AlertDialog, m_client); in runJavaScriptAlert() 303 willRunModalDialog(frame, ChromeClient::ConfirmDialog, m_client); in runJavaScriptConfirm() 315 willRunModalDialog(frame, ChromeClient::PromptDialog, m_client); in runJavaScriptPrompt() 491 void ChromeClient::dashboardRegionsChanged() in dashboardRegionsChanged() 496 void ChromeClient::populateVisitedLinks() in populateVisitedLinks() 500 FloatRect ChromeClient::customHighlightRect(Node*, const AtomicString&, const FloatRect&) in customHighlightRect() 505 void ChromeClient::paintCustomHighlight(Node*, const AtomicString&, const FloatRect&, const FloatRe… in paintCustomHighlight() 509 bool ChromeClient::shouldReplaceWithGeneratedFileForUpload(const String&, String&) in shouldReplaceWithGeneratedFileForUpload() [all …]
|
D | Chrome.h | 41 class ChromeClient; variable 62 Chrome(Page*, ChromeClient*); 65 ChromeClient* client() { return m_client; } in client() 185 ChromeClient* m_client;
|
D | ChromeClient.h | 75 class ChromeClient { 323 virtual ~ChromeClient() { } in ~ChromeClient()
|
D | Page.h | 49 class ChromeClient; variable 110 ChromeClient* chromeClient;
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 295 method in ChromeClient. Fullscreen will be disabled for keyboard 299 (WebKit::ChromeClient::supportsFullScreenForElement): 501 (ChromeClient::chromeDestroyed): Remove the closeSoonTimer glib 502 source before destruction of the ChromeClient. 612 (WebKit::ChromeClient::setCursor): Moved the implementation of setCursor here 631 via ChromeClient.h 643 * WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::keyboardUIMode): 684 (WebKit::ChromeClient::scrollbarsVisible): 685 (WebKit::ChromeClient::exceededDatabaseQuota): 686 (WebKit::ChromeClient::requestGeolocationPermissionForFrame): [all …]
|
/external/webkit/Source/WebCore/page/brew/ |
D | ChromeClientBrew.h | 43 class ChromeClientBrew : public ChromeClient {
|
/external/webkit/Source/WebCore/page/chromium/ |
D | ChromeClientChromium.h | 43 class ChromeClientChromium : public ChromeClient {
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 109 via ChromeClient.h 305 Added an empty implementation of the new ChromeClient method. Also, added missing "virtual" 443 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 444 instances, concrete classes that inherit from ChromeClient needed to be changed to 468 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 469 instances, concrete classes that inherit from ChromeClient needed to be changed to 497 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 498 instances, concrete classes that inherit from ChromeClient needed to be changed to 742 (WebCore::ChromeClient::invalidateContentsForSlowScroll): 749 Adds ChromeClient::cancelGeolocationPermissionRequestForFrame [all …]
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.h | 30 #import <WebCore/ChromeClient.h> 36 class WebChromeClient : public WebCore::ChromeClient {
|
/external/webkit/Source/WebCore/accessibility/chromium/ |
D | AXObjectCacheChromium.cpp | 66 ChromeClient* client = obj->documentFrameView()->frame()->page()->chrome()->client(); in postPlatformNotification()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerCompositor.cpp | 116 …, m_compositingTriggers(static_cast<ChromeClient::CompositingTriggerFlags>(ChromeClient::AllTrigge… in RenderLayerCompositor() 178 ChromeClient* chromeClient = page->chrome()->client(); in cacheAcceleratedCompositingFlags() 194 …return hasAcceleratedCompositing() && (m_compositingTriggers & ChromeClient::ThreeDTransformTrigge… in canRender3DTransforms() 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::AnimationTrigger))
|
D | RenderLayerCompositor.h | 279 ChromeClient::CompositingTriggerFlags m_compositingTriggers;
|
/external/webkit/Source/WebCore/page/mac/ |
D | ChromeMac.mm | 24 #import "ChromeClient.h"
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.h | 42 class ChromeClientHaiku : public ChromeClient {
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.h | 39 class ChromeClientWx : public ChromeClient {
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.h | 35 class ChromeClientEfl : public ChromeClient {
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | IconMac.mm | 42 // FIXME: Move the code to ChromeClient::iconForFiles().
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.h | 57 class ChromeClientQt : public ChromeClient {
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.h | 34 class ChromeClientWinCE : public WebCore::ChromeClient {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.h | 47 class ChromeClientAndroid : public ChromeClient {
|
/external/webkit/Source/WebKit/wx/ |
D | ChangeLog | 159 via ChromeClient.h 489 Added an empty implementation of the new ChromeClient method. 848 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 849 instances, concrete classes that inherit from ChromeClient needed to be changed to 873 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 874 instances, concrete classes that inherit from ChromeClient needed to be changed to 902 As ChromeClient was made responsible for providing PopupMenu and SearchPopupMenu 903 instances, concrete classes that inherit from ChromeClient needed to be changed to 1395 Adds ChromeClient::cancelGeolocationPermissionRequestForFrame 1426 Add an empty implementation of ChromeClient::iconForFiles(). [all …]
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.h | 40 class WebChromeClient : public WebCore::ChromeClient {
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.h | 39 class WebChromeClient : public WebCore::ChromeClient {
|