/external/chromium_org/third_party/WebKit/Source/core/timing/ |
PerformanceTiming.idl | 35 readonly attribute unsigned long long navigationStart; 36 readonly attribute unsigned long long unloadEventStart; 37 readonly attribute unsigned long long unloadEventEnd; 38 readonly attribute unsigned long long redirectStart; 39 readonly attribute unsigned long long redirectEnd; 40 readonly attribute unsigned long long fetchStart; 41 readonly attribute unsigned long long domainLookupStart; 42 readonly attribute unsigned long long domainLookupEnd; 43 readonly attribute unsigned long long connectStart; 44 readonly attribute unsigned long long connectEnd [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
WorkerGlobalScopeIndexedDatabase.idl | 28 [ImplementedAs=indexedDB, DeprecateAs=PrefixedIndexedDB] readonly attribute IDBFactory webkitIndexedDB; 30 [DeprecateAs=PrefixedIDBCursorConstructor] attribute IDBCursorConstructor webkitIDBCursor; 31 [DeprecateAs=PrefixedIDBDatabaseConstructor] attribute IDBDatabaseConstructor webkitIDBDatabase; 32 [DeprecateAs=PrefixedIDBFactoryConstructor] attribute IDBFactoryConstructor webkitIDBFactory; 33 [DeprecateAs=PrefixedIDBIndexConstructor] attribute IDBIndexConstructor webkitIDBIndex; 34 [DeprecateAs=PrefixedIDBKeyRangeConstructor] attribute IDBKeyRangeConstructor webkitIDBKeyRange; 35 [DeprecateAs=PrefixedIDBObjectStoreConstructor] attribute IDBObjectStoreConstructor webkitIDBObjectStore; 36 [DeprecateAs=PrefixedIDBRequestConstructor] attribute IDBRequestConstructor webkitIDBRequest; 37 [DeprecateAs=PrefixedIDBTransactionConstructor] attribute IDBTransactionConstructor webkitIDBTransaction; 39 readonly attribute IDBFactory indexedDB [all...] |
IDBRequest.idl | 39 [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result; 40 [RaisesException=Getter] readonly attribute DOMError error; 42 readonly attribute any source; 43 readonly attribute IDBTransaction transaction; 46 readonly attribute IDBRequestReadyState readyState; 49 attribute EventHandler onsuccess; 50 attribute EventHandler onerror;
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCDataChannel.idl | 31 readonly attribute DOMString label; 32 readonly attribute boolean reliable; // DEPRECATED 33 readonly attribute boolean ordered; 34 readonly attribute unsigned short maxRetransmitTime; 35 readonly attribute unsigned short maxRetransmits; 36 readonly attribute DOMString protocol; 37 readonly attribute boolean negotiated; 38 readonly attribute unsigned short id; 39 readonly attribute DOMString readyState; 40 readonly attribute unsigned long bufferedAmount [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLHRElement.idl | 21 [Reflect] attribute DOMString align; 22 [Reflect] attribute DOMString color; 23 [Reflect] attribute boolean noShade; 24 [Reflect] attribute DOMString size; 25 [Reflect] attribute DOMString width;
|
HTMLKeygenElement.idl | 32 [Reflect] attribute boolean autofocus; 33 [Reflect] attribute DOMString challenge; 34 [Reflect] attribute boolean disabled; 35 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form; 36 [Reflect, ReflectOnly="rsa", ReflectMissing="rsa"] attribute DOMString keytype; 37 [Reflect] attribute DOMString name; 39 readonly attribute DOMString type; 41 readonly attribute boolean willValidate; 42 readonly attribute ValidityState validity; 43 readonly attribute DOMString validationMessage [all...] |
HTMLMarqueeElement.idl | 24 [ImplementedInPrivateScript, Reflect] attribute DOMString behavior; 25 [ImplementedInPrivateScript, Reflect] attribute DOMString bgColor; 26 [ImplementedInPrivateScript, Reflect] attribute DOMString direction; 27 [ImplementedInPrivateScript, Reflect] attribute DOMString height; 28 [ImplementedInPrivateScript, Reflect] attribute unsigned long hspace; 29 [ImplementedInPrivateScript] attribute long loop; 30 [ImplementedInPrivateScript] attribute long scrollAmount; 31 [ImplementedInPrivateScript] attribute long scrollDelay; 32 [ImplementedInPrivateScript, Reflect] attribute boolean trueSpeed; 33 [ImplementedInPrivateScript, Reflect] attribute unsigned long vspace [all...] |
HTMLScriptElement.idl | 21 attribute DOMString text; 22 [Reflect=for] attribute DOMString htmlFor; 23 [Reflect] attribute DOMString event; 24 [Reflect] attribute DOMString charset; 25 attribute boolean async; 26 [Reflect] attribute boolean defer; 27 [Reflect, URL] attribute DOMString src; 28 [Reflect] attribute DOMString type; 29 [Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString? crossOrigin; 30 [Reflect, RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] attribute DOMString nonce [all...] |
MediaController.idl | 34 readonly attribute TimeRanges buffered; 35 readonly attribute TimeRanges seekable; 37 readonly attribute unrestricted double duration; 38 attribute double currentTime; 40 readonly attribute boolean paused; 41 readonly attribute TimeRanges played; 42 readonly attribute DOMString playbackState; 47 attribute double defaultPlaybackRate; 48 attribute double playbackRate; 50 [RaisesException=Setter] attribute double volume [all...] |
MediaKeyEvent.idl | 30 [InitializedByEventConstructor] readonly attribute DOMString keySystem; 31 [InitializedByEventConstructor] readonly attribute DOMString sessionId; 32 [InitializedByEventConstructor] readonly attribute Uint8Array initData; 33 [InitializedByEventConstructor] readonly attribute Uint8Array message; 34 [InitializedByEventConstructor] readonly attribute DOMString defaultURL; 35 [InitializedByEventConstructor] readonly attribute MediaKeyError? errorCode; 36 [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
|
HTMLFrameElement.idl | 23 [Reflect] attribute DOMString frameBorder; 24 [Reflect, URL] attribute DOMString longDesc; 25 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight; 26 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth; 27 [Reflect] attribute DOMString name; 28 [Reflect] attribute boolean noResize; 29 [Reflect] attribute DOMString scrolling; 30 [Reflect, URL] attribute DOMString src; 33 [CheckSecurity=Node] readonly attribute Document contentDocument; 36 readonly attribute Window contentWindow [all...] |
HTMLOutputElement.idl | 26 [PutForwards=value] readonly attribute DOMSettableTokenList htmlFor; 27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form; 28 [Reflect] attribute DOMString name; 30 readonly attribute DOMString type; 31 attribute DOMString defaultValue; 32 attribute DOMString value; 34 readonly attribute boolean willValidate; 35 readonly attribute ValidityState validity; 36 readonly attribute DOMString validationMessage; 40 readonly attribute NodeList labels [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFEDiffuseLightingElement.idl | 29 readonly attribute SVGAnimatedString in1; 30 readonly attribute SVGAnimatedNumber surfaceScale; 31 readonly attribute SVGAnimatedNumber diffuseConstant; 32 readonly attribute SVGAnimatedNumber kernelUnitLengthX; 33 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
|
SVGFEDropShadowElement.idl | 23 readonly attribute SVGAnimatedString in1; 24 readonly attribute SVGAnimatedNumber dx; 25 readonly attribute SVGAnimatedNumber dy; 26 readonly attribute SVGAnimatedNumber stdDeviationX; 27 readonly attribute SVGAnimatedNumber stdDeviationY;
|
SVGFilterPrimitiveStandardAttributes.idl | 32 readonly attribute SVGAnimatedLength x; 33 readonly attribute SVGAnimatedLength y; 34 readonly attribute SVGAnimatedLength width; 35 readonly attribute SVGAnimatedLength height; 36 readonly attribute SVGAnimatedString result;
|
SVGImageElement.idl | 27 readonly attribute SVGAnimatedLength x; 28 readonly attribute SVGAnimatedLength y; 29 readonly attribute SVGAnimatedLength width; 30 readonly attribute SVGAnimatedLength height; 31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
SVGTextPositioningElement.idl | 27 readonly attribute SVGAnimatedLengthList x; 28 readonly attribute SVGAnimatedLengthList y; 29 readonly attribute SVGAnimatedLengthList dx; 30 readonly attribute SVGAnimatedLengthList dy; 31 readonly attribute SVGAnimatedNumberList rotate;
|
SVGZoomEvent.idl | 29 readonly attribute SVGRect zoomRectScreen; 30 readonly attribute float previousScale; 31 readonly attribute SVGPoint previousTranslate; 32 readonly attribute float newScale; 33 readonly attribute SVGPoint newTranslate;
|
SVGPatternElement.idl | 30 readonly attribute SVGAnimatedEnumeration patternUnits; 31 readonly attribute SVGAnimatedEnumeration patternContentUnits; 32 readonly attribute SVGAnimatedTransformList patternTransform; 33 readonly attribute SVGAnimatedLength x; 34 readonly attribute SVGAnimatedLength y; 35 readonly attribute SVGAnimatedLength width; 36 readonly attribute SVGAnimatedLength height;
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechSynthesisVoice.idl | 30 readonly attribute DOMString voiceURI; 31 readonly attribute DOMString name; 32 readonly attribute DOMString lang; 33 readonly attribute boolean localService; 34 [ImplementedAs=isDefault] readonly attribute boolean default;
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccess.idl | 35 readonly attribute MIDIInputMap inputs; 36 readonly attribute MIDIOutputMap outputs; 38 readonly attribute boolean sysexEnabled; 40 attribute EventHandler onconnect; 41 attribute EventHandler ondisconnect;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
URLUtils.idl | 32 // stringifier attribute ScalarValueString href; 33 attribute ScalarValueString href; 35 readonly attribute ScalarValueString origin; 37 attribute ScalarValueString protocol; 38 attribute ScalarValueString username; 39 attribute ScalarValueString password; 40 attribute ScalarValueString host; 41 attribute ScalarValueString hostname; 42 attribute ScalarValueString port; 43 attribute ScalarValueString pathname [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleSheet.idl | 26 readonly attribute DOMString? type; 27 attribute boolean disabled; 28 readonly attribute Node ownerNode; 29 readonly attribute StyleSheet parentStyleSheet; 30 readonly attribute DOMString? href; 31 readonly attribute DOMString? title; 32 readonly attribute MediaList media;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
SecurityPolicyViolationEvent.idl | 29 [InitializedByEventConstructor] readonly attribute DOMString documentURI; 30 [InitializedByEventConstructor] readonly attribute DOMString referrer; 31 [InitializedByEventConstructor] readonly attribute DOMString blockedURI; 32 [InitializedByEventConstructor] readonly attribute DOMString violatedDirective; 33 [InitializedByEventConstructor] readonly attribute DOMString effectiveDirective; 34 [InitializedByEventConstructor] readonly attribute DOMString originalPolicy; 35 [InitializedByEventConstructor] readonly attribute DOMString sourceFile; 36 [InitializedByEventConstructor] readonly attribute long lineNumber; 37 [InitializedByEventConstructor] readonly attribute long columnNumber; 38 [InitializedByEventConstructor] readonly attribute long statusCode [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriter.idl | 41 readonly attribute unsigned short readyState; 50 readonly attribute FileError error; 51 readonly attribute long long position; 52 readonly attribute long long length; 54 attribute EventHandler onwritestart; 55 attribute EventHandler onprogress; 56 attribute EventHandler onwrite; 57 attribute EventHandler onabort; 58 attribute EventHandler onerror; 59 attribute EventHandler onwriteend [all...] |