HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/
ValidityState.idl 26 readonly attribute boolean valueMissing;
27 readonly attribute boolean typeMismatch;
28 readonly attribute boolean patternMismatch;
29 readonly attribute boolean tooLong;
30 readonly attribute boolean rangeUnderflow;
31 readonly attribute boolean rangeOverflow;
32 readonly attribute boolean stepMismatch;
33 readonly attribute boolean customError;
34 readonly attribute boolean valid;
  /external/webkit/Source/WebCore/dom/
ClientRect.idl 30 readonly attribute float top;
31 readonly attribute float right;
32 readonly attribute float bottom;
33 readonly attribute float left;
34 readonly attribute float width;
35 readonly attribute float height;
Touch.idl 31 readonly attribute long clientX;
32 readonly attribute long clientY;
33 readonly attribute long screenX;
34 readonly attribute long screenY;
35 readonly attribute long pageX;
36 readonly attribute long pageY;
37 readonly attribute EventTarget target;
38 readonly attribute unsigned long identifier;
MouseEvent.idl 24 readonly attribute long screenX;
25 readonly attribute long screenY;
26 readonly attribute long clientX;
27 readonly attribute long clientY;
28 readonly attribute boolean ctrlKey;
29 readonly attribute boolean shiftKey;
30 readonly attribute boolean altKey;
31 readonly attribute boolean metaKey;
32 readonly attribute unsigned short button;
33 readonly attribute EventTarget relatedTarget
    [all...]
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;
  /external/webkit/Source/WebCore/page/
Screen.idl 33 readonly attribute unsigned long height;
34 readonly attribute unsigned long width;
35 readonly attribute unsigned long colorDepth;
36 readonly attribute unsigned long pixelDepth;
37 readonly attribute long availLeft;
38 readonly attribute long availTop;
39 readonly attribute unsigned long availHeight;
40 readonly attribute unsigned long availWidth;
PerformanceTiming.idl 35 readonly attribute unsigned long long navigationStart;
36 readonly attribute unsigned long long unloadEventStart;
37 readonly attribute unsigned long long unloadEventEnd;
38 readonly attribute unsigned long long redirectStart;
39 readonly attribute unsigned long long redirectEnd;
40 readonly attribute unsigned long long fetchStart;
41 readonly attribute unsigned long long domainLookupStart;
42 readonly attribute unsigned long long domainLookupEnd;
43 readonly attribute unsigned long long connectStart;
44 readonly attribute unsigned long long connectEnd
    [all...]
WorkerNavigator.idl 36 readonly attribute DOMString appName;
37 readonly attribute DOMString appVersion;
38 readonly attribute DOMString platform;
39 readonly attribute DOMString userAgent;
41 readonly attribute boolean onLine;
Coordinates.idl 29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute [Custom] double altitude;
32 readonly attribute double accuracy;
33 readonly attribute [Custom] double altitudeAccuracy;
34 readonly attribute [Custom] double heading;
35 readonly attribute [Custom] double speed;
  /external/webkit/Source/WebCore/svg/
SVGFESpotLightElement.idl 29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
32 readonly attribute SVGAnimatedNumber pointsAtX;
33 readonly attribute SVGAnimatedNumber pointsAtY;
34 readonly attribute SVGAnimatedNumber pointsAtZ;
35 readonly attribute SVGAnimatedNumber specularExponent;
36 readonly attribute SVGAnimatedNumber limitingConeAngle;
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;
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;
SVGTextPositioningElement.idl 29 readonly attribute SVGAnimatedLengthList x;
30 readonly attribute SVGAnimatedLengthList y;
31 readonly attribute SVGAnimatedLengthList dx;
32 readonly attribute SVGAnimatedLengthList dy;
33 readonly attribute SVGAnimatedNumberList rotate;
SVGZoomEvent.idl 29 readonly attribute SVGRect zoomRectScreen;
30 readonly attribute float previousScale;
31 readonly attribute [Immutable] SVGPoint previousTranslate;
32 readonly attribute float newScale;
33 readonly attribute [Immutable] SVGPoint newTranslate;
SVGPatternElement.idl 36 readonly attribute SVGAnimatedEnumeration patternUnits;
37 readonly attribute SVGAnimatedEnumeration patternContentUnits;
38 readonly attribute SVGAnimatedTransformList patternTransform;
39 readonly attribute SVGAnimatedLength x;
40 readonly attribute SVGAnimatedLength y;
41 readonly attribute SVGAnimatedLength width;
42 readonly attribute SVGAnimatedLength height;
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;
  /external/webkit/Source/WebCore/css/
Rect.idl 23 readonly attribute CSSPrimitiveValue top;
24 readonly attribute CSSPrimitiveValue right;
25 readonly attribute CSSPrimitiveValue bottom;
26 readonly attribute CSSPrimitiveValue left;
Counter.idl 24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
  /external/webkit/Source/WebCore/plugins/
DOMMimeType.idl 24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute DOMPlugin enabledPlugin;
  /external/webkit/Source/WebCore/html/canvas/
WebGLActiveInfo.idl 31 readonly attribute int size;
32 readonly attribute unsigned int type;
33 readonly attribute DOMString name;
  /external/webkit/Source/WebCore/webaudio/
AudioParam.idl 34 readonly attribute float minValue;
35 readonly attribute float maxValue;
36 readonly attribute float defaultValue;
38 readonly attribute DOMString name;
41 readonly attribute unsigned short units;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 44 public static readonly string VERSION = "3.1b1";
47 public static readonly string DEBUG_PROTOCOL_VERSION = "2";
49 public static readonly string ANTLRWORKS_DIR = "antlrworks";

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 91011>>