HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 26 - 50 of 871) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/dom/
DocumentType.idl 28 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;
NodeIterator.idl 27 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;
Node.idl 50 readonly attribute [ConvertNullStringTo=Null] DOMString nodeName;
56 readonly attribute unsigned short nodeType;
57 readonly attribute Node parentNode;
58 readonly attribute NodeList childNodes;
59 readonly attribute Node firstChild;
60 readonly attribute Node lastChild;
61 readonly attribute Node previousSibling;
62 readonly attribute Node nextSibling;
63 readonly attribute NamedNodeMap attributes;
64 readonly attribute Document ownerDocument
    [all...]
TouchEvent.idl 31 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;
Event.idl 55 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 EventTarget srcElement;
75 readonly attribute [Custom] Clipboard clipboardData;
Attr.idl 30 readonly attribute [ConvertNullStringTo=Null] DOMString name;
31 readonly attribute boolean specified;
37 readonly attribute Element ownerElement;
41 readonly attribute boolean isId;
44 readonly attribute CSSStyleDeclaration style;
MutationEvent.idl 30 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;
  /external/webkit/WebCore/svg/
SVGMaskElement.idl 33 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;
SVGRectElement.idl 35 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;
SVGUseElement.idl 35 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;
SVGViewSpec.idl 30 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;
SVGComponentTransferFunctionElement.idl 37 readonly attribute SVGAnimatedEnumeration type;
38 readonly attribute SVGAnimatedNumberList tableValues;
39 readonly attribute SVGAnimatedNumber slope;
40 readonly attribute SVGAnimatedNumber intercept;
41 readonly attribute SVGAnimatedNumber amplitude;
42 readonly attribute SVGAnimatedNumber exponent;
43 readonly attribute SVGAnimatedNumber offset;
SVGFECompositeElement.idl 39 readonly attribute SVGAnimatedString in1;
40 readonly attribute SVGAnimatedString in2;
41 readonly attribute SVGAnimatedEnumeration operator;
42 readonly attribute SVGAnimatedNumber k1;
43 readonly attribute SVGAnimatedNumber k2;
44 readonly attribute SVGAnimatedNumber k3;
45 readonly attribute SVGAnimatedNumber k4;
SVGMarkerElement.idl 43 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;
SVGFEDiffuseLightingElement.idl 30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber diffuseConstant;
33 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFilterPrimitiveStandardAttributes.idl 30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
34 readonly attribute SVGAnimatedString result;
SVGImageElement.idl 35 readonly attribute SVGAnimatedLength x;
36 readonly attribute SVGAnimatedLength y;
37 readonly attribute SVGAnimatedLength width;
38 readonly attribute SVGAnimatedLength height;
39 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGRadialGradientElement.idl 29 readonly attribute SVGAnimatedLength cx;
30 readonly attribute SVGAnimatedLength cy;
31 readonly attribute SVGAnimatedLength r;
32 readonly attribute SVGAnimatedLength fx;
33 readonly attribute SVGAnimatedLength fy;
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 24 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
33 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
42 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
51 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
69 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
78 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
87 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
96 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
105 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    [all...]
  /external/webkit/WebCore/html/
HTMLDocument.idl 31 readonly attribute HTMLCollection embeds;
32 readonly attribute HTMLCollection plugins;
33 readonly attribute HTMLCollection scripts;
47 readonly attribute long width;
48 readonly attribute long height;
51 readonly attribute DOMString compatMode;
53 readonly attribute Element activeElement;
HTMLImageElement.idl 38 readonly attribute boolean complete;
40 readonly attribute long naturalHeight;
41 readonly attribute long naturalWidth;
42 readonly attribute long x;
43 readonly attribute long y;
47 readonly attribute DOMString altDisplayString;
48 readonly attribute URL absoluteImageURL;
HTMLSelectElement.idl 28 readonly attribute DOMString type;
34 readonly attribute long length;
40 readonly attribute HTMLFormElement form;
41 readonly attribute ValidityState validity;
42 readonly attribute boolean willValidate;
43 readonly attribute DOMString validationMessage;
48 readonly attribute HTMLOptionsCollection options;
HTMLButtonElement.idl 24 readonly attribute HTMLFormElement form;
26 readonly attribute ValidityState validity;
31 readonly attribute DOMString type;
33 readonly attribute boolean willValidate;
34 readonly attribute DOMString validationMessage;
  /external/webkit/WebCore/xml/
XPathResult.idl 34 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/WebCore/css/
RGBColor.idl 25 readonly attribute CSSPrimitiveValue red;
26 readonly attribute CSSPrimitiveValue green;
27 readonly attribute CSSPrimitiveValue blue;
31 readonly attribute CSSPrimitiveValue alpha;
34 readonly attribute Color color;

Completed in 398 milliseconds

12 3 4 5 6 7 8 91011>>