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

1 2

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 72 ChromeClient::ChromeClient(WebKitWebView* webView)
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::createWindow(Frame* frame, const FrameLoadRequest& frameLoadRequest, const WindowFeatures& coreFe (…)
    [all...]
ChromeClientGtk.h 24 #include "ChromeClient.h"
37 class ChromeClient : public WebCore::ChromeClient {
39 ChromeClient(WebKitWebView*);
  /external/webkit/Source/WebCore/page/brew/
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/
ChromeClientChromium.h 34 #include "ChromeClient.h"
41 // Contains Chromium-specific extensions to the ChromeClient. Only put
43 class ChromeClientChromium : public ChromeClient {
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 22 class ChromeClient extends WaitForProgressClient {
26 public ChromeClient(WebViewOnUiThread onUiThread) {
WebSettingsTest.java 784 final ChromeClient webChromeClient = new ChromeClient(mOnUiThread);
    [all...]
  /external/webkit/Source/WebCore/page/
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::populateVisitedLinks(
    [all...]
Chrome.h 41 class ChromeClient;
62 Chrome(Page*, ChromeClient*);
65 ChromeClient* client() { return m_client; }
185 ChromeClient* m_client;
ChromeClient.h 75 class ChromeClient {
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() { }
Page.h 49 class ChromeClient;
110 ChromeClient* chromeClient;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 27 #include <WebCore/ChromeClient.h>
40 class WebChromeClient : public WebCore::ChromeClient {
  /external/webkit/Source/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp 32 #include "ChromeClient.h"
66 ChromeClient* client = obj->documentFrameView()->frame()->page()->chrome()->client();
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 27 #include "ChromeClient.h"
35 class ChromeClientEfl : public ChromeClient {
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
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/wx/WebKitSupport/
ChromeClientWx.h 32 #include "ChromeClient.h"
39 class ChromeClientWx : public ChromeClient {
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 30 #import <WebCore/ChromeClient.h>
36 class WebChromeClient : public WebCore::ChromeClient {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
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/
RenderLayerCompositor.h 29 #include "ChromeClient.h"
279 ChromeClient::CompositingTriggerFlags m_compositingTriggers;
RenderLayerCompositor.cpp 35 #include "ChromeClient.h"
116 , m_compositingTriggers(static_cast<ChromeClient::CompositingTriggerFlags>(ChromeClient::AllTriggers))
178 ChromeClient* chromeClient = page->chrome()->client();
179 m_compositingTriggers = chromeClient->allowedCompositingTriggers();
194 return hasAcceleratedCompositing() && (m_compositingTriggers & ChromeClient::ThreeDTransformTrigger);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
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/
ChromeClientQt.h 32 #include "ChromeClient.h"
57 class ChromeClientQt : public ChromeClient {
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
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/WebCore/loader/
EmptyClients.h 31 #include "ChromeClient.h"
87 class EmptyChromeClient : public ChromeClient {
  /external/webkit/Source/WebCore/platform/network/
FormData.cpp 28 #include "ChromeClient.h"
303 ChromeClient* client = page->chrome()->client();
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 840 ChromeClient::CompositingTriggerFlags ChromeClientImpl::allowedCompositingTriggers() const

Completed in 916 milliseconds

1 2