OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribute
(Results
326 - 350
of
2398
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamEvent.idl
28
[InitializedByEventConstructor] readonly
attribute
MediaStream? stream;
RTCDTMFToneChangeEvent.idl
30
[InitializedByEventConstructor] readonly
attribute
DOMString tone;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
WindowQuota.idl
29
[DeprecateAs=PrefixedStorageInfo] readonly
attribute
DeprecatedStorageInfo webkitStorageInfo;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeechSynthesis.idl
29
readonly
attribute
SpeechSynthesis speechSynthesis;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.idl
28
readonly
attribute
unsigned long maxChannelCount;
DelayNode.idl
28
readonly
attribute
AudioParam delayTime;
GainNode.idl
29
readonly
attribute
AudioParam gain;
MediaElementAudioSourceNode.idl
28
readonly
attribute
HTMLMediaElement mediaElement;
MediaStreamAudioDestinationNode.idl
28
readonly
attribute
MediaStream stream;
MediaStreamAudioSourceNode.idl
28
readonly
attribute
MediaStream mediaStream;
OfflineAudioCompletionEvent.idl
28
readonly
attribute
AudioBuffer renderedBuffer;
OscillatorNode.idl
38
attribute
OscillatorType type;
40
readonly
attribute
AudioParam frequency; // in Hertz
41
readonly
attribute
AudioParam detune; // in Cents
51
attribute
EventHandler onended;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.idl
35
[InitializedByEventConstructor] readonly
attribute
MIDIPort port;
MIDIInput.idl
35
attribute
EventHandler onmidimessage;
/external/proguard/src/proguard/classfile/attribute/visitor/
BootstrapMethodInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.*;
ExceptionInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.*;
InnerClassesInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.InnerClassesInfo;
LineNumberInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.*;
LocalVariableInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.*;
LocalVariableTypeInfoVisitor.java
21
package proguard.classfile.
attribute
.visitor;
24
import proguard.classfile.
attribute
.*;
/libcore/luni/src/main/java/java/text/
Annotation.java
21
* Wrapper for a text
attribute
value which represents an annotation. An
26
* <li>it can not be joined with adjacent annotations even if the text
attribute
30
* By wrapping text
attribute
values into an {@code Annotation}, these aspects
44
* @param
attribute
the
attribute
attached to this annotation. This may be
47
public Annotation(Object
attribute
) {
48
value =
attribute
;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl
45
readonly
attribute
JavaScriptCallFrame caller;
46
readonly
attribute
long sourceID;
47
readonly
attribute
long line;
48
readonly
attribute
long column;
49
[Custom=Getter] readonly
attribute
object scopeChain;
51
[Custom=Getter] readonly
attribute
object thisObject;
52
readonly
attribute
DOMString stepInPositions;
53
readonly
attribute
DOMString functionName;
54
[Custom=Getter] readonly
attribute
DOMString type;
55
readonly
attribute
boolean isAtReturn
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.idl
49
[DeprecateAs=WebSocketURL] readonly
attribute
DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
50
readonly
attribute
DOMString url;
57
readonly
attribute
unsigned short readyState;
58
readonly
attribute
unsigned long bufferedAmount;
61
attribute
EventHandler onopen;
62
attribute
EventHandler onerror;
63
attribute
EventHandler onclose;
64
[TreatReturnedNullStringAs=Undefined] readonly
attribute
DOMString extensions;
65
[TreatReturnedNullStringAs=Undefined] readonly
attribute
DOMString protocol;
69
attribute
EventHandler onmessage
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataTransferItem.idl
35
readonly
attribute
DOMString kind;
36
readonly
attribute
DOMString type;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMError.idl
32
readonly
attribute
DOMString name;
33
readonly
attribute
DOMString message;
Completed in 323 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>