Searched refs:readonly (Results 76 - 100 of 369) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/svg/
H A DSVGImageElement.idl35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
39 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
H A DSVGComponentTransferFunctionElement.idl40 readonly attribute SVGAnimatedEnumeration type;
41 readonly attribute SVGAnimatedNumberList tableValues;
42 readonly attribute SVGAnimatedNumber slope;
43 readonly attribute SVGAnimatedNumber intercept;
44 readonly attribute SVGAnimatedNumber amplitude;
45 readonly attribute SVGAnimatedNumber exponent;
46 readonly attribute SVGAnimatedNumber offset;
H A DSVGFECompositeElement.idl42 readonly attribute SVGAnimatedString in1;
43 readonly attribute SVGAnimatedString in2;
44 readonly attribute SVGAnimatedEnumeration operator;
45 readonly attribute SVGAnimatedNumber k1;
46 readonly attribute SVGAnimatedNumber k2;
47 readonly attribute SVGAnimatedNumber k3;
48 readonly attribute SVGAnimatedNumber k4;
H A DSVGMarkerElement.idl43 readonly attribute SVGAnimatedLength refX;
44 readonly attribute SVGAnimatedLength refY;
45 readonly attribute SVGAnimatedEnumeration markerUnits;
46 readonly attribute SVGAnimatedLength markerWidth;
47 readonly attribute SVGAnimatedLength markerHeight;
48 readonly attribute SVGAnimatedEnumeration orientType;
49 readonly attribute SVGAnimatedAngle orientAngle;
H A DSVGCircleElement.idl35 readonly attribute SVGAnimatedLength cx;
36 readonly attribute SVGAnimatedLength cy;
37 readonly attribute SVGAnimatedLength r;
H A DSVGFEGaussianBlurElement.idl30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber stdDeviationX;
32 readonly attribute SVGAnimatedNumber stdDeviationY;
H A DSVGTests.idl30 readonly attribute SVGStringList requiredFeatures;
31 readonly attribute SVGStringList requiredExtensions;
32 readonly attribute SVGStringList systemLanguage;
/external/webkit/Source/WebCore/dom/
H A DTouchEvent.idl31 readonly attribute TouchList touches;
32 readonly attribute TouchList targetTouches;
33 readonly attribute TouchList changedTouches;
34 readonly attribute boolean ctrlKey;
35 readonly attribute boolean shiftKey;
36 readonly attribute boolean altKey;
37 readonly attribute boolean metaKey;
H A DEntity.idl23 readonly attribute [ConvertNullStringTo=Null] DOMString publicId;
24 readonly attribute [ConvertNullStringTo=Null] DOMString systemId;
25 readonly attribute [ConvertNullStringTo=Null] DOMString notationName;
H A DEventException.idl37 readonly attribute unsigned short code;
38 readonly attribute DOMString name;
39 readonly attribute DOMString message;
H A DOverflowEvent.idl31 readonly attribute unsigned short orient;
32 readonly attribute boolean horizontalOverflow;
33 readonly attribute boolean verticalOverflow;
H A DRangeException.idl24 readonly attribute unsigned short code;
25 readonly attribute DOMString name;
26 readonly attribute DOMString message;
/external/webkit/Source/WebCore/html/
H A DHTMLProgressElement.idl28 readonly attribute double position;
29 readonly attribute HTMLFormElement form;
30 readonly attribute NodeList labels;
H A DHTMLDataListElement.idl35 readonly attribute HTMLCollection options;
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestException.idl36 readonly attribute unsigned short code;
37 readonly attribute DOMString name;
38 readonly attribute DOMString message;
/external/webkit/Source/WebCore/bindings/scripts/test/
H A DTestSerializedScriptValueInterface.idl34 readonly attribute SerializedScriptValue value;
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceRule.idl25 readonly attribute CSSStyleDeclaration style;
/external/webkit/Source/WebCore/fileapi/
H A DMetadata.idl36 readonly attribute Date modificationTime;
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBuffer.idl34 readonly attribute int byteLength;
/external/webkit/Source/WebCore/page/
H A DNavigator.idl26 readonly attribute DOMString appCodeName;
27 readonly attribute DOMString appName;
28 readonly attribute DOMString appVersion;
29 readonly attribute DOMString language;
30 readonly attribute DOMString userAgent;
31 readonly attribute DOMString platform;
32 readonly attribute DOMPluginArray plugins;
33 readonly attribute DOMMimeTypeArray mimeTypes;
34 readonly attribute DOMString product;
35 readonly attribut
[all...]
H A DSpeechInputEvent.idl31 readonly attribute SpeechInputResultList results;
/external/webkit/Source/WebCore/plugins/
H A DDOMPlugin.idl27 readonly attribute DOMString name;
28 readonly attribute DOMString filename;
29 readonly attribute DOMString description;
30 readonly attribute unsigned long length;
/external/webkit/Source/WebCore/storage/
H A DIDBCursorWithValue.idl31 readonly attribute SerializedScriptValue value;
H A DIDBVersionChangeEvent.idl31 readonly attribute DOMString version;
H A DSQLResultSet.idl36 readonly attribute SQLResultSetRowList rows;
39 readonly attribute long insertId
43 readonly attribute long long insertId
46 readonly attribute long rowsAffected;

Completed in 741 milliseconds

1234567891011>>