Searched refs:WebChromeClient (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp28 #include "WebChromeClient.h"
92 void WebChromeClient::chromeDestroyed()
97 void WebChromeClient::setWindowRect(const FloatRect& windowFrame)
102 FloatRect WebChromeClient::windowRect()
112 FloatRect WebChromeClient::pageRect()
117 float WebChromeClient::scaleFactor()
122 void WebChromeClient::focus()
127 void WebChromeClient::unfocus()
132 bool WebChromeClient::canTakeFocus(FocusDirection)
138 void WebChromeClient
[all...]
H A DWebChromeClient.h39 class WebChromeClient : public WebCore::ChromeClient { class in namespace:WebKit
41 WebChromeClient(WebPage* page) function in class:WebKit::WebChromeClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp28 #include "WebChromeClient.h"
72 WebChromeClient::WebChromeClient(WebView* webView) function in class:WebChromeClient
80 void WebChromeClient::chromeDestroyed()
85 void WebChromeClient::setWindowRect(const FloatRect& r)
95 FloatRect WebChromeClient::windowRect()
111 FloatRect WebChromeClient::pageRect()
118 float WebChromeClient::scaleFactor()
124 void WebChromeClient::focus()
135 void WebChromeClient
[all...]
H A DWebChromeClient.h40 class WebChromeClient : public WebCore::ChromeClient { class in inherits:WebCore::ChromeClient
42 WebChromeClient(WebView*);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm30 #import "WebChromeClient.h"
148 WebChromeClient::WebChromeClient(WebView *webView)
153 void WebChromeClient::chromeDestroyed()
161 void WebChromeClient::setWindowRect(const FloatRect& rect)
167 FloatRect WebChromeClient::windowRect()
174 FloatRect WebChromeClient::pageRect()
179 float WebChromeClient::scaleFactor()
193 void WebChromeClient::focus()
198 void WebChromeClient
[all...]
H A DWebChromeClient.h36 class WebChromeClient : public WebCore::ChromeClient { class in inherits:WebCore::ChromeClient
38 WebChromeClient(WebView*);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp33 #include "WebChromeClient.h"
162 return static_cast<WebChromeClient*>(page->chrome()->client())->page();
H A DWebPage.cpp48 #include "WebChromeClient.h"
182 pageClients.chromeClient = new WebChromeClient(this);
/external/webkit/Source/WebKit/win/
H A DWebView.cpp35 #include "WebChromeClient.h"
192 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : 0;
2591 pageClients.chromeClient = new WebChromeClient(this);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm41 #import "WebChromeClient.h"
725 pageClients.chromeClient = new WebChromeClient(self);

Completed in 194 milliseconds