HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 301 - 325 of 2398) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/text/
FieldPosition.java 37 private Format.Field attribute; field in class:FieldPosition
47 * Constructs a new {@code FieldPosition} for the given {@code Field} attribute.
49 public FieldPosition(Format.Field attribute) {
50 this.attribute = attribute;
55 * Constructs a new {@code FieldPosition} for the given {@code Field} attribute and field id.
57 public FieldPosition(Format.Field attribute, int field) {
58 this.attribute = attribute;
72 return field == pos.field && this.attribute == pos.attribute &
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
DocumentFontFaceSet.idl 32 [MeasureAs=DocumentFonts] readonly attribute FontFaceSet fonts;
WebKitCSSFilterRule.idl 33 readonly attribute CSSStyleDeclaration style;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ParentNode.idl 35 [PerWorldBindings] readonly attribute HTMLCollection children;
36 [PerWorldBindings] readonly attribute Element firstElementChild;
37 [PerWorldBindings] readonly attribute Element lastElementChild;
38 readonly attribute unsigned long childElementCount;
  /external/chromium_org/third_party/WebKit/Source/core/events/
AutocompleteErrorEvent.idl 28 [InitializedByEventConstructor] readonly attribute DOMString reason;
FocusEvent.idl 29 [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
PopStateEvent.idl 30 [InitializedByEventConstructor, Custom=Getter] readonly attribute any state;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 30 readonly attribute DOMString name;
31 [MeasureAs=FileGetLastModifiedDate] readonly attribute Date lastModifiedDate;
32 readonly attribute long long lastModified;
33 [MeasureAs=PrefixedFileRelativePath] readonly attribute DOMString webkitRelativePath;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.idl 29 [Reflect, TreatNullAs=NullString] attribute DOMString select;
HTMLHeadElement.idl 21 [Reflect, TreatNullAs=NullString, DeprecateAs=HTMLHeadElementProfile] attribute DOMString profile;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString statusMessage;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.idl 29 [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
  /external/chromium_org/third_party/WebKit/Source/core/streams/
Stream.idl 44 readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.idl 27 [ImplementedAs=svgTarget] readonly attribute SVGAnimatedString target;
SVGDocument.idl 25 [MeasureAs=SVGDocumentRootElement] readonly attribute SVGSVGElement rootElement;
SVGFEComponentTransferElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGFEImageElement.idl 31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGFEMorphologyElement.idl 36 readonly attribute SVGAnimatedString in1;
37 [ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator;
38 readonly attribute SVGAnimatedNumber radiusX;
39 readonly attribute SVGAnimatedNumber radiusY;
SVGFETileElement.idl 29 readonly attribute SVGAnimatedString in1;
SVGScriptElement.idl 27 [Reflect] attribute DOMString type;
SVGViewElement.idl 29 readonly attribute SVGStringList viewTarget;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WindowCrypto.idl 34 readonly attribute Crypto crypto;
WorkerGlobalScopeCrypto.idl 34 readonly attribute Crypto crypto;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
HTMLInputElementFileSystem.idl 34 [CallWith=ExecutionContext] readonly attribute Entry[] webkitEntries;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursorWithValue.idl 28 [CallWith=ScriptState, CachedAttribute=isValueDirty] readonly attribute any value;

Completed in 970 milliseconds

<<11121314151617181920>>