OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readonly
(Results
101 - 125
of
710
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.idl
27
readonly
attribute SVGAnimatedNumber offset;
SVGURIReference.idl
31
readonly
attribute SVGAnimatedString href;
SVGCursorElement.idl
27
readonly
attribute SVGAnimatedLength x;
28
readonly
attribute SVGAnimatedLength y;
SVGFilterElement.idl
28
readonly
attribute SVGAnimatedEnumeration filterUnits;
29
readonly
attribute SVGAnimatedEnumeration primitiveUnits;
30
readonly
attribute SVGAnimatedLength x;
31
readonly
attribute SVGAnimatedLength y;
32
readonly
attribute SVGAnimatedLength width;
33
readonly
attribute SVGAnimatedLength height;
34
readonly
attribute SVGAnimatedInteger filterResX;
35
readonly
attribute SVGAnimatedInteger filterResY;
SVGFitToViewBox.idl
31
readonly
attribute SVGAnimatedRect viewBox;
32
readonly
attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGPolygonElement.idl
27
readonly
attribute SVGPointList points;
28
readonly
attribute SVGPointList animatedPoints;
SVGPolylineElement.idl
27
readonly
attribute SVGPointList points;
28
readonly
attribute SVGPointList animatedPoints;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
AesCbcParams.idl
34
readonly
attribute Uint8Array iv;
AesKeyGenParams.idl
34
readonly
attribute unsigned short length;
HmacParams.idl
34
readonly
attribute Algorithm hash;
RsaSsaParams.idl
34
readonly
attribute Algorithm hash;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBVersionChangeEvent.idl
27
[CallWith=ExecutionContext]
readonly
attribute any oldVersion;
28
[CallWith=ExecutionContext]
readonly
attribute any newVersion;
32
readonly
attribute DOMString dataLoss;
33
readonly
attribute DOMString dataLossMessage;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrackEvent.idl
28
readonly
attribute MediaStreamTrack track;
RTCDataChannelEvent.idl
28
readonly
attribute RTCDataChannel channel;
RTCIceCandidateEvent.idl
28
readonly
attribute RTCIceCandidate candidate;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.idl
30
[InitializedByEventConstructor]
readonly
attribute unsigned long resultIndex;
31
[InitializedByEventConstructor]
readonly
attribute SpeechRecognitionResultList results;
33
readonly
attribute Document interpretation;
34
readonly
attribute Document emma;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBuffer.idl
32
readonly
attribute long length; // in sample-frames
33
readonly
attribute float duration; // in seconds
34
readonly
attribute float sampleRate; // in sample-frames per second
39
readonly
attribute unsigned long numberOfChannels;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfaceEventConstructor.idl
33
readonly
attribute DOMString readonlyStringAttribute;
35
[InitializedByEventConstructor]
readonly
attribute DOMString initializedByEventConstructorReadonlyStringAttribute;
36
[InitializedByEventConstructor]
readonly
attribute any initializedByEventConstructorReadonlyAnyAttribute;
37
[InitializedByEventConstructor]
readonly
attribute boolean initializedByEventConstructorReadonlyBooleanAttribute;
38
[InitializedByEventConstructor]
readonly
attribute long initializedByEventConstructorReadonlyLongAttribute;
39
[InitializedByEventConstructor]
readonly
attribute Uint8Array initializedByEventConstructorReadonlyUint8ArrayAttribute;
40
[InitializedByEventConstructor]
readonly
attribute TestInterfaceEmpty initializedByEventConstructorReadonlyTestInterfaceEmptyAttribute;
41
[InitializedByEventConstructor]
readonly
attribute TestInterfaceEmpty[] initializedByEventConstructorReadonlyTestInterfaceEmptyArrayAttribute;
42
// [InitializedByEventConstructor]
readonly
attribute TestInterfaceEmpty? initializedByEventConstructorReadonlyNullableTestInterfaceEmptyAttribute; // FIXME: implement getters for nullable interface type attributes
44
[DeprecateAs=initializedByEventConstructorReadonlyStringAttribute, InitializedByEventConstructor]
readonly
attribute DOMString deprecatedInitializedByEventConstructorReadonlyStringAttribute
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNode.idl
27
[PerWorldBindings]
readonly
attribute Element previousElementSibling;
28
[PerWorldBindings]
readonly
attribute Element nextElementSibling;
MessageChannel.idl
31
readonly
attribute MessagePort port1;
32
readonly
attribute MessagePort port2;
ProcessingInstruction.idl
25
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString target;
28
readonly
attribute StyleSheet sheet;
URLUtilsReadOnly.idl
30
readonly
attribute DOMString href;
34
readonly
attribute DOMString protocol;
35
readonly
attribute DOMString host;
36
readonly
attribute DOMString hostname;
37
readonly
attribute DOMString port;
38
readonly
attribute DOMString pathname;
39
readonly
attribute DOMString search;
40
readonly
attribute DOMString hash;
/external/chromium_org/third_party/WebKit/Source/core/events/
WebKitAnimationEvent.idl
29
[InitializedByEventConstructor]
readonly
attribute DOMString animationName;
30
[InitializedByEventConstructor]
readonly
attribute double elapsedTime;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLabelElement.idl
22
[ImplementedAs=formOwner]
readonly
attribute HTMLFormElement form;
24
readonly
attribute HTMLElement control;
/external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputResult.idl
30
readonly
attribute DOMString utterance;
31
readonly
attribute float confidence;
Completed in 328 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>