/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
background.js | 12 'resizable': false,
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
window-open-features-parsing.html | 12 var sFeatures = " ,=\twidth == = = 0200px|0=height 400,1width=400,left=nO \ntoolBAR=yeS,resizable=yess, \rstatus= ,"; 19 Win IE's behavior, except in the case of "resizable," which should always be true.</p> 26 <li> Resizable. 35 <li>Resizable.</li> 37 <a href="" onclick='window.open("", "", "status,resizable");'>Click to test</a>
|
window-sizing.html | 16 Open("width=200, height=200, left = 0, top = 0, scrollbars, resizable"); 31 Open("width=200, height=200, left = 0, top = 0, scrollbars, menubar, status, toolbar, resizable"); 45 Open("width=200,height=200,left=" + (screen.width - 200) + ",screenY=0, resizable");
|
window-geometry.html | 18 win = window.open("about:blank", "", "location=no, resizable=no, scrollbars=no, status=no, titlebar=no, toolbar=no, left=0, top=0, width=1, height=1");
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebWindowFeatures.h | 59 bool resizable; member in struct:blink::WebWindowFeatures 75 , resizable(true) 97 , resizable(f.resizable) 120 result.resizable = resizable;
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_layout.h | 36 // - The |max_fraction| it can use within the omnibox, or 0 for non-resizable 53 // Add a non-resizable decoration with standard padding. 58 // non-collapsible and non-resizable decorations. 62 // by the first pass. This pass will adjust it to account for resizable
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.mm | 55 - (void)setResizable:(BOOL)resizable { 56 if (resizable == resizable_) 58 resizable_ = resizable;
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.mm | 54 - (void)setResizable:(BOOL)resizable { 55 if (resizable == resizable_) 57 resizable_ = resizable;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowFeatures.h | 50 , resizable(true) 72 bool resizable; member in struct:WebCore::WindowFeatures
|
WindowFeatures.cpp | 62 resizable = true; 71 resizable = true; 132 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true. 204 resizable = boolFeature(features, "resizable");
|
/external/chromium_org/ash/wm/ |
default_window_resizer.h | 21 // returned object. Returns NULL if not resizable.
|
resize_shadow_controller.h | 25 // ResizeShadowController observes changes to resizable windows and shows
|
drag_window_resizer.h | 28 // returned object. Returns NULL if not resizable.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.h | 16 // use bitmaps for constructing image-based resizable widgets like buttons.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Window_classes.py | 88 """resizable - Is the window resizable? """ 157 'resizable' : _Prop_resizable,
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 35 #side-nav.not-resizable { 1077 /* JQUERY RESIZABLE STYLES */ 1078 .ui-resizable { position: relative; } 1079 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } 1080 .ui-resizable .ui-resizable-handle { display: block; } 1081 body .ui-resizable-disabled .ui-resizable-handle { display: none; } 1082 body .ui-resizable-autohide .ui-resizable-handle { display: none; [all...] |
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
native_app_window_gtk.cc | 76 resizable_ = params.resizable; 78 // If the window doesn't have a size request when we set resizable to 266 // When the window is not resizable, we still want to make this call succeed 267 // but gtk will not allow it if the window is not resizable. The actual 269 // that will be triggered when the window manager's resizable property 454 // Fullscreen of non-resizable windows requires them to be made resizable 462 // the process of being maximized but was set as not resizable. 466 // resizable. 602 // We must first make the window resizable. That won't take effec [all...] |
/external/chromium_org/ui/views/layout/ |
grid_layout.cc | 47 // Distributes delta among the resizable elements. 48 // Each resizable element is given ResizePercent / total_percent * delta 63 // None of the elements are resizable, return. 534 // Rows and Columns are treated. Rows have two states, resizable or not. 535 // Columns have three, resizable, USE_PREF or not resizable. This results 543 // Determine which columns are resizable, and which have a size type 560 // There are resizable columns, give them the remaining width. The extra 574 // None of the columns are resizable, distribute the width among those 902 // The view is resizable. As the pref height may vary with the width [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Standard_Suite.py | 159 """resizable - Is the window resizable? """ 201 'resizable' : _Prop_resizable,
|
/build/tools/droiddoc/templates-pdk/ |
head_tag.cs | 17 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
DefaultManifestAttributesTest.java | 32 * android:resizable
|
/external/apache-http/src/org/apache/http/util/ |
package.html | 39 The helper classes for resizable
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.h | 13 // use bitmaps for constructing image-based resizable widgets like buttons.
|
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.h | 28 // returned object. Returns NULL if not resizable.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_view.h | 26 // A width of 0 means that the column is resizable.
|