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

1 2 3

  /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/third_party/WebKit/Source/core/page/
WindowFeatures.h 54 , resizable(true)
76 bool resizable; member in struct:WebCore::WindowFeatures
WindowFeatures.cpp 48 , resizable(true)
137 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true.
209 resizable = boolFeature(features, "resizable");
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 77 @property(nonatomic,getter=isResizable) BOOL resizable; variable
  /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...]
doclava-developer-docs.js 155 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } });
156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
161 } else if ($(".side-nav-resizable").length) {
280 * which creates the resizable side bar */
298 if ($(".side-nav-resizable").length) { // Must check if the nav is resizable because IE6 calls resizeWidth() from resizeAll() for all pages
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 246 if (options->resizable.get())
247 create_params.resizable = *options->resizable.get();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configSectionNameDialog.py 16 self.resizable(height=FALSE,width=FALSE)
aboutDialog.py 23 self.resizable(height=FALSE, width=FALSE)
configHelpSourceEdit.py 21 self.resizable(height=FALSE, width=FALSE)
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1497 /* JQUERY RESIZABLE STYLES */
1498 .ui-resizable { position: relative; }
1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1500 .ui-resizable .ui-resizable-handle { display: block; }
1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1502 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1497 /* JQUERY RESIZABLE STYLES */
1498 .ui-resizable { position: relative; }
1499 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1500 .ui-resizable .ui-resizable-handle { display: block; }
1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1502 body .ui-resizable-autohide .ui-resizable-handle { display: none; }
1503 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px
    [all...]
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 96 resizable: false },
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 59 resizable: false,
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 222 void SetAutoResizable(bool resizable);
243 // user-resizable, it should not be a problem.
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 221 IPC_STRUCT_TRAITS_MEMBER(resizable)
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/
android-developer-docs.css     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SplitView.js 352 * @param {boolean} resizable
354 setResizable: function(resizable)
356 this._resizerWidget.setEnabled(resizable);
  /external/chromium_org/apps/
app_window.h 171 // If true, the window will be resizable by the user. Defaults to true.
172 bool resizable; member in struct:apps::AppWindow::CreateParams
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 36 resizable_ = create_params.resizable;

Completed in 622 milliseconds

1 2 3