HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 26 - 50 of 710) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpotLightElement.idl 27 readonly attribute SVGAnimatedNumber x;
28 readonly attribute SVGAnimatedNumber y;
29 readonly attribute SVGAnimatedNumber z;
30 readonly attribute SVGAnimatedNumber pointsAtX;
31 readonly attribute SVGAnimatedNumber pointsAtY;
32 readonly attribute SVGAnimatedNumber pointsAtZ;
33 readonly attribute SVGAnimatedNumber specularExponent;
34 readonly attribute SVGAnimatedNumber limitingConeAngle;
SVGEllipseElement.idl 27 readonly attribute SVGAnimatedLength cx;
28 readonly attribute SVGAnimatedLength cy;
29 readonly attribute SVGAnimatedLength rx;
30 readonly attribute SVGAnimatedLength ry;
SVGFESpecularLightingElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber surfaceScale;
29 readonly attribute SVGAnimatedNumber specularConstant;
30 readonly attribute SVGAnimatedNumber specularExponent;
SVGForeignObjectElement.idl 27 readonly attribute SVGAnimatedLength x;
28 readonly attribute SVGAnimatedLength y;
29 readonly attribute SVGAnimatedLength width;
30 readonly attribute SVGAnimatedLength height;
SVGLineElement.idl 27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
SVGLinearGradientElement.idl 27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.idl 28 readonly attribute unsigned long long position;
29 readonly attribute unsigned long long totalSize;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
KeyPair.idl 34 readonly attribute Key publicKey;
35 readonly attribute Key privateKey;
Key.idl 34 readonly attribute DOMString type;
35 readonly attribute boolean extractable;
36 readonly attribute Algorithm algorithm;
37 readonly attribute DOMString[] usages;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.idl 34 readonly attribute DOMString name;
35 readonly attribute DirectoryEntrySync root;
Metadata.idl 34 readonly attribute Date modificationTime;
35 readonly attribute unsigned long long size;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.idl 29 readonly attribute Coordinates coords;
30 readonly attribute DOMTimeStamp timestamp;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.idl 21 readonly attribute StorageQuota webkitTemporaryStorage;
22 readonly attribute StorageQuota webkitPersistentStorage;
WorkerNavigatorStorageQuota.idl 21 readonly attribute StorageQuota webkitTemporaryStorage;
22 readonly attribute StorageQuota webkitPersistentStorage;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionAlternative.idl 29 readonly attribute DOMString transcript;
30 readonly attribute float confidence;
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.idl 22 readonly attribute CSSPrimitiveValue top;
23 readonly attribute CSSPrimitiveValue right;
24 readonly attribute CSSPrimitiveValue bottom;
25 readonly attribute CSSPrimitiveValue left;
CSSImportRule.idl 23 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
24 readonly attribute MediaList media;
25 readonly attribute CSSStyleSheet styleSheet;
Counter.idl 23 readonly attribute DOMString identifier;
24 readonly attribute DOMString listStyle;
25 readonly attribute DOMString separator;
RGBColor.idl 23 readonly attribute CSSPrimitiveValue red;
24 readonly attribute CSSPrimitiveValue green;
25 readonly attribute CSSPrimitiveValue blue;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
NavigatorOnLine.idl 34 readonly attribute boolean onLine;
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
MimeType.idl 24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute Plugin enabledPlugin;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceEntry.idl 35 readonly attribute DOMString name;
36 readonly attribute DOMString entryType;
37 readonly attribute double startTime;
38 readonly attribute double duration;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
VideoPlaybackQuality.idl 33 readonly attribute double creationTime;
34 readonly attribute unsigned long totalVideoFrames;
35 readonly attribute unsigned long droppedVideoFrames;
36 readonly attribute unsigned long corruptedVideoFrames;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.idl 29 readonly attribute DOMString id;
30 readonly attribute DOMString kind;
31 readonly attribute DOMString label;
32 readonly attribute DOMString facing;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
ArrayBufferView.idl 30 readonly attribute ArrayBuffer buffer;
31 readonly attribute unsigned long byteOffset;
32 readonly attribute unsigned long byteLength;

Completed in 361 milliseconds

12 3 4 5 6 7 8 91011>>