Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/public/web/
DWebWindowFeatures.h59 bool resizable; member
75 , resizable(true) in WebWindowFeatures()
97 , resizable(f.resizable) in WebWindowFeatures()
120 result.resizable = resizable; in WindowFeatures()
/external/chromium_org/third_party/WebKit/Source/core/page/
DWindowFeatures.h50 , resizable(true) in WindowFeatures()
72 bool resizable; member
DWindowFeatures.cpp62 resizable = true; in WindowFeatures()
71 resizable = true; in WindowFeatures()
204 resizable = boolFeature(features, "resizable"); in WindowFeatures()
DChrome.cpp190 m_client->setResizable(features.resizable); in setWindowFeatures()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css35 #side-nav.not-resizable {
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; }
1083 .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px;
1084 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1085 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
1086 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
Ddoclava-developer-docs.js155 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(…
156 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm55 - (void)setResizable:(BOOL)resizable {
56 if (resizable == resizable_)
58 resizable_ = resizable;
Dbrowser_actions_container_view.h78 @property(nonatomic,getter=isResizable) BOOL resizable;
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm54 - (void)setResizable:(BOOL)resizable {
55 if (resizable == resizable_)
57 resizable_ = resizable;
Dbrowser_actions_container_view.h77 @property(nonatomic,getter=isResizable) BOOL resizable;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSplitView.js235 setResizable: function(resizable) argument
237 this._resizable = resizable;
238 this._resizerElement.enableStyleClass("hidden", !resizable);
/external/chromium_org/chrome/browser/resources/feedback/js/
Devent_handler.js85 resizable: false }, property
/external/chromium_org/chrome/browser/extensions/api/app_window/
Dapp_window_api.cc273 if (options->resizable.get()) in RunImpl()
274 create_params.resizable = *options->resizable.get(); in RunImpl()
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
Dpopup.js59 resizable: false, property
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc578 void Panel::SetAutoResizable(bool resizable) { in SetAutoResizable() argument
579 if (auto_resizable_ == resizable) in SetAutoResizable()
582 auto_resizable_ = resizable; in SetAutoResizable()
Dpanel.h222 void SetAutoResizable(bool resizable);
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_util.h80 int width_id, int height_id, bool resizable);
Dgtk_util.cc384 int width_id, int height_id, bool resizable) { in SetWindowSizeFromResources() argument
391 if (resizable) { in SetWindowSizeFromResources()
411 gtk_window_set_resizable(window, resizable ? TRUE : FALSE); in SetWindowSizeFromResources()
/external/chromium_org/content/public/common/
Dcommon_param_traits_macros.h215 IPC_STRUCT_TRAITS_MEMBER(resizable)
/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.h123 int width_id, int height_id, bool resizable);
Dgtk_util.cc307 int width_id, int height_id, bool resizable) { in SetWindowSizeFromResources() argument
314 if (resizable) { in SetWindowSizeFromResources()
334 gtk_window_set_resizable(window, resizable ? TRUE : FALSE); in SetWindowSizeFromResources()
/external/chromium/chrome/browser/ui/cocoa/
Dhtml_dialog_window_controller.mm237 // TODO(akalin): Make the window resizable (but with the minimum size being
240 // are resizable could just be an accident. Investigate futher...
/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dnative_app_window_cocoa.mm33 // and to support non resizable windows. The window will be resized explicitly
36 // Attempting maximize and restore functionality with non resizable windows
154 // Allow non resizable windows (without NSResizableWindowMask) to enter
324 params.resizable && !size_constraints.HasFixedSize();
326 params.resizable && !size_constraints.HasMaximumSize();
/external/chromium_org/apps/
Dshell_window.h178 bool resizable; member
/external/chromium_org/chrome/common/extensions/api/
Dapp_window.idl100 // If true, the window will be resizable by the user. Defaults to true.
101 boolean? resizable;

12