HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 326 - 350 of 1970) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
WorkerGlobalScopeCrypto.idl 32 [EnabledAtRuntime=Crypto] readonly attribute WorkerCrypto crypto;
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.idl 32 [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
HTMLInputElementFileSystem.idl 32 [EnabledAtRuntime=FileSystem,CallWith=ScriptExecutionContext] readonly attribute Entry[] webkitEntries;
  /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/performance/
WorkerGlobalScopePerformance.idl 34 readonly attribute WorkerPerformance performance;
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
WindowQuota.idl 29 [DeprecateAs=StorageInfo] readonly attribute StorageInfo webkitStorageInfo;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
WindowSpeechSynthesis.idl 30 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;
  /external/proguard/src/proguard/classfile/attribute/visitor/
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/modules/websockets/
WebSocket.idl 41 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
42 readonly attribute DOMString url;
49 readonly attribute unsigned short readyState;
51 readonly attribute unsigned long bufferedAmount;
54 attribute EventHandler onopen;
55 attribute EventHandler onmessage;
56 attribute EventHandler onerror;
57 attribute EventHandler onclose;
59 [TreatReturnedNullStringAs=Undefined] readonly attribute DOMString protocol;
60 [TreatReturnedNullStringAs=Undefined] readonly attribute DOMString extensions
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.idl 36 [InitializedByEventConstructor] readonly attribute CSSFontFaceRule fontface;
37 [InitializedByEventConstructor] readonly attribute DOMError error;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNode.idl 27 [PerWorldBindings] readonly attribute Element previousElementSibling;
28 [PerWorldBindings] readonly attribute Element nextElementSibling;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.idl 29 [Reflect] attribute boolean open;
30 attribute DOMString returnValue;

Completed in 625 milliseconds

<<11121314151617181920>>