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

1 2 3

  /external/chromium_org/third_party/WebKit/public/web/
WebWindowFeatures.h 59 bool resizable; member in struct:WebKit::WebWindowFeatures
75 , resizable(true)
97 , resizable(f.resizable)
120 result.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/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 78 @property(nonatomic,getter=isResizable) BOOL resizable; variable
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 77 @property(nonatomic,getter=isResizable) BOOL resizable; variable
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 250 if (options->resizable.get())
251 create_params.resizable = *options->resizable.get();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SplitView.js 230 * @param {boolean} resizable
232 setResizable: function(resizable)
234 this._resizable = resizable;
235 this._resizerElement.enableStyleClass("hidden", !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...]
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/ui/gtk/
gtk_util.h 76 // |resizable| also controls whether the dialog will be resizable
80 int width_id, int height_id, bool resizable);
  /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/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 59 resizable: false,
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 59 resizable: false,
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 119 // |resizable| also controls whether the dialog will be resizable
123 int width_id, int height_id, bool resizable);
  /external/chromium_org/apps/
shell_window.h 121 // If true, the window will be resizable by the user. Defaults to true.
122 bool resizable; member in struct:apps::ShellWindow::CreateParams
  /external/chromium_org/chrome/browser/ui/panels/
panel.h 221 void SetAutoResizable(bool resizable);
242 // user-resizable, it should not be a problem.
255 // Sets up the panel for being resizable by the user - for example,
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 231 IPC_STRUCT_TRAITS_MEMBER(resizable)
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]

Completed in 5105 milliseconds

1 2 3