Searched defs:ChromeClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h24 #include "ChromeClient.h"
37 class ChromeClient : public WebCore::ChromeClient { class in namespace:WebKit
39 ChromeClient(WebKitWebView*);
H A DChromeClientGtk.cpp72 ChromeClient::ChromeClient(WebKitWebView* webView) function in class:WebKit::ChromeClient
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
[all...]
/external/webkit/Source/WebCore/page/
H A DChromeClient.h75 class ChromeClient { class in namespace:WebCore
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
327 virtual ~ChromeClient() { }

Completed in 85 milliseconds