Searched refs:readonly (Results 26 - 50 of 369) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/svg/
H A DSVGViewSpec.idl30 readonly attribute SVGTransformList transform;
31 readonly attribute SVGElement viewTarget;
32 readonly attribute DOMString viewBoxString;
33 readonly attribute DOMString preserveAspectRatioString;
34 readonly attribute DOMString transformString;
35 readonly attribute DOMString viewTargetString;
H A DSVGFEConvolveMatrixElement.idl40 readonly attribute SVGAnimatedString in1;
41 readonly attribute SVGAnimatedInteger orderX;
42 readonly attribute SVGAnimatedInteger orderY;
43 readonly attribute SVGAnimatedNumberList kernelMatrix;
44 readonly attribute SVGAnimatedNumber divisor;
45 readonly attribute SVGAnimatedNumber bias;
46 readonly attribute SVGAnimatedInteger targetX;
47 readonly attribute SVGAnimatedInteger targetY;
48 readonly attribute SVGAnimatedEnumeration edgeMode;
49 readonly attribut
[all...]
H A DSVGFEOffsetElement.idl30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber dx;
32 readonly attribute SVGAnimatedNumber dy;
H A DSVGFEPointLightElement.idl29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
H A DSVGEllipseElement.idl34 readonly attribute SVGAnimatedLength cx;
35 readonly attribute SVGAnimatedLength cy;
36 readonly attribute SVGAnimatedLength rx;
37 readonly attribute SVGAnimatedLength ry;
H A DSVGFESpecularLightingElement.idl30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber specularConstant;
33 readonly attribute SVGAnimatedNumber specularExponent;
H A DSVGForeignObjectElement.idl34 readonly attribute SVGAnimatedLength x;
35 readonly attribute SVGAnimatedLength y;
36 readonly attribute SVGAnimatedLength width;
37 readonly attribute SVGAnimatedLength height;
H A DSVGLineElement.idl34 readonly attribute SVGAnimatedLength x1;
35 readonly attribute SVGAnimatedLength y1;
36 readonly attribute SVGAnimatedLength x2;
37 readonly attribute SVGAnimatedLength y2;
H A DSVGLinearGradientElement.idl29 readonly attribute SVGAnimatedLength x1;
30 readonly attribute SVGAnimatedLength y1;
31 readonly attribute SVGAnimatedLength x2;
32 readonly attribute SVGAnimatedLength y2;
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.idl25 readonly attribute [ConvertNullStringTo=Null] DOMString href;
26 readonly attribute MediaList media;
27 readonly attribute CSSStyleSheet styleSheet;
/external/webkit/Source/WebCore/html/
H A DImageData.idl34 readonly attribute long width;
35 readonly attribute long height;
37 readonly attribute CanvasPixelArray data;
H A DHTMLFieldSetElement.idl23 readonly attribute HTMLFormElement form;
24 readonly attribute ValidityState validity;
25 readonly attribute boolean willValidate;
26 readonly attribute DOMString validationMessage;
H A DTextMetrics.idl29 readonly attribute float width;
/external/webkit/Source/WebCore/html/canvas/
H A DArrayBufferView.idl28 readonly attribute ArrayBuffer buffer;
29 readonly attribute unsigned long byteOffset;
30 readonly attribute unsigned long byteLength;
/external/webkit/Source/WebCore/inspector/
H A DScriptProfile.idl30 readonly attribute DOMString title;
31 readonly attribute unsigned long uid;
32 readonly attribute ScriptProfileNode head;
H A DScriptProfileNode.idl30 readonly attribute DOMString functionName;
31 readonly attribute DOMString url;
32 readonly attribute unsigned long lineNumber;
33 readonly attribute double totalTime;
34 readonly attribute double selfTime;
35 readonly attribute unsigned long numberOfCalls;
36 readonly attribute [CustomGetter] Array children;
37 readonly attribute boolean visible;
38 readonly attribute [CustomGetter] unsigned long callUID;
/external/webkit/Source/WebCore/page/
H A DMemoryInfo.idl35 readonly attribute unsigned long totalJSHeapSize;
36 readonly attribute unsigned long usedJSHeapSize;
37 readonly attribute [JSCCustomGetter] unsigned long jsHeapSizeLimit;
H A DPerformance.idl35 readonly attribute PerformanceNavigation navigation;
36 readonly attribute PerformanceTiming timing;
37 readonly attribute [V8CustomGetter] MemoryInfo memory;
H A DBarInfo.idl32 readonly attribute boolean visible;
/external/webkit/Source/WebCore/dom/
H A DUIEvent.idl24 readonly attribute DOMWindow view;
25 readonly attribute long detail;
34 readonly attribute long keyCode;
35 readonly attribute long charCode;
36 readonly attribute long layerX;
37 readonly attribute long layerY;
38 readonly attribute long pageX;
39 readonly attribute long pageY;
40 readonly attribute long which;
H A DWheelEvent.idl25 readonly attribute long screenX;
26 readonly attribute long screenY;
27 readonly attribute long clientX;
28 readonly attribute long clientY;
29 readonly attribute boolean ctrlKey;
30 readonly attribute boolean shiftKey;
31 readonly attribute boolean altKey;
32 readonly attribute boolean metaKey;
33 readonly attribute long wheelDelta;
34 readonly attribut
[all...]
H A DMessageChannel.idl37 readonly attribute MessagePort port1;
38 readonly attribute MessagePort port2;
H A DNotation.idl23 readonly attribute [ConvertNullStringTo=Null] DOMString publicId;
24 readonly attribute [ConvertNullStringTo=Null] DOMString systemId;
/external/webkit/Source/WebCore/webaudio/
H A DAudioBuffer.idl33 readonly attribute long length; // in sample-frames
34 readonly attribute float duration; // in seconds
35 readonly attribute float sampleRate; // in sample-frames per second
40 readonly attribute unsigned long numberOfChannels;
/external/webkit/Source/WebCore/fileapi/
H A DDOMFileSystem.idl36 readonly attribute DOMString name;
37 readonly attribute DirectoryEntry root;

Completed in 363 milliseconds

1234567891011>>