Searched refs:resizable (Results 1 - 16 of 16) sorted by relevance

/external/webkit/WebCore/page/
H A DWindowFeatures.h48 , resizable(true)
75 bool resizable; member in struct:WebCore::WindowFeatures
H A DWindowFeatures.cpp63 resizable = true;
72 resizable = true;
133 // We ignore a keyString of "resizable", which is consistent with Firefox.
/external/webkit/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
141 [[wv window] setShowsResizeIndicator:resizable];
/external/webkit/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp65 wkFeatures.resizable = features.resizable;
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm204 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable];
213 resizable, @"resizable",
238 [resizable release];
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DUIDelegate.h103 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; }
107 /* [in] */ BOOL resizable) { return E_NOTIMPL; }
101 webViewIsResizable( IWebView *sender, BOOL *resizable) argument
105 setResizable( IWebView *sender, BOOL resizable) argument
/external/webkit/WebKit/mac/WebView/
H A DWebUIDelegate.h312 @abstract Determine whether the window is resizable or not.
314 @result YES if resizable, NO if not.
323 @abstract Set the window to resizable or not
325 @param resizable YES if the window should be made resizable, NO if not.
330 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
/external/webkit/WebKit/win/Interfaces/
H A DIWebUIDelegate.idl337 @abstract Determine whether the window is resizable or not.
339 @result YES if resizable, NO if not.
345 HRESULT webViewIsResizable([in] IWebView* sender, [out, retval] BOOL* resizable);
349 @abstract Set the window to resizable or not
351 @param resizable YES if the window should be made resizable, NO if not.
355 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
357 HRESULT setResizable([in] IWebView* sender, [in] BOOL resizable);
/external/webkit/WebKit/wx/
H A DWebView.h315 , resizable(true)
325 bool resizable; member in class:wxWebKitWindowFeatures
/external/v8/tools/
H A Dstats-viewer.py256 self.root.resizable(width=False, height=False)
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp181 map.set(WebWindowFeaturesResizableKey, features.resizable);
319 void WebChromeClient::setResizable(bool resizable) argument
323 uiDelegate->setResizable(m_webView, resizable);
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp170 bool dialog = features.dialog || !features.resizable
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js839 emp_win=window.open(URL,WIN_NAME,"screenX="+ child_screenX +",screenY=75,height="+ child_height +",width="+ child_width +",resizable,status,scrollbars");
843 emp_win=window.open(URL,WIN_NAME,"height="+ child_height +",width="+ child_width +",resizable=yes,status=no,scrollbars=yes");
940 pwin=window.open("printvw.jsp?nls="+l_locale + "ISNEWWIN=TRUE","pwin","resizable=yes,width=560,height=400,scrollbars=yes,toolbar,screenX=5,screenY=5");
/external/webkit/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp860 wargs.resizable = WindowFeatures::boolFeature(features, "resizable");
/external/webkit/WebCore/bindings/v8/custom/
H A DV8DOMWindowCustom.cpp536 windowFeatures.resizable = WindowFeatures::boolFeature(features, "resizable");
/external/webkit/WebCore/loader/
H A DFrameLoader.cpp301 page->chrome()->setResizable(features.resizable);

Completed in 303 milliseconds