OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
1 - 25
of
871
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/dom/
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
...]
WheelEvent.idl
25
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
attribute long wheelDeltaX
[
all
...]
UIEvent.idl
24
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;
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;
KeyboardEvent.idl
34
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;
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;
/external/webkit/WebCore/page/
Navigator.idl
26
readonly
attribute DOMString appCodeName;
27
readonly
attribute DOMString appName;
28
readonly
attribute DOMString appVersion;
29
readonly
attribute DOMString language;
30
readonly
attribute DOMString userAgent;
31
readonly
attribute DOMString platform;
32
readonly
attribute PluginArray plugins;
33
readonly
attribute MimeTypeArray mimeTypes;
34
readonly
attribute DOMString product;
35
readonly
attribute DOMString productSub
[
all
...]
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;
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 unsigned long availLeft;
38
readonly
attribute unsigned long availTop;
39
readonly
attribute unsigned long availHeight;
40
readonly
attribute unsigned long availWidth;
/external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h
34
@property(
readonly
, copy) NSString *name;
35
@property(
readonly
) BOOL specified;
37
@property(
readonly
, retain) DOMElement *ownerElement;
38
@property(
readonly
, retain) DOMCSSStyleDeclaration *style AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
46
@property(
readonly
) unsigned length;
74
@property(
readonly
, retain) DOMDocument *document;
78
@property(
readonly
, retain) DOMDocumentType *doctype;
79
@property(
readonly
, retain) DOMImplementation *implementation;
80
@property(
readonly
, retain) DOMElement *documentElement;
81
@property(
readonly
, retain) DOMAbstractView *defaultView
[
all
...]
/external/webkit/WebKit/win/Interfaces/
DOMEvents.idl
90
//
readonly
attribute DOMString type;
93
//
readonly
attribute EventTarget target;
96
//
readonly
attribute EventTarget currentTarget;
99
//
readonly
attribute unsigned short eventPhase;
102
//
readonly
attribute boolean bubbles;
105
//
readonly
attribute boolean cancelable;
108
//
readonly
attribute DOMTimeStamp timeStamp;
172
//
readonly
attribute DOMString keyIdentifier;
175
//
readonly
attribute unsigned long keyLocation;
178
//
readonly
attribute boolean ctrlKey
[
all
...]
/external/webkit/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;
HTMLAreaElement.idl
33
readonly
attribute DOMString hash;
34
readonly
attribute DOMString host;
35
readonly
attribute DOMString hostname;
36
readonly
attribute DOMString pathname;
37
readonly
attribute DOMString port;
38
readonly
attribute DOMString protocol;
39
readonly
attribute DOMString search;
43
readonly
attribute URL absoluteLinkURL;
HTMLMediaElement.idl
30
readonly
attribute MediaError error;
34
readonly
attribute DOMString currentSrc;
41
readonly
attribute unsigned short networkState;
44
readonly
attribute TimeRanges buffered;
55
readonly
attribute unsigned short readyState;
56
readonly
attribute boolean seeking;
61
readonly
attribute float startTime;
62
readonly
attribute float duration;
63
readonly
attribute boolean paused;
66
readonly
attribute TimeRanges played
[
all
...]
HTMLTextAreaElement.idl
25
readonly
attribute HTMLFormElement form;
26
readonly
attribute ValidityState validity;
35
attribute boolean
readOnly
;
38
readonly
attribute DOMString type;
40
readonly
attribute unsigned long textLength;
44
readonly
attribute boolean willValidate;
45
readonly
attribute DOMString validationMessage;
HTMLAnchorElement.idl
37
readonly
attribute DOMString hash;
38
readonly
attribute DOMString host;
39
readonly
attribute DOMString hostname;
40
readonly
attribute DOMString pathname;
41
readonly
attribute DOMString port;
42
readonly
attribute DOMString protocol;
43
readonly
attribute DOMString search;
54
readonly
attribute DOMString text;
62
readonly
attribute URL absoluteLinkURL;
HTMLInputElement.idl
26
readonly
attribute HTMLFormElement form;
28
readonly
attribute ValidityState validity;
37
readonly
attribute HTMLElement list;
47
attribute boolean
readOnly
;
57
attribute [ConvertNullToNullString, JSCCustomGetter] DOMString type; //
readonly
dropped as part of DOM level 2
63
readonly
attribute HTMLOptionElement selectedOption;
71
readonly
attribute boolean willValidate;
72
readonly
attribute DOMString validationMessage;
93
readonly
attribute DOMString altDisplayString;
94
readonly
attribute URL absoluteImageURL
[
all
...]
/external/webkit/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;
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;
SVGSVGElement.idl
36
readonly
attribute SVGAnimatedLength x;
37
readonly
attribute SVGAnimatedLength y;
38
readonly
attribute SVGAnimatedLength width;
39
readonly
attribute SVGAnimatedLength height;
44
readonly
attribute [Immutable] SVGRect viewport;
45
readonly
attribute float pixelUnitToMillimeterX;
46
readonly
attribute float pixelUnitToMillimeterY;
47
readonly
attribute float screenPixelToMillimeterX;
48
readonly
attribute float screenPixelToMillimeterY;
51
// TODO
readonly
attribute [Immutable] SVGViewSpec currentView
[
all
...]
SVGFilterElement.idl
35
readonly
attribute SVGAnimatedEnumeration filterUnits;
36
readonly
attribute SVGAnimatedEnumeration primitiveUnits;
37
readonly
attribute SVGAnimatedLength x;
38
readonly
attribute SVGAnimatedLength y;
39
readonly
attribute SVGAnimatedLength width;
40
readonly
attribute SVGAnimatedLength height;
41
readonly
attribute SVGAnimatedInteger filterResX;
42
readonly
attribute SVGAnimatedInteger filterResY;
/external/webkit/WebCore/inspector/
JavaScriptCallFrame.idl
31
readonly
attribute JavaScriptCallFrame caller;
32
readonly
attribute long sourceID;
33
readonly
attribute long line;
34
readonly
attribute [CustomGetter] Array scopeChain;
35
readonly
attribute [CustomGetter] Object thisObject;
36
readonly
attribute DOMString functionName;
37
readonly
attribute [CustomGetter] DOMString type;
/external/webkit/WebCore/css/
Rect.idl
23
readonly
attribute CSSPrimitiveValue top;
24
readonly
attribute CSSPrimitiveValue right;
25
readonly
attribute CSSPrimitiveValue bottom;
26
readonly
attribute CSSPrimitiveValue left;
StyleSheet.idl
29
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/WebCore/workers/
WorkerLocation.idl
35
readonly
attribute DOMString href;
36
readonly
attribute DOMString protocol;
37
readonly
attribute DOMString host;
38
readonly
attribute DOMString hostname;
39
readonly
attribute DOMString port;
40
readonly
attribute DOMString pathname;
41
readonly
attribute DOMString search;
42
readonly
attribute DOMString hash;
Completed in 2191 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>