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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WindowIndexedDatabase.idl 30 [ImplementedAs=indexedDB, DeprecateAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
32 [MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;
34 [DeprecateAs=PrefixedIDBCursorConstructor] attribute IDBCursorConstructor webkitIDBCursor;
35 [DeprecateAs=PrefixedIDBDatabaseConstructor] attribute IDBDatabaseConstructor webkitIDBDatabase;
36 [DeprecateAs=PrefixedIDBFactoryConstructor] attribute IDBFactoryConstructor webkitIDBFactory;
37 [DeprecateAs=PrefixedIDBIndexConstructor] attribute IDBIndexConstructor webkitIDBIndex;
38 [DeprecateAs=PrefixedIDBKeyRangeConstructor] attribute IDBKeyRangeConstructor webkitIDBKeyRange;
39 [DeprecateAs=PrefixedIDBObjectStoreConstructor] attribute IDBObjectStoreConstructor webkitIDBObjectStore;
40 [DeprecateAs=PrefixedIDBRequestConstructor] attribute IDBRequestConstructor webkitIDBRequest;
41 [DeprecateAs=PrefixedIDBTransactionConstructor] attribute IDBTransactionConstructor webkitIDBTransaction
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.idl 25 [Reflect] attribute boolean autofocus;
26 [Reflect] attribute boolean disabled;
27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
28 attribute boolean multiple;
29 [Reflect] attribute DOMString name;
30 [Reflect] attribute boolean required;
31 attribute long size;
33 readonly attribute DOMString type;
35 readonly attribute HTMLOptionsCollection options;
36 [RaisesException=Setter] attribute unsigned long length
    [all...]
HTMLInputElement.idl 25 [Reflect] attribute DOMString accept;
26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString alt;
28 [Reflect] attribute DOMString autocomplete;
29 [Reflect] attribute boolean autofocus;
30 [Reflect=checked] attribute boolean defaultChecked;
31 attribute boolean checked;
32 [Reflect] attribute DOMString dirName;
33 [Reflect] attribute boolean disabled;
34 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form
    [all...]
HTMLSourceElement.idl 29 [Reflect, URL] attribute DOMString src;
30 attribute DOMString type;
32 [Reflect, RuntimeEnabled=Picture] attribute DOMString srcset;
33 [Reflect, RuntimeEnabled=Picture] attribute DOMString sizes;
34 [Reflect, RuntimeEnabled=Picture] attribute DOMString media;
36 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
HTMLTextAreaElement.idl 23 [Reflect] attribute boolean autofocus;
24 attribute long cols;
25 [Reflect] attribute DOMString dirName;
26 [Reflect] attribute boolean disabled;
27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
28 [RaisesException=Setter] attribute long maxLength;
29 [Reflect] attribute DOMString name;
30 [Reflect] attribute DOMString placeholder;
31 [Reflect] attribute boolean readOnly;
32 [Reflect] attribute boolean required
    [all...]
HTMLMenuElement.idl 21 [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString type;
22 [RuntimeEnabled=ContextMenu, Reflect] attribute DOMString label;
23 [Reflect] attribute boolean compact;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceNode.idl 32 attribute DOMString stringAttribute;
33 readonly attribute TestInterfaceEmpty readonlyTestInterfaceEmptyAttribute;
34 attribute EventHandler eventHandlerAttribute;
35 [PerWorldBindings] readonly attribute TestInterfaceEmpty perWorldBindingsReadonlyTestInterfaceEmptyAttribute;
36 [Reflect] attribute DOMString reflectStringAttribute;
37 [Reflect, URL] attribute DOMString reflectUrlStringAttribute;
TestInterfaceEventConstructor.idl 33 readonly attribute DOMString readonlyStringAttribute;
35 [InitializedByEventConstructor] readonly attribute DOMString initializedByEventConstructorReadonlyStringAttribute;
36 [InitializedByEventConstructor] readonly attribute any initializedByEventConstructorReadonlyAnyAttribute;
37 [InitializedByEventConstructor] readonly attribute boolean initializedByEventConstructorReadonlyBooleanAttribute;
38 [InitializedByEventConstructor] readonly attribute long initializedByEventConstructorReadonlyLongAttribute;
39 [InitializedByEventConstructor] readonly attribute Uint8Array initializedByEventConstructorReadonlyUint8ArrayAttribute;
40 [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute;
41 [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty[] initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute;
42 [InitializedByEventConstructor] readonly attribute TestInterfaceEmpty? initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute;
44 [DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, InitializedByEventConstructor] readonly attribute DOMString deprecatedInitializedByEventConstructorReadonlyStringAttribute
    [all...]
SVGTestInterface.idl 37 [Reflect] attribute DOMString type; // Test SVGNames namespace
38 // [Immutable] attribute SVGPoint immutablePoint; // [Immutable] is a nop
TestNode.idl 25 attribute DOMString href;
26 [RaisesException=Setter] attribute DOMString hrefThrows;
27 [SetterCallWith=(ExecutionContext,ActiveWindow,FirstWindow)] attribute DOMString hrefCallWith;
28 attribute ByteString hrefByteString;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.idl 26 readonly attribute Node root;
27 readonly attribute unsigned long whatToShow;
28 readonly attribute NodeFilter filter;
29 [DeprecateAs=NodeIteratorExpandEntityReferences] readonly attribute boolean expandEntityReferences;
30 readonly attribute Node referenceNode;
31 readonly attribute boolean pointerBeforeReferenceNode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.idl 33 [ImplementedAs=transformFromJavascript] readonly attribute SVGTransformList transform;
34 readonly attribute SVGElement viewTarget;
35 readonly attribute DOMString viewBoxString;
36 readonly attribute DOMString preserveAspectRatioString;
37 readonly attribute DOMString transformString;
38 readonly attribute DOMString viewTargetString;
SVGFEGaussianBlurElement.idl 31 readonly attribute SVGAnimatedString in1;
32 readonly attribute SVGAnimatedNumber stdDeviationX;
33 readonly attribute SVGAnimatedNumber stdDeviationY;
SVGTests.idl 33 readonly attribute SVGStringList requiredFeatures;
34 readonly attribute SVGStringList requiredExtensions;
35 readonly attribute SVGStringList systemLanguage;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.idl 31 readonly attribute boolean canInsertDTMF;
32 readonly attribute MediaStreamTrack track;
33 readonly attribute DOMString toneBuffer;
34 readonly attribute long duration;
35 readonly attribute long interToneGap;
39 attribute EventHandler ontonechange;
RTCIceCandidate.idl 36 [TreatNullAs=NullString] attribute DOMString candidate;
37 [TreatNullAs=NullString] attribute DOMString sdpMid;
38 attribute unsigned short sdpMLineIndex;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.idl 30 [RaisesException=Setter] attribute AudioBuffer buffer;
32 readonly attribute AudioParam playbackRate;
34 attribute boolean loop;
35 attribute double loopStart;
36 attribute double loopEnd;
41 attribute EventHandler onended;
  /external/chromium_org/third_party/WebKit/Source/core/events/
ProgressEvent.idl 29 [InitializedByEventConstructor] readonly attribute boolean lengthComputable;
30 [InitializedByEventConstructor] readonly attribute unsigned long long loaded;
31 [InitializedByEventConstructor] readonly attribute unsigned long long total;
TransitionEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString propertyName;
31 [InitializedByEventConstructor] readonly attribute double elapsedTime;
32 [InitializedByEventConstructor] readonly attribute DOMString pseudoElement;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.idl 21 [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
22 [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
24 [RuntimeEnabled=QuotaPromise] readonly attribute StorageQuota storageQuota;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
CloseEvent.idl 34 [InitializedByEventConstructor] readonly attribute boolean wasClean;
35 [InitializedByEventConstructor] readonly attribute unsigned short code;
36 [InitializedByEventConstructor] readonly attribute DOMString reason;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCharsetRule.idl 22 [MeasureAs=CSSCharsetRuleEncoding] attribute DOMString encoding;
CSSFontFaceRule.idl 23 readonly attribute CSSStyleDeclaration style;
CSSViewportRule.idl 31 readonly attribute CSSStyleDeclaration style;
FontFaceSetLoadEvent.idl 35 readonly attribute FontFace[] fontfaces;

Completed in 1428 milliseconds

1 2 3 4 5 67 8 91011>>