HomeSort by relevance Sort by last modified time
    Searched refs:resizable (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebCore/page/
WindowFeatures.h 48 , resizable(true)
75 bool resizable; member in struct:WebCore::WindowFeatures
WindowFeatures.cpp 63 resizable = true;
72 resizable = true;
133 // We ignore a keyString of "resizable", which is consistent with Firefox.
  /build/tools/droiddoc/templates-pdk/
customization.cs 47 <div class="g-unit g-first side-nav-resizable" id="side-nav">
62 <div class="g-unit g-first side-nav-resizable" id="side-nav">
77 <div class="g-unit g-first side-nav-resizable" id="side-nav">
92 <div class="g-unit g-first side-nav-resizable" id="side-nav">
107 <div class="g-unit g-first side-nav-resizable" id="side-nav">
122 <div class="g-unit g-first side-nav-resizable" id="side-nav">
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
141 [[wv window] setShowsResizeIndicator:resizable];
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 65 wkFeatures.resizable = features.resizable;
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 1286 /* JQUERY RESIZABLE STYLES */
1287 .ui-resizable { position: relative; }
1288 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1289 .ui-resizable .ui-resizable-handle { display: block; }
1290 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1291 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
1292 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px
    [all...]
android-developer-docs.js 151 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
152 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
268 * which creates the resizable side bar */
jquery-resizable.min.js     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 127 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizeHeight(); } });
128 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
133 } else if ($(".side-nav-resizable").length) {
214 if ($(".side-nav-resizable").length) {
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 204 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable];
213 resizable, @"resizable",
238 [resizable release];
  /external/webkit/WebKit/wx/
WebView.h 315 , resizable(true)
325 bool resizable; member in class:wxWebKitWindowFeatures
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.h 103 /* [retval][out] */ BOOL *resizable) { return E_NOTIMPL; }
107 /* [in] */ BOOL resizable) { return E_NOTIMPL; }
  /external/webkit/WebKit/mac/WebView/
WebUIDelegate.h 312 @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/
IWebUIDelegate.idl 337 @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);
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 181 map.set(WebWindowFeaturesResizableKey, features.resizable);
319 void WebChromeClient::setResizable(bool resizable)
323 uiDelegate->setResizable(m_webView, resizable);
  /external/v8/tools/
stats-viewer.py 256 self.root.resizable(width=False, height=False)
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 170 bool dialog = features.dialog || !features.resizable
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 839 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/
JSDOMWindowCustom.cpp     [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 536 windowFeatures.resizable = WindowFeatures::boolFeature(features, "resizable");
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /external/webkit/WebCore/loader/
FrameLoader.cpp 301 page->chrome()->setResizable(features.resizable);
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 152 milliseconds

1 2