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

1234567891011>>

/external/webkit/Source/WebCore/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 customError;
34 readonly attribute boolean valid;
/external/webkit/Source/WebCore/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.idl31 readonly attribute long clientX;
32 readonly attribute long clientY;
33 readonly attribute long screenX;
34 readonly attribute long screenY;
35 readonly attribute long pageX;
36 readonly attribute long pageY;
37 readonly attribute EventTarget target;
38 readonly attribute unsigned long identifier;
H A DMouseEvent.idl24 readonly attribute long screenX;
25 readonly attribute long screenY;
26 readonly attribute long clientX;
27 readonly attribute long clientY;
28 readonly attribute boolean ctrlKey;
29 readonly attribute boolean shiftKey;
30 readonly attribute boolean altKey;
31 readonly attribute boolean metaKey;
32 readonly attribute unsigned short button;
33 readonly attribut
[all...]
H A DDocumentType.idl28 readonly attribute DOMString name;
29 readonly attribute NamedNodeMap entities;
30 readonly attribute NamedNodeMap notations;
34 readonly attribute [ConvertNullStringTo=Null] DOMString publicId;
35 readonly attribute [ConvertNullStringTo=Null] DOMString systemId;
36 readonly attribute [ConvertNullStringTo=Null] DOMString internalSubset;
H A DNodeIterator.idl27 readonly attribute Node root;
28 readonly attribute unsigned long whatToShow;
29 readonly attribute NodeFilter filter;
30 readonly attribute boolean expandEntityReferences;
31 readonly attribute Node referenceNode;
32 readonly attribute boolean pointerBeforeReferenceNode;
/external/webkit/Source/WebCore/page/
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 DPerformanceTiming.idl35 readonly attribute unsigned long long navigationStart;
36 readonly attribute unsigned long long unloadEventStart;
37 readonly attribute unsigned long long unloadEventEnd;
38 readonly attribute unsigned long long redirectStart;
39 readonly attribute unsigned long long redirectEnd;
40 readonly attribute unsigned long long fetchStart;
41 readonly attribute unsigned long long domainLookupStart;
42 readonly attribute unsigned long long domainLookupEnd;
43 readonly attribute unsigned long long connectStart;
44 readonly attribut
[all...]
H A DWorkerNavigator.idl36 readonly attribute DOMString appName;
37 readonly attribute DOMString appVersion;
38 readonly attribute DOMString platform;
39 readonly attribute DOMString userAgent;
41 readonly attribute boolean onLine;
H A DCoordinates.idl29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute [Custom] double altitude;
32 readonly attribute double accuracy;
33 readonly attribute [Custom] double altitudeAccuracy;
34 readonly attribute [Custom] double heading;
35 readonly attribute [Custom] double speed;
/external/webkit/Source/WebCore/svg/
H A DSVGFESpotLightElement.idl29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
32 readonly attribute SVGAnimatedNumber pointsAtX;
33 readonly attribute SVGAnimatedNumber pointsAtY;
34 readonly attribute SVGAnimatedNumber pointsAtZ;
35 readonly attribute SVGAnimatedNumber specularExponent;
36 readonly attribute SVGAnimatedNumber limitingConeAngle;
H A DSVGFEDiffuseLightingElement.idl30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber diffuseConstant;
33 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
H A DSVGFilterPrimitiveStandardAttributes.idl30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
34 readonly attribute SVGAnimatedString result;
H A DSVGRadialGradientElement.idl29 readonly attribute SVGAnimatedLength cx;
30 readonly attribute SVGAnimatedLength cy;
31 readonly attribute SVGAnimatedLength r;
32 readonly attribute SVGAnimatedLength fx;
33 readonly attribute SVGAnimatedLength fy;
H A DSVGTextPositioningElement.idl29 readonly attribute SVGAnimatedLengthList x;
30 readonly attribute SVGAnimatedLengthList y;
31 readonly attribute SVGAnimatedLengthList dx;
32 readonly attribute SVGAnimatedLengthList dy;
33 readonly attribute SVGAnimatedNumberList rotate;
H A DSVGZoomEvent.idl29 readonly attribute SVGRect zoomRectScreen;
30 readonly attribute float previousScale;
31 readonly attribute [Immutable] SVGPoint previousTranslate;
32 readonly attribute float newScale;
33 readonly attribute [Immutable] SVGPoint newTranslate;
H A DSVGPatternElement.idl36 readonly attribute SVGAnimatedEnumeration patternUnits;
37 readonly attribute SVGAnimatedEnumeration patternContentUnits;
38 readonly attribute SVGAnimatedTransformList patternTransform;
39 readonly attribute SVGAnimatedLength x;
40 readonly attribute SVGAnimatedLength y;
41 readonly attribute SVGAnimatedLength width;
42 readonly attribute SVGAnimatedLength height;
H A DSVGMaskElement.idl33 readonly attribute SVGAnimatedEnumeration maskUnits;
34 readonly attribute SVGAnimatedEnumeration maskContentUnits;
36 readonly attribute SVGAnimatedLength x;
37 readonly attribute SVGAnimatedLength y;
38 readonly attribute SVGAnimatedLength width;
39 readonly attribute SVGAnimatedLength height;
H A DSVGRectElement.idl35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
39 readonly attribute SVGAnimatedLength rx;
40 readonly attribute SVGAnimatedLength ry;
H A DSVGUseElement.idl35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
40 readonly attribute SVGElementInstance instanceRoot;
41 readonly attribute SVGElementInstance animatedInstanceRoot;
/external/webkit/Source/WebCore/css/
H A DRect.idl23 readonly attribute CSSPrimitiveValue top;
24 readonly attribute CSSPrimitiveValue right;
25 readonly attribute CSSPrimitiveValue bottom;
26 readonly attribute CSSPrimitiveValue left;
H A DCounter.idl24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
/external/webkit/Source/WebCore/plugins/
H A DDOMMimeType.idl24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute DOMPlugin enabledPlugin;
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLActiveInfo.idl31 readonly attribute int size;
32 readonly attribute unsigned int type;
33 readonly attribute DOMString name;
/external/webkit/Source/WebCore/webaudio/
H A DAudioParam.idl34 readonly attribute float minValue;
35 readonly attribute float maxValue;
36 readonly attribute float defaultValue;
38 readonly attribute DOMString name;
41 readonly attribute unsigned short units;

Completed in 290 milliseconds

1234567891011>>