OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute
(Results
426 - 450
of
2398
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRectList.idl
30
readonly
attribute
unsigned long length;
DOMSettableTokenList.idl
27
attribute
DOMString value;
NodeList.idl
27
readonly
attribute
unsigned long length;
TouchList.idl
29
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileList.idl
30
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/html/
RadioNodeList.idl
29
attribute
DOMString value;
TimeRanges.idl
30
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.idl
29
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/page/
WindowPagePopup.idl
36
readonly
attribute
PagePopupController pagePopupController;
/external/chromium_org/third_party/WebKit/Source/core/plugins/
Plugin.idl
25
readonly
attribute
DOMString name;
26
readonly
attribute
DOMString filename;
27
readonly
attribute
DOMString description;
28
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.idl
35
readonly
attribute
unsigned short unitType;
36
[RaisesException=Setter]
attribute
float value;
37
[RaisesException=Setter]
attribute
float valueInSpecifiedUnits;
39
[TreatNullAs=NullString, RaisesException=Setter]
attribute
DOMString valueAsString;
SVGLength.idl
41
readonly
attribute
unsigned short unitType;
42
[RaisesException]
attribute
float value;
44
[RaisesException=Setter]
attribute
float valueInSpecifiedUnits;
45
[TreatNullAs=NullString, RaisesException=Setter]
attribute
DOMString valueAsString;
SVGNumber.idl
28
[RaisesException=Setter]
attribute
float value;
SVGZoomAndPan.idl
38
[RaisesException=Setter]
attribute
unsigned short zoomAndPan; // readonly in SVGViewSpec, hence raises exception on setter there
/external/chromium_org/third_party/WebKit/Source/core/testing/
LayerRectList.idl
34
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.idl
40
[RuntimeEnabled=Crypto] readonly
attribute
SubtleCrypto subtle;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.idl
27
readonly
attribute
DeviceAcceleration acceleration;
28
readonly
attribute
DeviceAcceleration accelerationIncludingGravity;
29
readonly
attribute
DeviceRotationRate rotationRate;
30
readonly
attribute
double? interval;
DeviceOrientationEvent.idl
27
readonly
attribute
double? alpha;
28
readonly
attribute
double? beta;
29
readonly
attribute
double? gamma;
30
readonly
attribute
boolean? absolute;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.idl
33
readonly
attribute
MediaKeyError error;
36
readonly
attribute
DOMString keySystem;
37
readonly
attribute
DOMString sessionId;
38
[CallWith=ScriptState] readonly
attribute
Promise closed;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadList.idl
30
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.idl
29
[ImplementedAs=lowerValue, CallWith=ScriptState] readonly
attribute
any lower;
30
[ImplementedAs=upperValue, CallWith=ScriptState] readonly
attribute
any upper;
31
readonly
attribute
boolean lowerOpen;
32
readonly
attribute
boolean upperOpen;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.idl
46
readonly
attribute
SourceBufferList sourceBuffers;
49
readonly
attribute
SourceBufferList activeSourceBuffers;
51
[RaisesException=Setter]
attribute
unrestricted double duration;
56
readonly
attribute
DOMString readyState;
SourceBufferList.idl
36
readonly
attribute
unsigned long length;
/external/chromium_org/third_party/WebKit/Source/modules/performance/
WorkerPerformance.idl
38
[RuntimeEnabled=MemoryInfoInWorkers] readonly
attribute
MemoryInfo memory;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionResultList.idl
30
readonly
attribute
unsigned long length;
Completed in 364 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>