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

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/html/
H A DValidityState.idl27 readonly attribute boolean valueMissing;
28 readonly attribute boolean typeMismatch;
29 readonly attribute boolean patternMismatch;
30 readonly attribute boolean tooLong;
31 readonly attribute boolean rangeUnderflow;
32 readonly attribute boolean rangeOverflow;
33 readonly attribute boolean stepMismatch;
34 readonly attribute boolean badInput;
35 readonly attribute boolean customError;
36 readonly attribut
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.idl30 readonly attribute unrestricted float top;
31 readonly attribute unrestricted float right;
32 readonly attribute unrestricted float bottom;
33 readonly attribute unrestricted float left;
34 readonly attribute unrestricted float width;
35 readonly attribute unrestricted float height;
H A DTouch.idl30 readonly attribute long clientX;
31 readonly attribute long clientY;
32 readonly attribute long screenX;
33 readonly attribute long screenY;
34 readonly attribute long pageX;
35 readonly attribute long pageY;
36 readonly attribute EventTarget target;
37 readonly attribute unsigned long identifier;
38 readonly attribute long webkitRadiusX;
39 readonly attribut
[all...]
/macosx-10.10/WebCore-7600.1.25/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.idl29 readonly attribute SVGAngle baseVal;
30 readonly attribute SVGAngle animVal;
H A DSVGAnimatedLength.idl29 readonly attribute SVGLength baseVal;
30 readonly attribute SVGLength animVal;
H A DSVGAnimatedLengthList.idl29 readonly attribute SVGLengthList baseVal;
30 readonly attribute SVGLengthList animVal;
H A DSVGAnimatedNumberList.idl29 readonly attribute SVGNumberList baseVal;
30 readonly attribute SVGNumberList animVal;
H A DSVGAnimatedPreserveAspectRatio.idl29 readonly attribute SVGPreserveAspectRatio baseVal;
30 readonly attribute SVGPreserveAspectRatio animVal;
H A DSVGAnimatedRect.idl29 readonly attribute SVGRect baseVal;
30 readonly attribute SVGRect animVal;
H A DSVGAnimatedTransformList.idl29 readonly attribute SVGTransformList baseVal;
30 readonly attribute SVGTransformList animVal;
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 DSVGEllipseElement.idl27 readonly attribute SVGAnimatedLength cx;
28 readonly attribute SVGAnimatedLength cy;
29 readonly attribute SVGAnimatedLength rx;
30 readonly attribute SVGAnimatedLength ry;
H A DSVGForeignObjectElement.idl27 readonly attribute SVGAnimatedLength x;
28 readonly attribute SVGAnimatedLength y;
29 readonly attribute SVGAnimatedLength width;
30 readonly attribute SVGAnimatedLength height;
H A DSVGLineElement.idl27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
H A DSVGLinearGradientElement.idl27 readonly attribute SVGAnimatedLength x1;
28 readonly attribute SVGAnimatedLength y1;
29 readonly attribute SVGAnimatedLength x2;
30 readonly attribute SVGAnimatedLength y2;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DScriptProfileNode.idl31 readonly attribute unsigned long id;
33 readonly attribute DOMString functionName;
35 readonly attribute DOMString url;
36 readonly attribute unsigned long lineNumber;
37 readonly attribute unsigned long columnNumber;
39 readonly attribute unrestricted double totalTime;
40 readonly attribute unrestricted double selfTime;
42 readonly attribute unsigned long numberOfCalls;
H A DScriptProfile.idl31 readonly attribute DOMString title;
32 readonly attribute unsigned long uid;
33 readonly attribute ScriptProfileNode head;
34 readonly attribute unrestricted double idleTime;
/macosx-10.10/WebCore-7600.1.25/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 DCSSImportRule.idl23 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
24 readonly attribute MediaList media;
25 readonly attribute CSSStyleSheet styleSheet;
H A DCounter.idl24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DDOMMimeType.idl24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute DOMPlugin enabledPlugin;
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCIceServer.idl30 readonly attribute DOMString[] urls;
31 readonly attribute DOMString username;
32 readonly attribute DOMString credential;
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechSynthesisEvent.idl29 readonly attribute unsigned long charIndex;
30 readonly attribute unrestricted float elapsedTime;
31 readonly attribute DOMString name;

Completed in 272 milliseconds

1234567891011>>