Searched refs:WebChromeClient (Results 1 – 13 of 13) sorted by relevance
57 WebChromeClient::WebChromeClient(WebView* webView) in WebChromeClient() function in WebChromeClient62 void WebChromeClient::chromeDestroyed() in chromeDestroyed()67 void WebChromeClient::setWindowRect(const FloatRect& r) in setWindowRect()77 FloatRect WebChromeClient::windowRect() in windowRect()93 FloatRect WebChromeClient::pageRect() in pageRect()100 float WebChromeClient::scaleFactor() in scaleFactor()106 void WebChromeClient::focus() in focus()117 void WebChromeClient::unfocus() in unfocus()128 bool WebChromeClient::canTakeFocus(FocusDirection direction) in canTakeFocus()141 void WebChromeClient::takeFocus(FocusDirection direction) in takeFocus()[all …]
40 class WebChromeClient : public WebCore::ChromeClient {42 WebChromeClient(WebView*);
30 #import "WebChromeClient.h"85 WebChromeClient::WebChromeClient(WebView *webView) function90 void WebChromeClient::chromeDestroyed()98 void WebChromeClient::setWindowRect(const FloatRect& rect)104 FloatRect WebChromeClient::windowRect()111 FloatRect WebChromeClient::pageRect()116 float WebChromeClient::scaleFactor()123 void WebChromeClient::focus()128 void WebChromeClient::unfocus()133 bool WebChromeClient::canTakeFocus(FocusDirection)[all …]
36 class WebChromeClient : public WebCore::ChromeClient {38 WebChromeClient(WebView *webView);
39 #import "WebChromeClient.h"
577 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"dialog"578 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"fullscreen"579 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"height"580 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"menuBarVisible"581 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"message"582 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"resizable"583 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"scrollbarsVisible"584 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"statusBarVisible"585 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"toolBarVisible"586 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"width"[all …]
963 * WebCoreSupport/WebChromeClient.cpp:987 * WebCoreSupport/WebChromeClient.h:995 * WebCoreSupport/WebChromeClient.cpp:996 (WebChromeClient::contentsSizeChanged):997 * WebCoreSupport/WebChromeClient.h:1205 * WebCoreSupport/WebChromeClient.h:1206 (WebChromeClient::formStateDidChange):1695 * WebCoreSupport/WebChromeClient.cpp: (WebChromeClient::runOpenPanel): 1811 * WebCoreSupport/WebChromeClient.cpp:1817 * WebCoreSupport/WebChromeClient.cpp:[all …]
146 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : 0; in kit()2175 …m_page = new Page(new WebChromeClient(this), new WebContextMenuClient(this), new WebEditorClient(t… in initWithFrame()
1197 * WebCoreSupport/WebChromeClient.h:1198 * WebCoreSupport/WebChromeClient.mm:1199 (WebChromeClient::scrollRectIntoView):1363 * WebCoreSupport/WebChromeClient.mm:1364 (WebChromeClient::contentsSizeChanged):1370 * WebCoreSupport/WebChromeClient.mm:1376 * WebCoreSupport/WebChromeClient.h:1384 * WebCoreSupport/WebChromeClient.h:1385 * WebCoreSupport/WebChromeClient.mm:1386 (WebChromeClient::contentsSizeChanged):[all …]
664 * WebCoreSupport/WebChromeClient.mm:665 (WebChromeClient::createWindow):666 (WebChromeClient::createModalDialog):667 (WebChromeClient::runModal):668 (WebChromeClient::toolbarsVisible):669 (WebChromeClient::statusbarVisible):670 (WebChromeClient::addMessageToConsole):671 (WebChromeClient::canRunBeforeUnloadConfirmPanel):672 (WebChromeClient::runBeforeUnloadConfirmPanel):673 (WebChromeClient::runJavaScriptAlert):[all …]
14 …2F0AF955090004F057 /* WebChromeClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D8252D0AF…15 …300AF955090004F057 /* WebChromeClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14D8252E0A…327 …090004F057 /* WebChromeClient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…328 …04F057 /* WebChromeClient.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = …1101 14D8252D0AF955090004F057 /* WebChromeClient.h */,1102 14D8252E0AF955090004F057 /* WebChromeClient.mm */,1244 14D8252F0AF955090004F057 /* WebChromeClient.h in Headers */,1607 14D825300AF955090004F057 /* WebChromeClient.mm in Sources */,
39 #import "WebChromeClient.h"282 return page ? static_cast<WebChromeClient*>(page->chrome()->client())->webView() : nil;
35 #import "WebChromeClient.h"718 …_private->page = new Page(new WebChromeClient(self), new WebContextMenuClient(self), new WebEditor…