Home
last modified time | relevance | path

Searched refs:ChromeClient (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DChromeClientGtk.cpp72 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 …]
DChromeClientGtk.h37 class ChromeClient : public WebCore::ChromeClient {
39 ChromeClient(WebKitWebView*);
/external/webkit/Source/WebCore/page/
DChrome.cpp58 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 …]
DChrome.h41 class ChromeClient; variable
62 Chrome(Page*, ChromeClient*);
65 ChromeClient* client() { return m_client; } in client()
185 ChromeClient* m_client;
DChromeClient.h75 class ChromeClient {
323 virtual ~ChromeClient() { } in ~ChromeClient()
DPage.h49 class ChromeClient; variable
110 ChromeClient* chromeClient;
/external/webkit/Source/WebKit/gtk/
DChangeLog295 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/
DChromeClientBrew.h43 class ChromeClientBrew : public ChromeClient {
/external/webkit/Source/WebCore/page/chromium/
DChromeClientChromium.h43 class ChromeClientChromium : public ChromeClient {
/external/webkit/Source/WebKit/haiku/
DChangeLog109 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/
DWebChromeClient.h30 #import <WebCore/ChromeClient.h>
36 class WebChromeClient : public WebCore::ChromeClient {
/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp66 ChromeClient* client = obj->documentFrameView()->frame()->page()->chrome()->client(); in postPlatformNotification()
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp116 …, 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))
DRenderLayerCompositor.h279 ChromeClient::CompositingTriggerFlags m_compositingTriggers;
/external/webkit/Source/WebCore/page/mac/
DChromeMac.mm24 #import "ChromeClient.h"
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h42 class ChromeClientHaiku : public ChromeClient {
/external/webkit/Source/WebKit/wx/WebKitSupport/
DChromeClientWx.h39 class ChromeClientWx : public ChromeClient {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DChromeClientEfl.h35 class ChromeClientEfl : public ChromeClient {
/external/webkit/Source/WebCore/platform/graphics/mac/
DIconMac.mm42 // FIXME: Move the code to ChromeClient::iconForFiles().
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.h57 class ChromeClientQt : public ChromeClient {
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DChromeClientWinCE.h34 class ChromeClientWinCE : public WebCore::ChromeClient {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h47 class ChromeClientAndroid : public ChromeClient {
/external/webkit/Source/WebKit/wx/
DChangeLog159 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/
DWebChromeClient.h40 class WebChromeClient : public WebCore::ChromeClient {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.h39 class WebChromeClient : public WebCore::ChromeClient {

123