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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/
HTMLParamElement.idl 23 attribute [Reflect] DOMString name;
24 attribute [Reflect] DOMString type;
25 attribute [Reflect] DOMString value;
26 attribute [Reflect] DOMString valueType;
HTMLStyleElement.idl 24 attribute boolean disabled;
25 attribute [Reflect] DOMString media;
26 attribute [Reflect] DOMString type;
29 readonly attribute StyleSheet sheet;
HTMLDataGridRowElement.idl 31 attribute boolean selected; // Whether or not the row is currently selected.
32 attribute boolean focused; // Whether or not the row is the current object in the tree for keyboard navigation (or as the principal item of a multiple selection).
34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
HTMLFontElement.idl 23 attribute [Reflect] DOMString color;
24 attribute [Reflect] DOMString face;
25 attribute [Reflect] DOMString size;
HTMLLegendElement.idl 24 readonly attribute HTMLFormElement form;
25 attribute [Reflect] DOMString accessKey;
26 attribute [Reflect] DOMString align;
HTMLOListElement.idl 23 attribute [Reflect] boolean compact;
24 attribute long start;
25 attribute [Reflect] DOMString type;
HTMLTextAreaElement.idl 24 attribute [ConvertNullToNullString] DOMString defaultValue;
25 readonly attribute HTMLFormElement form;
26 readonly attribute ValidityState validity;
27 attribute [Reflect] DOMString accessKey;
28 attribute long cols;
29 attribute [Reflect] boolean disabled;
30 attribute [Reflect] boolean autofocus;
31 attribute long maxLength setter raises(DOMException);
32 attribute [ConvertNullToNullString] DOMString name;
33 attribute [Reflect] DOMString placeholder
    [all...]
HTMLAnchorElement.idl 24 attribute [Reflect] DOMString accessKey;
25 attribute [Reflect] DOMString charset;
26 attribute [Reflect] DOMString coords;
27 attribute [Reflect, URL] DOMString href;
28 attribute [Reflect] DOMString hreflang;
29 attribute [Reflect] DOMString name;
30 attribute [Reflect] DOMString ping;
31 attribute [Reflect] DOMString rel;
32 attribute [Reflect] DOMString rev;
33 attribute [Reflect] DOMString shape
    [all...]
HTMLBodyElement.idl 24 attribute [Reflect] DOMString aLink;
25 attribute [Reflect] DOMString background;
26 attribute [Reflect] DOMString bgColor;
27 attribute [Reflect] DOMString link;
28 attribute [Reflect] DOMString text;
29 attribute [Reflect] DOMString vLink;
33 attribute [DontEnum, WindowEventListener] EventListener onbeforeunload;
34 attribute [DontEnum, WindowEventListener] EventListener onhashchange;
35 attribute [DontEnum, WindowEventListener] EventListener onmessage;
36 attribute [DontEnum, WindowEventListener] EventListener onoffline
    [all...]
HTMLProgressElement.idl 24 attribute double value
26 attribute double max
28 readonly attribute double position;
29 readonly attribute HTMLFormElement form;
30 readonly attribute NodeList labels;
HTMLTrackElement.idl 28 attribute [Reflect, URL] DOMString src;
29 attribute DOMString kind;
30 attribute DOMString srclang;
31 attribute DOMString label;
32 attribute [Reflect=default] boolean isDefault;
34 // readonly attribute TextTrack track;
  /external/webkit/Source/WebCore/plugins/
DOMMimeType.idl 24 readonly attribute DOMString type;
25 readonly attribute DOMString suffixes;
26 readonly attribute DOMString description;
27 readonly attribute DOMPlugin enabledPlugin;
  /external/webkit/Source/WebCore/svg/
SVGPathSegCurvetoCubicSmoothAbs.idl 30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x2;
33 attribute [StrictTypeChecking] float y2;
SVGPathSegCurvetoCubicSmoothRel.idl 30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x2;
33 attribute [StrictTypeChecking] float y2;
SVGPathSegCurvetoQuadraticAbs.idl 30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x1;
33 attribute [StrictTypeChecking] float y1;
SVGPathSegCurvetoQuadraticRel.idl 30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x1;
33 attribute [StrictTypeChecking] float y1;
SVGRect.idl 26 attribute [StrictTypeChecking] float x;
27 attribute [StrictTypeChecking] float y;
28 attribute [StrictTypeChecking] float width;
29 attribute [StrictTypeChecking] float height;
SVGElementInstance.idl 38 readonly attribute SVGElement correspondingElement;
39 readonly attribute SVGUseElement correspondingUseElement;
40 readonly attribute SVGElementInstance parentNode;
41 readonly attribute SVGElementInstanceList childNodes;
42 readonly attribute SVGElementInstance firstChild;
43 readonly attribute SVGElementInstance lastChild;
44 readonly attribute SVGElementInstance previousSibling;
45 readonly attribute SVGElementInstance nextSibling;
49 attribute [DontEnum] EventListener onabort;
50 attribute [DontEnum] EventListener onblur
    [all...]
SVGFEDiffuseLightingElement.idl 30 readonly attribute SVGAnimatedString in1;
31 readonly attribute SVGAnimatedNumber surfaceScale;
32 readonly attribute SVGAnimatedNumber diffuseConstant;
33 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
34 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFilterPrimitiveStandardAttributes.idl 30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
34 readonly attribute SVGAnimatedString result;
  /external/webkit/Source/WebCore/css/
Counter.idl 24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
  /external/webkit/Source/WebCore/html/canvas/
WebGLActiveInfo.idl 31 readonly attribute int size;
32 readonly attribute unsigned int type;
33 readonly attribute DOMString name;
  /external/webkit/Source/WebCore/page/
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...]
DOMWindow.idl 47 attribute [Replaceable] Screen screen;
48 readonly attribute [DoNotCheckDomainSecurity, JSCCustomGetter] History history;
49 attribute [Replaceable] BarInfo locationbar;
50 attribute [Replaceable] BarInfo menubar;
51 attribute [Replaceable] BarInfo personalbar;
52 attribute [Replaceable] BarInfo scrollbars;
53 attribute [Replaceable] BarInfo statusbar;
54 attribute [Replaceable] BarInfo toolbar;
55 attribute [Replaceable] Navigator navigator;
56 attribute [Replaceable] Navigator clientInformation
    [all...]
WorkerNavigator.idl 36 readonly attribute DOMString appName;
37 readonly attribute DOMString appVersion;
38 readonly attribute DOMString platform;
39 readonly attribute DOMString userAgent;
41 readonly attribute boolean onLine;

Completed in 463 milliseconds

12 3 4 5 6 7 8 91011>>