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

  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 22 class ChromeClient extends WaitForProgressClient {
27 public ChromeClient(WebViewOnUiThread onUiThread) {
WebSettingsTest.java 706 mOnUiThread.setWebChromeClient(new ChromeClient(mOnUiThread) {
    [all...]
WebViewTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 34 class ChromeClient;
59 static PassOwnPtr<Chrome> create(Page*, ChromeClient*);
61 ChromeClient& client() { return *m_client; }
136 Chrome(Page*, ChromeClient*);
140 ChromeClient* m_client;
Chrome.cpp 32 #include "core/page/ChromeClient.h"
51 Chrome::Chrome(Page* page, ChromeClient* client)
62 PassOwnPtr<Chrome> Chrome::create(Page* page, ChromeClient* client)
137 static bool canRunModalIfDuringPageDismissal(Page* page, ChromeClient::DialogType dialog, const String& message)
151 return canRunModal() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String());
217 if (!canRunModalIfDuringPageDismissal(m_page, ChromeClient::AlertDialog, message))
234 if (!canRunModalIfDuringPageDismissal(m_page, ChromeClient::ConfirmDialog, message))
252 if (!canRunModalIfDuringPageDismissal(m_page, ChromeClient::PromptDialog, prompt))
307 // ChromeClient or platform. As of October 2011, all client
309 // ChromeClient::setToolTip. We'll work on tooltip tex
    [all...]
ChromeClient.h 75 class ChromeClient {
93 // The LocalFrame pointer provides the ChromeClient with context about which
95 // should not be shown to the user until the ChromeClient of the newly
97 // The FrameLoadRequest parameter is only for ChromeClient to check if the
98 // request could be fulfilled. The ChromeClient should not load the request.
238 virtual ~ChromeClient() { }
Page.h 45 class ChromeClient;
88 ChromeClient* chromeClient;
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageChromeClient.h 56 DEFINE_TYPE_CASTS(SVGImageChromeClient, ChromeClient, client, client->isSVGImageChromeClient(), client.isSVGImageChromeClient());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 38 class ChromeClient;
83 ChromeClient& chromeClient() const;
Frame.cpp 43 #include "core/page/ChromeClient.h"
144 static ChromeClient& emptyChromeClient()
150 ChromeClient& Frame::chromeClient() const
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.h 41 class ChromeClient;
144 // Returns the ChromeClient of the page this popup is associated with.
145 ChromeClient& chromeClient();
ChromeClientImpl.h 35 #include "core/page/ChromeClient.h"
67 class ChromeClientImpl FINAL : public ChromeClient {
74 // ChromeClient methods:
150 // ChromeClient methods:
200 DEFINE_TYPE_CASTS(ChromeClientImpl, ChromeClient, client, client->isChromeClientImpl(), client.isChromeClientImpl());
PopupContainer.cpp 38 #include "core/page/ChromeClient.h"
197 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
202 FloatRect windowRect = chromeClient().windowRect();
387 ChromeClient& PopupContainer::chromeClient()
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 57 mWebView.setWebChromeClient(new ChromeClient());
88 private class ChromeClient extends WebChromeClient {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 46 static ChromeClient* dummyChromeClient = adoptPtr(new EmptyChromeClient).leakPtr();
47 pageClients.chromeClient = dummyChromeClient;
EmptyClients.h 36 #include "core/page/ChromeClient.h"
68 class EmptyChromeClient : public ChromeClient {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 124 InspectorOverlayChromeClient(ChromeClient& client, InspectorOverlay* overlay)
150 ChromeClient& m_client;
714 pageClients.chromeClient = m_overlayChromeClient.get();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 66 #include "core/page/ChromeClient.h"
994 ChromeClient& client = obj->document()->axObjectCacheOwner().page()->chrome().client();

Completed in 720 milliseconds