/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
TextTrackCue.idl | 33 readonly attribute TextTrack? track; 35 attribute DOMString id; 36 attribute double startTime; 37 attribute double endTime; 38 attribute boolean pauseOnExit; 40 attribute EventHandler onenter; 41 attribute EventHandler onexit;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequestEventTarget.idl | 30 attribute EventHandler onabort; 31 attribute EventHandler onerror; 32 attribute EventHandler onload; 33 attribute EventHandler onloadend; 34 attribute EventHandler onloadstart; 35 attribute EventHandler onprogress; 36 attribute EventHandler ontimeout;
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
Gamepad.idl | 29 readonly attribute DOMString id; 30 readonly attribute unsigned long index; 31 readonly attribute boolean connected; 32 readonly attribute unsigned long long timestamp; 33 readonly attribute DOMString mapping; 34 readonly attribute double[] axes; 35 readonly attribute GamepadButton[] buttons;
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
Coordinates.idl | 30 readonly attribute double latitude; 31 readonly attribute double longitude; 32 readonly attribute double? altitude; 33 readonly attribute double accuracy; 34 readonly attribute double? altitudeAccuracy; 35 readonly attribute double? heading; 36 readonly attribute double? speed;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
ValidityState.idl | 26 readonly attribute boolean valueMissing; 27 readonly attribute boolean typeMismatch; 28 readonly attribute boolean patternMismatch; 29 readonly attribute boolean tooLong; 30 readonly attribute boolean rangeUnderflow; 31 readonly attribute boolean rangeOverflow; 32 readonly attribute boolean stepMismatch; 33 readonly attribute boolean badInput; 34 readonly attribute boolean customError; 35 readonly attribute boolean valid [all...] |
HTMLButtonElement.idl | 22 [Reflect] attribute boolean autofocus; 23 [Reflect] attribute boolean disabled; 24 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form; 25 [Reflect, URL] attribute DOMString formAction; 26 attribute DOMString formEnctype; 27 attribute DOMString formMethod; 28 [Reflect] attribute boolean formNoValidate; 29 [Reflect] attribute DOMString formTarget; 30 [Reflect] attribute DOMString name; 31 attribute DOMString type [all...] |
HTMLTableCellElement.idl | 22 readonly attribute long cellIndex; 23 [Reflect] attribute DOMString abbr; 24 [Reflect] attribute DOMString align; 25 [Reflect] attribute DOMString axis; 26 [Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor; 27 [Reflect=char] attribute DOMString ch; 28 [Reflect=charoff] attribute DOMString chOff; 29 attribute long colSpan; 30 [Reflect, TreatNullAs=NullString] attribute DOMString headers; 31 [Reflect] attribute DOMString height [all...] |
HTMLLinkElement.idl | 23 [Reflect] attribute boolean disabled; 24 [Reflect] attribute DOMString charset; 25 [Reflect, URL] attribute DOMString href; 26 [Reflect, ReflectOnly=("anonymous","use-credentials"), ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString? crossOrigin; 27 [Reflect] attribute DOMString hreflang; 28 [Reflect] attribute DOMString media; 29 [Reflect] attribute DOMString rel; 30 [Reflect] attribute DOMString rev; 31 [PutForwards=value] readonly attribute DOMSettableTokenList sizes; 32 [Reflect] attribute DOMString target [all...] |
HTMLAreaElement.idl | 22 [Reflect] attribute DOMString alt; 23 [Reflect] attribute DOMString coords; 24 [Reflect] attribute boolean noHref; 25 [Reflect] attribute DOMString ping; 26 [Reflect] attribute DOMString shape; 27 [Reflect] attribute DOMString target;
|
HTMLTableColElement.idl | 22 [Reflect] attribute DOMString align; 23 [Reflect=char] attribute DOMString ch; 24 [Reflect=charoff] attribute DOMString chOff; 25 attribute long span; 26 [Reflect] attribute DOMString vAlign; 27 [Reflect] attribute DOMString width;
|
HTMLAnchorElement.idl | 22 [Reflect] attribute DOMString charset; 23 [Reflect] attribute DOMString coords; 24 [Reflect] attribute DOMString download; 25 [Reflect] attribute DOMString hreflang; 26 [Reflect] attribute DOMString name; 27 [Reflect] attribute DOMString ping; 28 [Reflect] attribute DOMString rel; 29 [Reflect] attribute DOMString rev; 30 [Reflect] attribute DOMString shape; 31 [Reflect] attribute DOMString target [all...] |
HTMLBodyElement.idl | 22 [Reflect, TreatNullAs=EmptyString] attribute DOMString aLink; 23 [Reflect] attribute DOMString background; 24 [Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor; 25 [Reflect, TreatNullAs=EmptyString] attribute DOMString link; 26 [Reflect, TreatNullAs=EmptyString] attribute DOMString text; 27 [Reflect, TreatNullAs=EmptyString] attribute DOMString vLink; 29 [RuntimeEnabled=OrientationEvent] attribute EventHandler onorientationchange; 32 attribute EventHandler onblur; 33 attribute EventHandler onerror; 34 attribute EventHandler onfocus [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGStyleElement.idl | 28 attribute boolean disabled; 29 attribute DOMString type; 30 attribute DOMString media; 31 [MeasureAs=SVGStyleElementTitle] attribute DOMString title; 34 readonly attribute StyleSheet sheet;
|
SVGGlyphRefElement.idl | 24 attribute DOMString glyphRef; 25 [Reflect, TreatNullAs=NullString] attribute DOMString format; 26 attribute float x; 27 attribute float y; 28 attribute float dx; 29 attribute float dy;
|
SVGMaskElement.idl | 29 readonly attribute SVGAnimatedEnumeration maskUnits; 30 readonly attribute SVGAnimatedEnumeration maskContentUnits; 31 readonly attribute SVGAnimatedLength x; 32 readonly attribute SVGAnimatedLength y; 33 readonly attribute SVGAnimatedLength width; 34 readonly attribute SVGAnimatedLength height;
|
SVGRadialGradientElement.idl | 27 readonly attribute SVGAnimatedLength cx; 28 readonly attribute SVGAnimatedLength cy; 29 readonly attribute SVGAnimatedLength r; 30 readonly attribute SVGAnimatedLength fx; 31 readonly attribute SVGAnimatedLength fy; 32 readonly attribute SVGAnimatedLength fr;
|
SVGRectElement.idl | 28 readonly attribute SVGAnimatedLength x; 29 readonly attribute SVGAnimatedLength y; 30 readonly attribute SVGAnimatedLength width; 31 readonly attribute SVGAnimatedLength height; 32 readonly attribute SVGAnimatedLength rx; 33 readonly attribute SVGAnimatedLength ry;
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
LayerRect.idl | 38 readonly attribute Node layerAssociatedNode; 39 readonly attribute DOMString layerType; 41 readonly attribute long associatedNodeOffsetX; 42 readonly attribute long associatedNodeOffsetY; 44 readonly attribute ClientRect layerRelativeRect;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
GlobalEventHandlers.idl | 36 attribute EventHandler onabort; 37 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete; 38 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteerror; 39 attribute EventHandler onblur; 40 attribute EventHandler oncancel; 41 attribute EventHandler oncanplay; 42 attribute EventHandler oncanplaythrough; 43 attribute EventHandler onchange; 44 attribute EventHandler onclick; 45 attribute EventHandler onclose [all...] |
Touch.idl | 29 readonly attribute double clientX; 30 readonly attribute double clientY; 31 readonly attribute double screenX; 32 readonly attribute double screenY; 33 readonly attribute double pageX; 34 readonly attribute double pageY; 35 readonly attribute EventTarget target; 36 readonly attribute unsigned long identifier; 37 readonly attribute double radiusX; 38 readonly attribute double radiusY [all...] |
MutationRecord.idl | 34 readonly attribute DOMString type; 35 readonly attribute Node target; 37 readonly attribute NodeList addedNodes; 38 readonly attribute NodeList removedNodes; 39 readonly attribute Node previousSibling; 40 readonly attribute Node nextSibling; 42 readonly attribute DOMString? attributeName; 43 readonly attribute DOMString? attributeNamespace; 45 readonly attribute DOMString? oldValue;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
NavigatorID.idl | 36 readonly attribute DOMString appCodeName; // constant "Mozilla" 37 readonly attribute DOMString appName; 38 readonly attribute DOMString appVersion; 39 readonly attribute DOMString platform; 40 readonly attribute DOMString product; // constant "Gecko" 41 readonly attribute DOMString userAgent;
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DynamicsCompressorNode.idl | 28 readonly attribute AudioParam threshold; // in Decibels 29 readonly attribute AudioParam knee; // in Decibels 30 readonly attribute AudioParam ratio; // unit-less 31 readonly attribute AudioParam reduction; // in Decibels 32 readonly attribute AudioParam attack; // in Seconds 33 readonly attribute AudioParam release; // in Seconds
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIPort.idl | 40 readonly attribute DOMString id; 41 readonly attribute DOMString manufacturer; 42 readonly attribute DOMString name; 43 readonly attribute MIDIPortType type; 44 readonly attribute DOMString version; 46 attribute EventHandler ondisconnect;
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechSynthesisUtterance.idl | 31 attribute DOMString text; 32 attribute DOMString lang; 33 attribute SpeechSynthesisVoice voice; 34 attribute float volume; 35 attribute float rate; 36 attribute float pitch; 38 attribute EventHandler onstart; 39 attribute EventHandler onend; 40 attribute EventHandler onerror; 41 attribute EventHandler onpause [all...] |