HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 251 - 275 of 2365) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTransformList.idl 29 readonly attribute SVGTransformList baseVal;
30 readonly attribute SVGTransformList animVal;
SVGCursorElement.idl 30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
SVGElement.idl 26 attribute DOMString xmlbase;
27 [TypeChecking=Interface|Nullable] readonly attribute SVGSVGElement? ownerSVGElement;
28 [TypeChecking=Interface|Nullable] readonly attribute SVGElement? viewportElement;
30 attribute DOMString xmllang;
31 attribute DOMString xmlspace;
33 [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
35 readonly attribute CSSStyleDeclaration style;
37 [CustomElementCallbacks] attribute long tabIndex;
SVGFilterElement.idl 30 readonly attribute SVGAnimatedEnumeration filterUnits;
31 readonly attribute SVGAnimatedEnumeration primitiveUnits;
32 readonly attribute SVGAnimatedLength x;
33 readonly attribute SVGAnimatedLength y;
34 readonly attribute SVGAnimatedLength width;
35 readonly attribute SVGAnimatedLength height;
36 readonly attribute SVGAnimatedInteger filterResX;
37 readonly attribute SVGAnimatedInteger filterResY;
SVGPolygonElement.idl 27 [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
SVGPolylineElement.idl 27 [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.idl 35 readonly attribute DOMString name;
36 attribute EventHandler onconnect;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.idl 28 [MeasureAs=XHRProgressEventPosition] readonly attribute unsigned long long position;
29 [MeasureAs=XHRProgressEventTotalSize] readonly attribute unsigned long long totalSize;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
HmacKeyAlgorithm.idl 34 readonly attribute KeyAlgorithm hash;
35 readonly attribute unsigned long length;
RsaKeyAlgorithm.idl 34 readonly attribute unsigned long modulusLength;
35 readonly attribute Uint8Array publicExponent;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.idl 30 readonly attribute Uint8Array message;
31 [InitializedByEventConstructor] readonly attribute DOMString destinationURL;
MediaKeyNeededEvent.idl 30 readonly attribute DOMString contentType;
31 readonly attribute Uint8Array initData;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.idl 37 readonly attribute DOMString name;
38 readonly attribute DirectoryEntry root;
DOMFileSystemSync.idl 35 readonly attribute DOMString name;
36 readonly attribute DirectoryEntrySync root;
Metadata.idl 35 readonly attribute Date modificationTime;
36 readonly attribute unsigned long long size;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.idl 30 readonly attribute Coordinates coords;
31 readonly attribute DOMTimeStamp timestamp;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl 29 readonly attribute DOMString kind;
30 readonly attribute DOMString id;
31 readonly attribute DOMString label;
32 attribute boolean enabled;
33 readonly attribute DOMString readyState;
39 attribute EventHandler onmute;
40 attribute EventHandler onunmute;
41 attribute EventHandler onended;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageInfo.idl 36 readonly attribute unsigned long long usage;
37 readonly attribute unsigned long long quota;
WorkerNavigatorStorageQuota.idl 21 [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitTemporaryStorage;
22 [MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.idl 31 [URL,CallWith=ExecutionContext] attribute DOMString src;
32 attribute float weight;
SpeechRecognitionError.idl 30 [InitializedByEventConstructor] readonly attribute DOMString error;
31 [InitializedByEventConstructor] readonly attribute DOMString message;
SpeechRecognitionResult.idl 30 readonly attribute unsigned long length;
32 readonly attribute boolean isFinal;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ConvolverNode.idl 29 [RaisesException=Setter] attribute AudioBuffer buffer;
30 attribute boolean normalize;
WaveShaperNode.idl 34 attribute Float32Array curve;
35 [RaisesException=Setter] attribute OverSampleType oversample;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIMessageEvent.idl 37 [InitializedByEventConstructor] readonly attribute double receivedTime;
38 [InitializedByEventConstructor] readonly attribute Uint8Array data;

Completed in 3195 milliseconds

<<11121314151617181920>>