HomeSort by relevance Sort by last modified time
    Searched refs:relative (Results 76 - 100 of 184) sorted by null

1 2 34 5 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 57 import com.android.ide.common.layout.relative.ConstraintPainter;
58 import com.android.ide.common.layout.relative.GuidelinePainter;
59 import com.android.ide.common.layout.relative.MoveHandler;
60 import com.android.ide.common.layout.relative.ResizeHandler;
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 21 position: relative;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLLegendElement04.js 78 The align attribute specifies the text alignment relative to FIELDSET.
HTMLTableRowElement02.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement03.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement04.js 78 The sectionRowIndex attribute specifies the index of this row, relative
table47.js 78 The index of this row, relative to the entire table.
HTMLTableRowElement01.js 78 The rowIndex attribute specifies the index of the row, relative to the
HTMLTableSectionElement31.js 79 starts from 0 and is relative only to the rows contained inside
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLLegendElement04.js 78 The align attribute specifies the text alignment relative to FIELDSET.
HTMLTableRowElement02.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement03.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement04.js 78 The sectionRowIndex attribute specifies the index of this row, relative
table47.js 78 The index of this row, relative to the entire table.
HTMLTableRowElement01.js 78 The rowIndex attribute specifies the index of the row, relative to the
HTMLTableSectionElement31.js 79 starts from 0 and is relative only to the rows contained inside
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 101 position: relative;
109 position: relative;
360 position: relative;
  /external/bluetooth/glib/gio/
glocalfile.c 1577 char *relative; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 284 // into relative doc url android/Manifest.permission.html#ACCESS_CHECKIN_PROPERTIES
286 String relative = "android/Manifest.permission.html#" //$NON-NLS-1$ local
289 URL url = getDocUrl(relative);
299 // into relative doc url android/content/Intent.html#ACTION_MAIN
300 String relative; local
302 relative = "android/content/Intent.html#ACTION_" //$NON-NLS-1$
305 relative = "android/content/Intent.html#CATEGORY_" //$NON-NLS-1$
310 URL url = getDocUrl(relative);
397 * @param relative a relative url to append to the root ur
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 51 position:relative;
58 position:relative;
151 position:relative;
282 position:relative;
703 position:relative;
1221 .ui-resizable { position: relative; }
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 49 position:relative;
56 position:relative;
149 position:relative;
283 position:relative;
703 position:relative;
1078 .ui-resizable { position: relative; }
  /external/chromium/chrome/browser/resources/ntp/
apps.css 4 position: relative;
  /external/webkit/Source/WebCore/platform/
KURL.cpp 329 KURL::KURL(const KURL& base, const String& relative)
331 init(base, relative, UTF8Encoding());
334 KURL::KURL(const KURL& base, const String& relative, const TextEncoding& encoding)
340 init(base, relative, encoding.encodingForFormSubmission());
351 void KURL::init(const KURL& base, const String& relative, const TextEncoding& encoding)
356 m_string = relative;
363 String rel = relative;
426 // unless the relative URL is a single fragment.
432 m_string = relative;
470 // must be relative-path referenc
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 284 position: relative;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 295 position: relative;

Completed in 1915 milliseconds

1 2 34 5 6 7 8