Searched refs:readonly (Results 1 - 25 of 579) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouch.idl27 readonly attribute long clientX;
28 readonly attribute long clientY;
29 readonly attribute long screenX;
30 readonly attribute long screenY;
31 readonly attribute long pageX;
32 readonly attribute long pageY;
33 readonly attribute EventTarget target;
34 readonly attribute unsigned long identifier;
35 readonly attribute long webkitRadiusX;
36 readonly attribut
[all...]
H A DClientRect.idl29 readonly attribute float top;
30 readonly attribute float right;
31 readonly attribute float bottom;
32 readonly attribute float left;
33 readonly attribute float width;
34 readonly attribute float height;
H A DDOMError.idl31 readonly attribute DOMString name;
32 readonly attribute DOMString message;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.idl28 readonly attribute long rangeMin;
29 readonly attribute long rangeMax;
30 readonly attribute long precision;
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceResourceTiming.idl33 readonly attribute DOMString initiatorType;
35 readonly attribute double redirectStart;
36 readonly attribute double redirectEnd;
37 readonly attribute double fetchStart;
38 readonly attribute double domainLookupStart;
39 readonly attribute double domainLookupEnd;
40 readonly attribute double connectStart;
41 readonly attribute double connectEnd;
42 readonly attribute double secureConnectionStart;
43 readonly attribut
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.idl30 readonly attribute boolean visible;
H A DNavigatorID.idl34 readonly attribute DOMString appName;
35 readonly attribute DOMString appVersion;
36 readonly attribute DOMString platform;
37 readonly attribute DOMString userAgent;
38 readonly attribute DOMString appCodeName;
39 readonly attribute DOMString product;
H A DScreen.idl31 readonly attribute unsigned long height;
32 readonly attribute unsigned long width;
33 readonly attribute unsigned long colorDepth;
34 readonly attribute unsigned long pixelDepth;
35 readonly attribute long availLeft;
36 readonly attribute long availTop;
37 readonly attribute unsigned long availHeight;
38 readonly attribute unsigned long availWidth;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTextMetrics.idl27 readonly attribute float width;
H A DValidityState.idl25 readonly attribute boolean valueMissing;
26 readonly attribute boolean typeMismatch;
27 readonly attribute boolean patternMismatch;
28 readonly attribute boolean tooLong;
29 readonly attribute boolean rangeUnderflow;
30 readonly attribute boolean rangeOverflow;
31 readonly attribute boolean stepMismatch;
32 readonly attribute boolean badInput;
33 readonly attribute boolean customError;
34 readonly attribut
[all...]
H A DImageData.idl32 readonly attribute long width;
33 readonly attribute long height;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DGCObservation.idl35 readonly attribute boolean wasCollected;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.idl29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute double? altitude;
32 readonly attribute double accuracy;
33 readonly attribute double? altitudeAccuracy;
34 readonly attribute double? heading;
35 readonly attribute double? speed;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.idl29 readonly attribute DOMString id;
30 readonly attribute unsigned long index;
31 readonly attribute unsigned long long timestamp;
32 readonly attribute float[] axes;
33 readonly attribute float[] buttons;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRadialGradientElement.idl27 readonly attribute SVGAnimatedLength cx;
28 readonly attribute SVGAnimatedLength cy;
29 readonly attribute SVGAnimatedLength r;
30 readonly attribute SVGAnimatedLength fx;
31 readonly attribute SVGAnimatedLength fy;
32 readonly attribute SVGAnimatedLength fr;
H A DSVGRectElement.idl28 readonly attribute SVGAnimatedLength x;
29 readonly attribute SVGAnimatedLength y;
30 readonly attribute SVGAnimatedLength width;
31 readonly attribute SVGAnimatedLength height;
32 readonly attribute SVGAnimatedLength rx;
33 readonly attribute SVGAnimatedLength ry;
H A DSVGAnimatedAngle.idl27 readonly attribute SVGAngle baseVal;
28 readonly attribute SVGAngle animVal;
H A DSVGAnimatedLength.idl27 readonly attribute SVGLength baseVal;
28 readonly attribute SVGLength animVal;
H A DSVGAnimatedLengthList.idl27 readonly attribute SVGLengthList baseVal;
28 readonly attribute SVGLengthList animVal;
H A DSVGAnimatedNumberList.idl27 readonly attribute SVGNumberList baseVal;
28 readonly attribute SVGNumberList animVal;
H A DSVGAnimatedPreserveAspectRatio.idl27 readonly attribute SVGPreserveAspectRatio baseVal;
28 readonly attribute SVGPreserveAspectRatio animVal;
H A DSVGAnimatedRect.idl27 readonly attribute SVGRect baseVal;
28 readonly attribute SVGRect animVal;
H A DSVGAnimatedTransformList.idl27 readonly attribute SVGTransformList baseVal;
28 readonly attribute SVGTransformList animVal;
H A DSVGFEDistantLightElement.idl27 readonly attribute SVGAnimatedNumber azimuth;
28 readonly attribute SVGAnimatedNumber elevation;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.idl28 readonly attribute AudioParam threshold; // in Decibels
29 readonly attribute AudioParam knee; // in Decibels
30 readonly attribute AudioParam ratio; // unit-less
31 readonly attribute AudioParam reduction; // in Decibels
32 readonly attribute AudioParam attack; // in Seconds
33 readonly attribute AudioParam release; // in Seconds

Completed in 659 milliseconds

1234567891011>>