/external/webkit/Tools/WebKitTestRunner/ |
D | PlatformWebView.h | 64 void setWindowFrame(WKRect);
|
D | TestController.cpp | 89 view->setWindowFrame(frame); in setWindowFrameMainPage() 101 view->setWindowFrame(frame); in setWindowFrameOtherPage()
|
/external/webkit/Tools/WebKitTestRunner/qt/ |
D | PlatformWebViewQt.cpp | 97 void PlatformWebView::setWindowFrame(WKRect) in setWindowFrame() function in WTR::PlatformWebView
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 234 void WebUIClient::setWindowFrame(WebPageProxy* page, const FloatRect& frame) in setWindowFrame() function in WebKit::WebUIClient 236 if (!m_client.setWindowFrame) in setWindowFrame() 239 m_client.setWindowFrame(toAPI(page), toAPI(frame), m_client.clientInfo); in setWindowFrame()
|
D | WebUIClient.h | 83 void setWindowFrame(WebPageProxy*, const WebCore::FloatRect&);
|
D | WebPageProxy.h | 565 void setWindowFrame(const WebCore::FloatRect&);
|
D | WebPageProxy.cpp | 1999 void WebPageProxy::setWindowFrame(const FloatRect& newWindowFrame) in setWindowFrame() function in WebKit::WebPageProxy 2001 m_uiClient.setWindowFrame(this, m_pageClient->convertToDeviceSpace(newWindowFrame)); in setWindowFrame()
|
/external/webkit/Tools/WebKitTestRunner/win/ |
D | PlatformWebViewWin.cpp | 95 void PlatformWebView::setWindowFrame(WKRect) in setWindowFrame() function in WTR::PlatformWebView
|
/external/webkit/Tools/WebKitTestRunner/mac/ |
D | PlatformWebViewMac.mm | 78 void PlatformWebView::setWindowFrame(WKRect frame)
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 509 static void setWindowFrame(WKPageRef page, WKRect rect, const void* clientInfo) 640 setWindowFrame,
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 212 WKPageSetWindowFrameCallback setWindowFrame; member
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 23581 (WebKit::PluginView::setWindowFrame): 26159 (WebKit::WebPageProxy::setWindowFrame): 26307 (WebKit::WebPageProxy::setWindowFrame): 26357 (WebKit::WebPageProxy::setWindowFrame): 26362 (WebKit::WebUIClient::setWindowFrame): 26371 (WebKit::WebChromeClient::setWindowFrame): 30291 Call WebPageProxy::setWindowFrame. 30305 (WebKit::WebPageProxy::setWindowFrame): 30316 (WebKit::PluginView::setWindowFrame): 30329 (WebKit::WebPage::setWindowFrame): [all …]
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 6548 (-[WebBridge setWindowFrame:]): 10471 (-[WebBridge setWindowFrame:]): 10589 (-[WebBridge setWindowFrame:]): Likewise. 12204 (-[IFWebCoreBridge setWindowFrame:]): Likewise.
|
D | ChangeLog-2007-10-14 | 23752 Maciej moved setWindowFrame for me, but I also had removed 23775 - move setWindowFrame / windowFrame to WebPageBridge to fix build 23779 (-[WebPageBridge setWindowFrame:]): 24369 (-[WebFrameBridge setWindowFrame:]):
|
D | ChangeLog-2006-02-09 | 193 (-[WebFrameBridge setWindowFrame:]): 26342 (-[WebBridge setWindowFrame:]): 28861 (-[WebBridge setWindowFrame:]): Tweaked code a bit. 29498 (-[WebBridge setWindowFrame:]): 30132 (-[WebBridge setWindowFrame:]): 31036 (-[WebBridge setWindowFrame:]):
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 16627 …(setWindowFrame): Use NSMakeRect rather than CGRectMake since that's what -setFrame:display: expec… 16774 (setWindowFrame): 16781 (WTR::PlatformWebView::setWindowFrame): 16784 (WTR::PlatformWebView::setWindowFrame): 16787 (WTR::PlatformWebView::setWindowFrame):
|