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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.idl 21 [SetterRaisesException] attribute double value;
22 [SetterRaisesException] attribute double min;
23 [SetterRaisesException] attribute double max;
24 [SetterRaisesException] attribute double low;
25 [SetterRaisesException] attribute double high;
26 [SetterRaisesException] attribute double optimum;
27 readonly attribute NodeList labels;
ValidityState.idl 25 readonly attribute boolean valueMissing;
26 readonly attribute boolean typeMismatch;
27 readonly attribute boolean patternMismatch;
28 readonly attribute boolean tooLong;
29 readonly attribute boolean rangeUnderflow;
30 readonly attribute boolean rangeOverflow;
31 readonly attribute boolean stepMismatch;
32 readonly attribute boolean badInput;
33 readonly attribute boolean customError;
34 readonly attribute boolean valid
    [all...]
HTMLStyleElement.idl 22 attribute boolean disabled;
23 [EnabledAtRuntime=styleScoped] attribute boolean scoped;
24 [Reflect] attribute DOMString media;
25 [Reflect] attribute DOMString type;
28 readonly attribute StyleSheet sheet;
HTMLTableCellElement.idl 22 readonly attribute long cellIndex;
23 [Reflect] attribute DOMString abbr;
24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString axis;
26 [Reflect] attribute DOMString bgColor;
27 [Reflect=char] attribute DOMString ch;
28 [Reflect=charoff] attribute DOMString chOff;
29 attribute long colSpan;
30 [Reflect] attribute DOMString headers;
31 [Reflect] attribute DOMString height
    [all...]
HTMLImageElement.idl 23 [Reflect] attribute DOMString name;
24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString alt;
26 [Reflect] attribute DOMString border;
27 [Reflect] attribute DOMString crossOrigin;
28 attribute long height;
29 [Reflect] attribute long hspace;
30 [Reflect] attribute boolean isMap;
31 [Reflect, URL] attribute DOMString longDesc;
32 [Reflect, URL] attribute DOMString src
    [all...]
HTMLAreaElement.idl 22 [Reflect] attribute DOMString alt;
23 [Reflect] attribute DOMString coords;
24 [Reflect, URL] attribute DOMString href;
25 [Reflect] attribute boolean noHref;
26 [Reflect] attribute DOMString ping;
27 [Reflect] attribute DOMString shape;
28 [Reflect] attribute DOMString target;
31 readonly attribute DOMString hash;
32 readonly attribute DOMString host;
33 readonly attribute DOMString hostname
    [all...]
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;
HTMLFrameElement.idl 23 [Reflect] attribute DOMString frameBorder;
24 [Reflect] attribute DOMString longDesc;
25 [Reflect] attribute DOMString marginHeight;
26 [Reflect] 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 [CheckSecurityForNode] readonly attribute Document contentDocument;
36 readonly attribute Window contentWindow
    [all...]
HTMLFieldSetElement.idl 21 [Reflect] attribute boolean disabled;
22 readonly attribute HTMLFormElement form;
23 [Reflect] attribute DOMString name;
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;
HTMLLIElement.idl 21 [Reflect] attribute DOMString type;
22 [Reflect] attribute long value;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArcAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float r1;
31 [StrictTypeChecking] attribute float r2;
32 [StrictTypeChecking] attribute float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
SVGPathSegArcRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float r1;
31 [StrictTypeChecking] attribute float r2;
32 [StrictTypeChecking] attribute float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
SVGGlyphRefElement.idl 24 attribute DOMString glyphRef;
25 [Reflect] attribute DOMString format;
26 attribute float x;
27 attribute float y;
28 attribute float dx;
29 attribute float dy;
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;
SVGElementInstance.idl 29 readonly attribute SVGElement correspondingElement;
30 readonly attribute SVGUseElement correspondingUseElement;
31 readonly attribute SVGElementInstance parentNode;
32 readonly attribute SVGElementInstanceList childNodes;
33 readonly attribute SVGElementInstance firstChild;
34 readonly attribute SVGElementInstance lastChild;
35 readonly attribute SVGElementInstance previousSibling;
36 readonly attribute SVGElementInstance nextSibling;
39 [NotEnumerable] attribute EventHandler onabort;
40 [NotEnumerable] attribute EventHandler onblur
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.idl 29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute double? altitude;
32 readonly attribute double accuracy;
33 readonly attribute double? altitudeAccuracy;
34 readonly attribute double? heading;
35 readonly attribute double? speed;
  /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 unsigned long long timestamp;
32 readonly attribute float[] axes;
33 readonly attribute float[] buttons;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.idl 31 readonly attribute TextTrack track;
33 attribute DOMString id;
34 [SetterRaisesException] attribute double startTime;
35 [SetterRaisesException] attribute double endTime;
36 attribute boolean pauseOnExit;
38 [SetterRaisesException] attribute DOMString vertical;
39 attribute boolean snapToLines;
40 [SetterRaisesException] attribute long line;
41 [SetterRaisesException] attribute long position;
42 [SetterRaisesException] attribute long size
    [all...]
TextTrackRegion.idl 32 readonly attribute TextTrack track;
34 attribute DOMString id;
35 [SetterRaisesException] attribute double width;
36 [SetterRaisesException] attribute long height;
37 [SetterRaisesException] attribute double regionAnchorX;
38 [SetterRaisesException] attribute double regionAnchorY;
39 [SetterRaisesException] attribute double viewportAnchorX;
40 [SetterRaisesException] attribute double viewportAnchorY;
41 [SetterRaisesException] attribute DOMString scroll;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Navigator.idl 21 readonly attribute DOMString appCodeName;
22 readonly attribute DOMString appName;
23 readonly attribute DOMString appVersion;
24 readonly attribute DOMString language;
25 readonly attribute DOMString userAgent;
26 readonly attribute DOMString platform;
27 readonly attribute PluginArray plugins;
28 readonly attribute MimeTypeArray mimeTypes;
29 readonly attribute DOMString product;
30 readonly attribute DOMString productSub
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMError.idl 31 readonly attribute DOMString name;
32 readonly attribute DOMString message;

Completed in 203 milliseconds

12 3 4 5 6 7 8 91011>>