HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 51 - 75 of 454) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.idl 36 readonly attribute DOMString name;
37 readonly attribute DirectoryEntry root;
DOMFileSystemSync.idl 36 readonly attribute DOMString name;
37 readonly attribute DirectoryEntrySync root;
File.idl 33 readonly attribute DOMString name;
35 readonly attribute Date lastModifiedDate;
38 readonly attribute DOMString webkitRelativePath;
42 readonly attribute DOMString fileName;
43 readonly attribute unsigned long long fileSize;
  /external/webkit/Source/WebCore/inspector/
JavaScriptCallFrame.idl 43 readonly attribute JavaScriptCallFrame caller;
44 readonly attribute long sourceID;
45 readonly attribute long line;
46 readonly attribute long column;
47 readonly attribute [CustomGetter] Array scopeChain;
49 readonly attribute [CustomGetter] Object thisObject;
50 readonly attribute DOMString functionName;
51 readonly attribute [CustomGetter] DOMString type;
  /external/webkit/Source/WebCore/page/
AbstractView.idl 34 readonly attribute Document document;
35 readonly attribute StyleMedia styleMedia;
Geoposition.idl 29 readonly attribute Coordinates coords;
30 readonly attribute DOMTimeStamp timestamp;
SpeechInputResult.idl 31 readonly attribute DOMString utterance;
32 readonly attribute float confidence;
WebKitAnimation.idl 33 readonly attribute DOMString name;
35 readonly attribute double duration;
38 readonly attribute double delay;
39 readonly attribute [Custom] int iterationCount;
41 readonly attribute boolean paused;
42 readonly attribute boolean ended;
46 readonly attribute unsigned short direction;
52 readonly attribute unsigned short fillMode;
  /external/webkit/Source/WebCore/svg/
SVGAnimatedAngle.idl 29 readonly attribute SVGAngle baseVal;
30 readonly attribute SVGAngle animVal;
SVGAnimatedLength.idl 29 readonly attribute SVGLength baseVal;
30 readonly attribute SVGLength animVal;
SVGAnimatedLengthList.idl 29 readonly attribute SVGLengthList baseVal;
30 readonly attribute SVGLengthList animVal;
SVGAnimatedNumberList.idl 29 readonly attribute SVGNumberList baseVal;
30 readonly attribute SVGNumberList animVal;
SVGAnimatedPreserveAspectRatio.idl 29 readonly attribute SVGPreserveAspectRatio baseVal;
30 readonly attribute SVGPreserveAspectRatio animVal;
SVGAnimatedRect.idl 29 readonly attribute SVGRect baseVal;
30 readonly attribute SVGRect animVal;
SVGAnimatedTransformList.idl 29 readonly attribute SVGTransformList baseVal;
30 readonly attribute SVGTransformList animVal;
SVGFEDistantLightElement.idl 29 readonly attribute SVGAnimatedNumber azimuth;
30 readonly attribute SVGAnimatedNumber elevation;
SVGFilterElement.idl 35 readonly attribute SVGAnimatedEnumeration filterUnits;
36 readonly attribute SVGAnimatedEnumeration primitiveUnits;
37 readonly attribute SVGAnimatedLength x;
38 readonly attribute SVGAnimatedLength y;
39 readonly attribute SVGAnimatedLength width;
40 readonly attribute SVGAnimatedLength height;
41 readonly attribute SVGAnimatedInteger filterResX;
42 readonly attribute SVGAnimatedInteger filterResY;
SVGFitToViewBox.idl 30 readonly attribute SVGAnimatedRect viewBox;
31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
  /external/webkit/Source/WebCore/webaudio/
AudioProcessingEvent.idl 30 readonly attribute AudioBuffer inputBuffer;
31 readonly attribute AudioBuffer outputBuffer;
HighPass2FilterNode.idl 32 readonly attribute AudioParam cutoff;
33 readonly attribute AudioParam resonance;
LowPass2FilterNode.idl 32 readonly attribute AudioParam cutoff;
33 readonly attribute AudioParam resonance;
  /external/webkit/Source/WebCore/workers/
WorkerLocation.idl 35 readonly attribute DOMString href;
36 readonly attribute DOMString protocol;
37 readonly attribute DOMString host;
38 readonly attribute DOMString hostname;
39 readonly attribute DOMString port;
40 readonly attribute DOMString pathname;
41 readonly attribute DOMString search;
42 readonly attribute DOMString hash;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEvent.idl 32 readonly attribute unsigned long long position;
33 readonly attribute unsigned long long totalSize;
  /external/webkit/Source/WebCore/css/
RGBColor.idl 25 readonly attribute CSSPrimitiveValue red;
26 readonly attribute CSSPrimitiveValue green;
27 readonly attribute CSSPrimitiveValue blue;
31 readonly attribute CSSPrimitiveValue alpha;
34 readonly attribute Color color;
  /external/webkit/Source/WebCore/dom/
Attr.idl 30 readonly attribute [ConvertNullStringTo=Null] DOMString name;
32 readonly attribute boolean specified;
39 readonly attribute Element ownerElement;
43 readonly attribute boolean isId;
47 readonly attribute CSSStyleDeclaration style;

Completed in 4340 milliseconds

1 23 4 5 6 7 8 91011>>