OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readonly
(Results
51 - 75
of
710
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLActiveInfo.idl
27
readonly
attribute long size;
28
readonly
attribute unsigned long type;
29
readonly
attribute DOMString name;
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.idl
35
readonly
attribute DOMString text;
36
readonly
attribute long selectionStart;
37
readonly
attribute long selectionEnd;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCircleElement.idl
28
readonly
attribute SVGAnimatedLength cx;
29
readonly
attribute SVGAnimatedLength cy;
30
readonly
attribute SVGAnimatedLength r;
SVGFEConvolveMatrixElement.idl
35
readonly
attribute SVGAnimatedString in1;
36
readonly
attribute SVGAnimatedInteger orderX;
37
readonly
attribute SVGAnimatedInteger orderY;
38
readonly
attribute SVGAnimatedNumberList kernelMatrix;
39
readonly
attribute SVGAnimatedNumber divisor;
40
readonly
attribute SVGAnimatedNumber bias;
41
readonly
attribute SVGAnimatedInteger targetX;
42
readonly
attribute SVGAnimatedInteger targetY;
43
readonly
attribute SVGAnimatedEnumeration edgeMode;
44
readonly
attribute SVGAnimatedNumber kernelUnitLengthX
[
all
...]
SVGFEOffsetElement.idl
27
readonly
attribute SVGAnimatedString in1;
28
readonly
attribute SVGAnimatedNumber dx;
29
readonly
attribute SVGAnimatedNumber dy;
SVGFEPointLightElement.idl
27
readonly
attribute SVGAnimatedNumber x;
28
readonly
attribute SVGAnimatedNumber y;
29
readonly
attribute SVGAnimatedNumber z;
SVGFEDiffuseLightingElement.idl
27
readonly
attribute SVGAnimatedString in1;
28
readonly
attribute SVGAnimatedNumber surfaceScale;
29
readonly
attribute SVGAnimatedNumber diffuseConstant;
30
readonly
attribute SVGAnimatedNumber kernelUnitLengthX;
31
readonly
attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFilterPrimitiveStandardAttributes.idl
31
readonly
attribute SVGAnimatedLength x;
32
readonly
attribute SVGAnimatedLength y;
33
readonly
attribute SVGAnimatedLength width;
34
readonly
attribute SVGAnimatedLength height;
35
readonly
attribute SVGAnimatedString result;
SVGImageElement.idl
27
readonly
attribute SVGAnimatedLength x;
28
readonly
attribute SVGAnimatedLength y;
29
readonly
attribute SVGAnimatedLength width;
30
readonly
attribute SVGAnimatedLength height;
31
readonly
attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGTextPositioningElement.idl
27
readonly
attribute SVGAnimatedLengthList x;
28
readonly
attribute SVGAnimatedLengthList y;
29
readonly
attribute SVGAnimatedLengthList dx;
30
readonly
attribute SVGAnimatedLengthList dy;
31
readonly
attribute SVGAnimatedNumberList rotate;
SVGZoomEvent.idl
27
readonly
attribute SVGRect zoomRectScreen;
28
readonly
attribute float previousScale;
29
[Immutable]
readonly
attribute SVGPoint previousTranslate;
30
readonly
attribute float newScale;
31
[Immutable]
readonly
attribute SVGPoint newTranslate;
SVGPatternElement.idl
27
readonly
attribute SVGAnimatedEnumeration patternUnits;
28
readonly
attribute SVGAnimatedEnumeration patternContentUnits;
29
readonly
attribute SVGAnimatedTransformList patternTransform;
30
readonly
attribute SVGAnimatedLength x;
31
readonly
attribute SVGAnimatedLength y;
32
readonly
attribute SVGAnimatedLength width;
33
readonly
attribute SVGAnimatedLength height;
/external/chromium_org/third_party/WebKit/Source/core/testing/
LayerRect.idl
33
readonly
attribute Node layerRootNode;
34
readonly
attribute DOMString layerType;
35
readonly
attribute ClientRect layerRelativeRect;
MallocStatistics.idl
28
readonly
attribute unsigned long reservedVMBytes;
29
readonly
attribute unsigned long committedVMBytes;
30
readonly
attribute unsigned long freeListBytes;
/external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.idl
35
readonly
attribute unsigned long totalJSHeapSize;
36
readonly
attribute unsigned long usedJSHeapSize;
37
readonly
attribute unsigned long jsHeapSizeLimit;
PerformanceTiming.idl
33
readonly
attribute unsigned long long navigationStart;
34
readonly
attribute unsigned long long unloadEventStart;
35
readonly
attribute unsigned long long unloadEventEnd;
36
readonly
attribute unsigned long long redirectStart;
37
readonly
attribute unsigned long long redirectEnd;
38
readonly
attribute unsigned long long fetchStart;
39
readonly
attribute unsigned long long domainLookupStart;
40
readonly
attribute unsigned long long domainLookupEnd;
41
readonly
attribute unsigned long long connectStart;
42
readonly
attribute unsigned long long connectEnd
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.idl
29
readonly
attribute double? x;
30
readonly
attribute double? y;
31
readonly
attribute double? z;
DeviceRotationRate.idl
29
readonly
attribute double? alpha;
30
readonly
attribute double? beta;
31
readonly
attribute double? gamma;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorUserMediaError.idl
28
readonly
attribute DOMString name;
29
readonly
attribute DOMString message;
30
readonly
attribute DOMString constraintName;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisEvent.idl
29
readonly
attribute unsigned long charIndex;
30
readonly
attribute float elapsedTime;
31
readonly
attribute DOMString name;
SpeechSynthesisVoice.idl
30
readonly
attribute DOMString voiceURI;
31
readonly
attribute DOMString name;
32
readonly
attribute DOMString lang;
33
readonly
attribute boolean localService;
34
[ImplementedAs=isDefault]
readonly
attribute boolean default;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.idl
32
readonly
attribute SQLResultSetRowList rows;
34
[RaisesException=Getter]
readonly
attribute long insertId;
35
readonly
attribute long rowsAffected;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIPort.idl
40
readonly
attribute DOMString id;
41
readonly
attribute DOMString manufacturer;
42
readonly
attribute DOMString name;
43
readonly
attribute MIDIPortType type;
44
readonly
attribute DOMString version;
/external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.idl
21
readonly
attribute DOMString language;
22
readonly
attribute PluginArray plugins;
23
readonly
attribute MimeTypeArray mimeTypes;
24
readonly
attribute boolean cookieEnabled;
30
[MeasureAs=NavigatorProductSub]
readonly
attribute DOMString productSub;
31
[MeasureAs=NavigatorVendor]
readonly
attribute DOMString vendor;
32
[MeasureAs=NavigatorVendorSub]
readonly
attribute DOMString vendorSub;
/external/chromium_org/third_party/WebKit/Source/core/html/
MediaKeyEvent.idl
30
[InitializedByEventConstructor]
readonly
attribute DOMString keySystem;
31
[InitializedByEventConstructor]
readonly
attribute DOMString sessionId;
32
[InitializedByEventConstructor]
readonly
attribute Uint8Array initData;
33
[InitializedByEventConstructor]
readonly
attribute Uint8Array message;
34
[InitializedByEventConstructor]
readonly
attribute DOMString defaultURL;
35
[InitializedByEventConstructor]
readonly
attribute MediaKeyError? errorCode;
36
[InitializedByEventConstructor]
readonly
attribute unsigned short systemCode;
Completed in 1812 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>