/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 85 resizable: false },
|
/external/chromium_org/chrome_frame/cfinstall/examples/ |
jquery.html | 25 resizable: false,
|
/external/chromium_org/ui/views/controls/table/ |
table_header.h | 56 // If not already resizing and |event| is over a resizable column starts
|
/external/doclava/res/assets/templates/ |
head_tag.cs | 19 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Surface.3 | 77 Surface is resizable (Display Surface)
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 30 * Widget is not resizable. 34 * Widget is resizable in the horizontal axis only. 38 * Widget is resizable in the vertical axis only. 42 * Widget is resizable in both the horizontal and vertical axes.
|
/frameworks/base/core/java/com/google/android/collect/ |
Lists.java | 41 * Creates a resizable {@code ArrayList} instance containing the given
|
/sdk/eclipse/ |
dictionary.txt | 255 resizable
|
/external/chromium_org/ui/views/layout/ |
grid_layout.h | 29 // columns->AddPaddingColumn(0, // The padding column is not resizable. 34 // layout->StartRow(0, // This row isn't vertically resizable. 281 // If none of the columns in a columnset are resizable, the views are only 284 // unless the column is marked as resizable. 348 // Distributes delta amoung the resizable columns.
|
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-resizable.min.js | [all...] |
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/doclava/res/assets/templates/assets/ |
jquery-resizable.min.js | [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
|
/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...] |
/external/chromium_org/chrome/browser/extensions/api/app_window/ |
app_window_api.cc | 273 if (options->resizable.get()) 274 create_params.resizable = *options->resizable.get();
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_container_view.h | 78 @property(nonatomic,getter=isResizable) BOOL resizable; variable
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/ |
feed.html | 58 'resizable=0,scrollbars=0,width=690,height=415');
|
/external/chromium/net/base/ |
io_buffer.h | 99 // This version provides a resizable buffer and a changeable offset.
|
/external/chromium_org/ash/wm/dock/ |
docked_window_resizer.h | 36 // returned object. Returns NULL if not resizable.
|
/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/ui/views/extensions/ |
extension_dialog.h | 63 // Sets minimum contents size in pixels and makes the window resizable.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.js | 59 resizable: false,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/views/ |
feed.html | 58 'resizable=0,scrollbars=0,width=690,height=415');
|
/external/chromium_org/content/public/common/ |
common_param_traits_macros.h | 215 IPC_STRUCT_TRAITS_MEMBER(resizable)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SplitView.js | 233 * @param {boolean} resizable 235 setResizable: function(resizable) 237 this._resizable = resizable; 238 this._resizerElement.enableStyleClass("hidden", !resizable);
|