Searched defs:setWindowFrame (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/qt/
H A DPlatformWebViewQt.cpp97 void PlatformWebView::setWindowFrame(WKRect) function in class:WTR::PlatformWebView
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp95 void PlatformWebView::setWindowFrame(WKRect) function in class:WTR::PlatformWebView
/external/webkit/Source/WebKit2/UIProcess/
H A DWebUIClient.cpp234 void WebUIClient::setWindowFrame(WebPageProxy* page, const FloatRect& frame) function in class:WebKit::WebUIClient
236 if (!m_client.setWindowFrame)
239 m_client.setWindowFrame(toAPI(page), toAPI(frame), m_client.clientInfo);
H A DWebPageProxy.cpp1999 void WebPageProxy::setWindowFrame(const FloatRect& newWindowFrame) function in class:WebKit::WebPageProxy
2001 m_uiClient.setWindowFrame(this, m_pageClient->convertToDeviceSpace(newWindowFrame));
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h212 WKPageSetWindowFrameCallback setWindowFrame; member in struct:WKPageUIClient

Completed in 125 milliseconds