Searched refs:readonly (Results 101 - 125 of 369) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/svg/
H A DSVGFEMorphologyElement.idl38 readonly attribute SVGAnimatedString in1;
39 readonly attribute SVGAnimatedEnumeration operator;
40 readonly attribute SVGAnimatedNumber radiusX;
41 readonly attribute SVGAnimatedNumber radiusY;
H A DSVGCursorElement.idl32 readonly attribute SVGAnimatedLength x;
33 readonly attribute SVGAnimatedLength y;
H A DSVGPolygonElement.idl34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
H A DSVGPolylineElement.idl34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
H A DSVGStylable.idl31 readonly attribute SVGAnimatedString className;
32 readonly attribute CSSStyleDeclaration style;
H A DSVGFETurbulenceElement.idl43 readonly attribute SVGAnimatedNumber baseFrequencyX;
44 readonly attribute SVGAnimatedNumber baseFrequencyY;
45 readonly attribute SVGAnimatedInteger numOctaves;
46 readonly attribute SVGAnimatedNumber seed;
47 readonly attribute SVGAnimatedEnumeration stitchTiles;
48 readonly attribute SVGAnimatedEnumeration type;
/external/webkit/Source/WebCore/webaudio/
H A DAudioDestinationNode.idl30 readonly attribute long numberOfChannels;
/external/webkit/Source/WebCore/css/
H A DMediaQueryList.idl22 readonly attribute DOMString media;
23 readonly attribute boolean matches;
H A DStyleSheet.idl29 readonly attribute [ConvertNullStringTo=Null] DOMString type;
31 readonly attribute Node ownerNode;
32 readonly attribute StyleSheet parentStyleSheet;
33 readonly attribute [ConvertNullStringTo=Null] DOMString href;
34 readonly attribute [ConvertNullStringTo=Null] DOMString title;
35 readonly attribute MediaList media;
/external/webkit/Source/WebCore/dom/
H A DDataTransferItem.idl36 readonly attribute DOMString kind;
37 readonly attribute DOMString type;
H A DEvent.idl55 readonly attribute DOMString type;
56 readonly attribute EventTarget target;
57 readonly attribute EventTarget currentTarget;
58 readonly attribute unsigned short eventPhase;
59 readonly attribute boolean bubbles;
60 readonly attribute boolean cancelable;
61 readonly attribute DOMTimeStamp timeStamp;
70 readonly attribute boolean defaultPrevented;
74 readonly attribute EventTarget srcElement;
79 readonly attribut
[all...]
H A DKeyboardEvent.idl34 readonly attribute DOMString keyIdentifier;
35 readonly attribute unsigned long keyLocation;
36 readonly attribute boolean ctrlKey;
37 readonly attribute boolean shiftKey;
38 readonly attribute boolean altKey;
39 readonly attribute boolean metaKey;
40 readonly attribute boolean altGraphKey;
61 readonly attribute long keyCode;
62 readonly attribute long charCode;
H A DMutationEvent.idl30 readonly attribute Node relatedNode;
31 readonly attribute DOMString prevValue;
32 readonly attribute DOMString newValue;
33 readonly attribute DOMString attrName;
34 readonly attribute unsigned short attrChange;
H A DDeviceOrientationEvent.idl31 readonly attribute [Custom] double alpha;
32 readonly attribute [Custom] double beta;
33 readonly attribute [Custom] double gamma;
/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.idl34 readonly attribute DOMString hash;
35 readonly attribute DOMString host;
36 readonly attribute DOMString hostname;
37 readonly attribute DOMString pathname;
38 readonly attribute DOMString port;
39 readonly attribute DOMString protocol;
40 readonly attribute DOMString search;
44 readonly attribute URL absoluteLinkURL;
H A DHTMLLabelElement.idl24 readonly attribute HTMLFormElement form;
27 readonly attribute HTMLElement control;
H A DHTMLKeygenElement.idl37 readonly attribute HTMLFormElement form;
41 readonly attribute DOMString type;
43 readonly attribute boolean willValidate;
44 readonly attribute ValidityState validity;
45 readonly attribute DOMString validationMessage;
49 readonly attribute NodeList labels;
H A DHTMLOutputElement.idl28 readonly attribute HTMLFormElement form;
31 readonly attribute DOMString type;
35 readonly attribute boolean willValidate;
36 readonly attribute ValidityState validity;
37 readonly attribute DOMString validationMessage;
41 readonly attribute NodeList labels;
H A DHTMLVideoElement.idl33 readonly attribute unsigned long videoWidth;
34 readonly attribute unsigned long videoHeight;
37 readonly attribute boolean webkitSupportsFullscreen;
38 readonly attribute boolean webkitDisplayingFullscreen;
49 readonly attribute unsigned long webkitDecodedFrameCount;
53 readonly attribute unsigned long webkitDroppedFrameCount;
H A DHTMLMediaElement.idl30 readonly attribute MediaError error;
34 readonly attribute DOMString currentSrc;
40 readonly attribute unsigned short networkState;
43 readonly attribute TimeRanges buffered;
54 readonly attribute unsigned short readyState;
55 readonly attribute boolean seeking;
60 readonly attribute float startTime;
61 readonly attribute float duration;
62 readonly attribute boolean paused;
65 readonly attribut
[all...]
H A DHTMLImageElement.idl40 readonly attribute boolean complete;
42 readonly attribute long naturalHeight;
43 readonly attribute long naturalWidth;
44 readonly attribute long x;
45 readonly attribute long y;
49 readonly attribute DOMString altDisplayString;
50 readonly attribute URL absoluteImageURL;
/external/webkit/Source/WebCore/page/
H A DPositionError.idl29 readonly attribute unsigned short code;
30 readonly attribute DOMString message;
/external/webkit/Source/WebCore/xml/
H A DXPathResult.idl34 readonly attribute unsigned short resultType;
35 readonly attribute double numberValue
38 readonly attribute DOMString stringValue
41 readonly attribute boolean booleanValue
44 readonly attribute Node singleNodeValue
47 readonly attribute boolean invalidIteratorState;
48 readonly attribute unsigned long snapshotLength
/external/webkit/Source/WebCore/fileapi/
H A DEntrySync.idl37 readonly attribute boolean isFile;
38 readonly attribute boolean isDirectory;
39 readonly attribute DOMString name;
40 readonly attribute DOMString fullPath;
41 readonly attribute DOMFileSystemSync filesystem;
/external/webkit/Source/WebCore/storage/
H A DStorageEvent.idl31 readonly attribute [ConvertNullStringTo=Null] DOMString key;
32 readonly attribute [ConvertNullStringTo=Null] DOMString oldValue;
33 readonly attribute [ConvertNullStringTo=Null] DOMString newValue;
34 readonly attribute DOMString url;
35 readonly attribute Storage storageArea;

Completed in 1104 milliseconds

1234567891011>>