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

1234567891011>>

/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...]
H A DPerformanceEntry.idl35 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/core/dom/
H A DClientRect.idl30 readonly attribute float top;
31 readonly attribute float right;
32 readonly attribute float bottom;
33 readonly attribute float left;
34 readonly attribute float width;
35 readonly attribute float height;
H A DTouch.idl29 readonly attribute double clientX;
30 readonly attribute double clientY;
31 readonly attribute double screenX;
32 readonly attribute double screenY;
33 readonly attribute double pageX;
34 readonly attribute double pageY;
35 readonly attribute EventTarget target;
36 readonly attribute unsigned long identifier;
37 readonly attribute double radiusX;
38 readonly attribut
[all...]
H A DMutationRecord.idl34 readonly attribute DOMString type;
35 readonly attribute Node target;
37 readonly attribute NodeList addedNodes;
38 readonly attribute NodeList removedNodes;
39 readonly attribute Node previousSibling;
40 readonly attribute Node nextSibling;
42 readonly attribute DOMString? attributeName;
43 readonly attribute DOMString? attributeNamespace;
45 readonly attribute DOMString? oldValue;
H A DProcessingInstruction.idl25 readonly attribute DOMString? target;
28 readonly attribute StyleSheet sheet;
/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 boolean connected;
32 readonly attribute unsigned long long timestamp;
33 readonly attribute DOMString mapping;
34 readonly attribute double[] axes;
35 readonly attribute GamepadButton[] buttons;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.idl30 readonly attribute double latitude;
31 readonly attribute double longitude;
32 readonly attribute double? altitude;
33 readonly attribute double accuracy;
34 readonly attribute double? altitudeAccuracy;
35 readonly attribute double? heading;
36 readonly attribute double? speed;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DValidityState.idl26 readonly attribute boolean valueMissing;
27 readonly attribute boolean typeMismatch;
28 readonly attribute boolean patternMismatch;
29 readonly attribute boolean tooLong;
30 readonly attribute boolean rangeUnderflow;
31 readonly attribute boolean rangeOverflow;
32 readonly attribute boolean stepMismatch;
33 readonly attribute boolean badInput;
34 readonly attribute boolean customError;
35 readonly attribut
[all...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DLayerRect.idl38 readonly attribute Node layerAssociatedNode;
39 readonly attribute DOMString layerType;
41 readonly attribute long associatedNodeOffsetX;
42 readonly attribute long associatedNodeOffsetY;
44 readonly attribute ClientRect layerRelativeRect;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorID.idl36 readonly attribute DOMString appCodeName; // constant "Mozilla"
37 readonly attribute DOMString appName;
38 readonly attribute DOMString appVersion;
39 readonly attribute DOMString platform;
40 readonly attribute DOMString product; // constant "Gecko"
41 readonly attribute DOMString userAgent;
H A DScreen.idl33 readonly attribute unsigned long height;
34 readonly attribute unsigned long width;
35 readonly attribute unsigned long colorDepth;
36 readonly attribute unsigned long pixelDepth;
37 readonly attribute long availLeft;
38 readonly attribute long availTop;
39 readonly attribute unsigned long availHeight;
40 readonly attribute unsigned long availWidth;
H A DBarProp.idl32 readonly attribute boolean visible;
H A DNavigatorOnLine.idl36 readonly attribute boolean onLine;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMaskElement.idl29 readonly attribute SVGAnimatedEnumeration maskUnits;
30 readonly attribute SVGAnimatedEnumeration maskContentUnits;
31 readonly attribute SVGAnimatedLength x;
32 readonly attribute SVGAnimatedLength y;
33 readonly attribute SVGAnimatedLength width;
34 readonly attribute SVGAnimatedLength height;
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 DSVGFEDistantLightElement.idl27 readonly attribute SVGAnimatedNumber azimuth;
28 readonly attribute SVGAnimatedNumber elevation;
H A DSVGFESpotLightElement.idl27 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;
H A DSVGFitToViewBox.idl32 readonly attribute SVGAnimatedRect viewBox;
33 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
/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
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.idl36 readonly attribute double? localTime;
37 readonly attribute unsigned long? currentIteration;
40 readonly attribute double startTime;
41 readonly attribute double duration;
42 readonly attribute double activeDuration;
43 readonly attribute double endTime;
45 readonly attribute Timing timing;
46 readonly attribute AnimationPlayer? player;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionAlternative.idl30 readonly attribute DOMString transcript;
31 readonly attribute float confidence;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.idl24 readonly attribute CSSPrimitiveValue top;
25 readonly attribute CSSPrimitiveValue right;
26 readonly attribute CSSPrimitiveValue bottom;
27 readonly attribute CSSPrimitiveValue left;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DNavigatorEvents.idl32 readonly attribute long maxTouchPoints;

Completed in 6808 milliseconds

1234567891011>>