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

  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 22 class ChromeClient extends WaitForProgressClient {
27 public ChromeClient(WebViewOnUiThread onUiThread) {
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 24 #include "ChromeClient.h"
37 class ChromeClient : public WebCore::ChromeClient {
39 ChromeClient(WebKitWebView*);
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...]
  /external/webkit/Source/WebCore/page/
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() { }

Completed in 142 milliseconds