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

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebCore/manual-tests/
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");
  /external/webkit/Source/WebKit/chromium/public/
WebWindowFeatures.h 59 bool resizable; member in struct:WebKit::WebWindowFeatures
75 , resizable(true)
97 , resizable(f.resizable)
  /build/tools/droiddoc/templates-pdk/
customizations.cs 7 <div class="g-unit g-first side-nav-resizable" id="side-nav">
21 <div class="g-unit g-first side-nav-resizable" id="side-nav">
35 <div class="g-unit g-first side-nav-resizable" id="side-nav">
49 <div class="g-unit g-first side-nav-resizable" id="side-nav">
63 <div class="g-unit g-first side-nav-resizable" id="side-nav">
head_tag.cs 14 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui 30 <property name="resizable">
41 <property name="resizable">
52 <property name="resizable">
63 <property name="resizable">
74 <property name="resizable">
eventhistory.ui 30 <property name="resizable">
41 <property name="resizable">
  /sdk/rule_api/src/com/android/ide/common/api/
ResizePolicy.java 22 * A {@link ResizePolicy} records state for whether a widget is resizable, and if so, in
165 * @param top whether the top edge is resizable
166 * @param right whether the right edge is resizable
167 * @param bottom whether the bottom edge is resizable
168 * @param left whether the left edge is 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/webkit/Source/WebCore/page/
WindowFeatures.h 51 , resizable(true)
74 bool resizable; member in struct:WebCore::WindowFeatures
WindowFeatures.cpp 63 resizable = true;
72 resizable = true;
133 // We treat keyString of "resizable" here as an additional feature rather than setting resizeable to true.
205 resizable = boolFeature(features, "resizable");
  /external/bluetooth/glib/glib/
garray.h 60 /* Resizable arrays. remove fills any cleared spot and shortens the
104 /* Resizable pointer array. This interface is much less complicated
  /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.
  /sdk/eclipse/
dictionary.txt 236 resizable
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 37 #side-nav.not-resizable {
1220 /* JQUERY RESIZABLE STYLES */
1221 .ui-resizable { position: relative; }
1222 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
1223 .ui-resizable .ui-resizable-handle { display: block; }
1224 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
1225 body .ui-resizable-autohide .ui-resizable-handle { display: none;
    [all...]
android-developer-docs.js 127 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizeHeight(); } });
128 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } });
133 } else if ($(".side-nav-resizable").length) {
214 if ($(".side-nav-resizable").length) {
jquery-resizable.min.js     [all...]
  /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...]
  /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/doclava/res/assets/templates/
head_tag.cs 19 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 63 map.set("resizable", WebBoolean::create(windowFeatures.resizable));
227 void WebUIClient::setIsResizable(WebPageProxy* page, bool resizable)
231 m_client.setIsResizable(toAPI(page), resizable, m_client.clientInfo);
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 41 * Creates a resizable {@code ArrayList} instance containing the given
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
141 [[wv window] setShowsResizeIndicator:resizable];

Completed in 1176 milliseconds

1 2 3 4 5 6 7 8 910