HomeSort by relevance Sort by last modified time
    Searched refs:readonly (Results 201 - 225 of 710) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl 28 readonly attribute DOMString kind;
29 readonly attribute DOMString id;
30 readonly attribute DOMString label;
32 readonly attribute DOMString readyState;
RTCDTMFToneChangeEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString tone;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WorkerGlobalScopeNotifications.idl 30 [RuntimeEnabled=Notifications] readonly attribute NotificationCenter webkitNotifications;
  /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 28 // FIXME: eventually it will be interesting to remove the readonly restriction, but need to properly deal with thread safety here.
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;
ScriptProcessorNode.idl 32 readonly attribute long bufferSize;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIConnectionEvent.idl 35 [InitializedByEventConstructor] readonly attribute MIDIPort port;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl 44 readonly attribute JavaScriptCallFrame caller;
45 readonly attribute long sourceID;
46 readonly attribute long line;
47 readonly attribute long column;
48 [Custom=Getter] readonly attribute object scopeChain;
50 [Custom=Getter] readonly attribute object thisObject;
51 readonly attribute DOMString stepInPositions;
52 readonly attribute DOMString functionName;
53 [Custom=Getter] readonly attribute DOMString type;
54 readonly attribute boolean isAtReturn
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DataTransferItem.idl 34 readonly attribute DOMString kind;
35 readonly attribute DOMString type;
Attr.idl 25 [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
27 [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
33 [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement;
37 [MeasureAs=AttributeIsId] readonly attribute boolean isId;
42 [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString namespaceURI;
43 [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString localName;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.idl 23 readonly attribute double position;
24 readonly attribute NodeList labels;
HTMLFieldSetElement.idl 22 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
25 readonly attribute DOMString type;
27 readonly attribute HTMLCollection elements;
29 readonly attribute boolean willValidate;
30 readonly attribute ValidityState validity;
31 readonly attribute DOMString validationMessage;
HTMLKeygenElement.idl 35 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
39 readonly attribute DOMString type;
41 readonly attribute boolean willValidate;
42 readonly attribute ValidityState validity;
43 readonly attribute DOMString validationMessage;
47 readonly attribute NodeList labels;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceNavigation.idl 37 readonly attribute unsigned short type;
39 readonly attribute unsigned short redirectCount;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.idl 39 readonly attribute long long position;
40 readonly attribute long long length;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WindowIndexedDatabase.idl 30 [ImplementedAs=indexedDB,MeasureAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB;
32 [MeasureAs=UnprefixedIndexedDB] readonly attribute IDBFactory indexedDB;

Completed in 577 milliseconds

1 2 3 4 5 6 7 891011>>