HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 51 - 75 of 1776) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/dom/
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;
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 boolean defaultPrevented;
74 readonly attribute EventTarget srcElement;
79 readonly attribute [Custom] Clipboard clipboardData
    [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;
Attr.idl 30 readonly attribute [ConvertNullStringTo=Null] DOMString name;
32 readonly attribute boolean specified;
39 readonly attribute Element ownerElement;
43 readonly attribute boolean isId;
47 readonly attribute CSSStyleDeclaration style;
Element.idl 31 readonly attribute [ConvertNullStringTo=Null] DOMString tagName;
67 readonly attribute CSSStyleDeclaration style;
71 readonly attribute long offsetLeft;
72 readonly attribute long offsetTop;
73 readonly attribute long offsetWidth;
74 readonly attribute long offsetHeight;
75 readonly attribute Element offsetParent;
76 readonly attribute long clientLeft;
77 readonly attribute long clientTop;
78 readonly attribute long clientWidth
    [all...]
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/Source/WebCore/html/
HTMLButtonElement.idl 24 readonly attribute HTMLFormElement form;
31 readonly attribute ValidityState validity;
37 readonly attribute DOMString type;
40 readonly attribute boolean willValidate;
41 readonly attribute DOMString validationMessage;
47 readonly attribute NodeList labels;
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;
  /external/webkit/Source/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 40 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;
SVGFECompositeElement.idl 42 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;
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/clang/test/SemaObjC/
property-user-setter.m 4 @property(readonly) int x;
5 @property(readonly) int y;
6 @property(readonly) int z;
23 self.z = 2; // expected-error {{assigning to property with 'readonly' attribute not allowed}}
27 // Test when property is 'readonly' but it has a setter in
31 @property(readonly) int identifier;
48 @property(readonly) int rprop;
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 12 readonly INSTALL_ROOT="${INSTALL_ROOT:-/usr/local/crosstool}"
14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX")
15 readonly SRC_ROOT="${SCRATCH_ROOT}/src"
16 readonly OBJ_ROOT="${SCRATCH_ROOT}/obj"
18 readonly CROSS_HOST="x86_64-unknown-linux-gnu"
19 readonly CROSS_TARGET="arm-none-linux-gnueabi"
20 readonly CROSS_MARCH="${CROSS_MARCH:-armv6}"
22 readonly CODE_SOURCERY="${INSTALL_ROOT}/codesourcery"
23 readonly CODE_SOURCERY_PKG_PATH="${CODE_SOURCERY_PKG_PATH:-${HOME}/codesourcery}"
24 readonly CODE_SOURCERY_HTTP="http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public
    [all...]
  /external/webkit/Source/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/Source/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;
  /external/webkit/Source/WebCore/fileapi/
File.idl 33 readonly attribute DOMString name;
35 readonly attribute Date lastModifiedDate;
38 readonly attribute DOMString webkitRelativePath;
42 readonly attribute DOMString fileName;
43 readonly attribute unsigned long long fileSize;

Completed in 1223 milliseconds

1 23 4 5 6 7 8 91011>>