Home
last modified time | relevance | path

Searched refs:resizable (Results 1 – 25 of 128) sorted by relevance

123456

/external/wpa_supplicant/wpa_gui-qt4/
Dscanresults.ui34 <property name="resizable" >
45 <property name="resizable" >
56 <property name="resizable" >
67 <property name="resizable" >
78 <property name="resizable" >
Deventhistory.ui39 <property name="resizable" >
50 <property name="resizable" >
/external/webkit/WebCore/page/
DWindowFeatures.h48 , resizable(true) in WindowFeatures()
75 bool resizable; member
DWindowFeatures.cpp63 resizable = true; in WindowFeatures()
72 resizable = true; in WindowFeatures()
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
141 [[wv window] setShowsResizeIndicator:resizable];
/external/webkit/WebKitTools/DumpRenderTree/win/
DUIDelegate.h101 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; } in webViewIsResizable() argument
105 /* [in] */ BOOL resizable) { return E_NOTIMPL; } in setResizable() argument
/external/webkit/WebKit/win/Interfaces/
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/mac/WebCoreSupport/
DWebChromeClient.mm191 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable];
200 resizable, @"resizable",
225 [resizable release];
/external/webkit/WebKit/mac/WebView/
DWebUIDelegate.h330 - (void)webView:(WebView *)sender setResizable:(BOOL)resizable;
/external/webkit/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp282 void WebChromeClient::setResizable(bool resizable) in setResizable() argument
286 uiDelegate->setResizable(m_webView, resizable); in setResizable()
/external/webkit/V8Binding/v8/tools/
Dstats-viewer.py238 self.root.resizable(width=False, height=False)
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp109 bool dialog = features.dialog || !features.resizable in createWindow()
/external/webkit/WebKit/gtk/po/
Den_GB.po403 msgid "Whether text areas are resizable."
404 msgstr "Whether text areas are resizable."
Dwebkit.pot403 msgid "Whether text areas are resizable."
Dzh_CN.po404 msgid "Whether text areas are resizable."
Dsr.po413 msgid "Whether text areas are resizable."
Dru.po402 msgid "Whether text areas are resizable."
Dde.po404 msgid "Whether text areas are resizable."
Des.po405 msgid "Whether text areas are resizable."
Dsv.po402 msgid "Whether text areas are resizable."
Dnl.po403 msgid "Whether text areas are resizable."
Dsr@latin.po413 msgid "Whether text areas are resizable."
/external/webkit/WebCore/bindings/js/
DJSDOMWindowCustom.cpp675 wargs.resizable = WindowFeatures::boolFeature(features, "resizable"); in showModalDialog()
/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp598 windowFeatures.resizable = WindowFeatures::boolFeature(features, "resizable"); in CALLBACK_FUNC_DECL()
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt682 WebKit/mac/WebCoreSupport/WebChromeClient.mm:"resizable"

123456