Home
last modified time | relevance | path

Searched refs:resizeTo (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DResizeViewWhileHidden.cpp105 webView.resizeTo(newRect.right - newRect.left, newRect.bottom - newRect.top); in TEST()
112 … webView.resizeTo(originalRect.right - originalRect.left, originalRect.bottom - originalRect.top); in TEST()
/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp122 TestController::shared().mainWebView()->resizeTo(w3cSVGWidth, w3cSVGHeight); in sizeWebViewForCurrentTest()
124 TestController::shared().mainWebView()->resizeTo(normalWidth, normalHeight); in sizeWebViewForCurrentTest()
DPlatformWebView.h60 void resizeTo(unsigned width, unsigned height);
DTestController.cpp134 view->resizeTo(800, 600); in createOtherPage()
/external/webkit/Tools/TestWebKitAPI/
DPlatformWebView.h63 void resizeTo(unsigned width, unsigned height);
/external/webkit/Tools/WebKitTestRunner/qt/
DPlatformWebViewQt.cpp70 void PlatformWebView::resizeTo(unsigned width, unsigned height) in resizeTo() function in WTR::PlatformWebView
/external/webkit/Tools/WebKitTestRunner/win/
DPlatformWebViewWin.cpp68 void PlatformWebView::resizeTo(unsigned width, unsigned height) in resizeTo() function in WTR::PlatformWebView
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp80 void PlatformWebView::resizeTo(unsigned width, unsigned height) in resizeTo() function in TestWebKitAPI::PlatformWebView
/external/webkit/Tools/WebKitTestRunner/mac/
DPlatformWebViewMac.mm44 void PlatformWebView::resizeTo(unsigned width, unsigned height)
/external/webkit/Tools/TestWebKitAPI/mac/
DPlatformWebViewMac.mm46 void PlatformWebView::resizeTo(unsigned width, unsigned height)
/external/webkit/Source/WebCore/page/
DDOMWindow.h242 void resizeTo(float width, float height) const;
DDOMWindow.idl116 …[RequiresAllArguments] void resizeTo(in float width, in float height); // FIXME: this should take …
DDOMWindow.cpp1464 void DOMWindow::resizeTo(float width, float height) const in resizeTo() function in WebCore::DOMWindow
/external/webkit/Source/WebKit/gtk/
DNEWS408 of the window containing a WebView (window.{moveTo, resizeTo,
DChangeLog7825 resizeTo, moveBy, resizeBy).
/external/webkit/Tools/
DChangeLog-2011-02-16645 (TestWebKitAPI::PlatformWebView::resizeTo): Implemented.
17209 (WTR::PlatformWebView::resizeTo):
17234 (WTR::PlatformWebView::resizeTo):
17928 (TestWebKitAPI::PlatformWebView::resizeTo):
24082 (WTR::PlatformWebView::resizeTo):
28257 (WTR::PlatformWebView::resizeTo): Implement.
28259 (WTR::PlatformWebView::resizeTo): Placeholder.
DChangeLog-2009-06-1615729 …- Added delegate methods to intercept and fake the frame location so methods like resizeTo and mov…
DChangeLog-2010-05-2412164 Added a resizeTo() method, which calls resizePlugin() in JS with the same arguments,
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1619429 JavaScript window.resizeTo doesn't work
/external/webkit/Source/WebCore/
DChangeLog-2008-08-10402 (WebCore::DOMWindow::resizeTo):
67055 (WebCore::DOMWindow::resizeTo):
81889 …- <rdar://problem/5238818> window.resizeTo doesn't restrict the resized window to the size of the …
DChangeLog-2009-06-1689321 Calling window.resizeTo() on a subframe shouldn't change the window size
89329 (WebCore::DOMWindow::resizeTo):
DChangeLog-2005-08-2342472 resizeBy, resizeTo, and setTimeout (when the timeout is a string rather than an object).