HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 226 - 250 of 2398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.idl 24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString alt;
26 [Reflect] attribute DOMString archive;
27 [Reflect] attribute DOMString code;
28 [Reflect, URL] attribute DOMString codeBase;
29 [Reflect] attribute DOMString height;
30 [Reflect] attribute unsigned long hspace;
31 [Reflect] attribute DOMString name;
32 [Reflect, URL] attribute DOMString _object; // "object" is a reserved word
33 [Reflect] attribute unsigned long vspace
    [all...]
HTMLFormElement.idl 24 [Reflect=accept_charset] attribute DOMString acceptCharset;
25 [Reflect, URL] attribute DOMString action;
26 [Reflect, ReflectOnly=("on","off"), ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete;
27 [CustomElementCallbacks] attribute DOMString enctype;
28 [CustomElementCallbacks] attribute DOMString encoding;
29 [CustomElementCallbacks] attribute DOMString method;
30 [Reflect] attribute DOMString name;
31 [Reflect] attribute boolean noValidate;
32 [Reflect] attribute DOMString target;
34 readonly attribute HTMLCollection elements
    [all...]
HTMLModElement.idl 21 [Reflect, URL] attribute DOMString cite;
22 [Reflect] attribute DOMString dateTime;
HTMLOptionElement.idl 29 [Reflect] attribute boolean disabled;
30 readonly attribute HTMLFormElement form;
31 attribute DOMString label;
32 [Reflect=selected] attribute boolean defaultSelected;
33 attribute boolean selected;
34 attribute DOMString value;
36 [RaisesException=Setter] attribute DOMString text;
37 readonly attribute long index;
HTMLTableRowElement.idl 22 readonly attribute long rowIndex;
23 readonly attribute long sectionRowIndex;
24 readonly attribute HTMLCollection cells;
25 [Reflect] attribute DOMString align;
26 [Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
27 [Reflect=char] attribute DOMString ch;
28 [Reflect=charoff] attribute DOMString chOff;
29 [Reflect] attribute DOMString vAlign;
HTMLTrackElement.idl 27 attribute DOMString kind;
28 [Reflect, URL] attribute DOMString src;
29 [Reflect] attribute DOMString srclang;
30 [Reflect] attribute DOMString label;
31 [Reflect] attribute boolean default;
38 readonly attribute unsigned short readyState;
40 readonly attribute TextTrack track;
42 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl 40 [CallWith=ExecutionContext, MeasureAs=NotificationPermission] static readonly attribute DOMString permission;
45 attribute EventHandler onclick;
46 attribute EventHandler onshow;
47 attribute EventHandler onerror;
48 attribute EventHandler onclose;
50 readonly attribute DOMString title;
51 readonly attribute DOMString dir;
52 readonly attribute DOMString lang;
53 readonly attribute DOMString body;
54 readonly attribute DOMString tag
    [all...]
  /cts/suite/cts/deviceTests/opengl/assets/vertex/
basic 15 attribute vec4 a_Position;
16 attribute vec2 a_TexCoordinate;
blur 15 attribute vec4 a_Position;
16 attribute vec2 a_TexCoordinate;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestException.idl 32 readonly attribute unsigned short readonlyUnsignedShortAttribute;
33 readonly attribute DOMString readonlyStringAttribute;
TestImplements.idl 32 static readonly attribute long implementsStaticReadOnlyLongAttribute;
33 static attribute DOMString implementsStaticStringAttribute;
34 readonly attribute DOMString implementsReadonlyStringAttribute;
35 attribute DOMString implementsStringAttribute;
36 attribute Node implementsNodeAttribute;
37 attribute EventHandler implementsEventHandlerAttribute;
47 [RuntimeEnabled=ImplementsFeatureName] attribute Node implementsRuntimeEnabledNodeAttribute;
48 [PerContextEnabled=ImplementsContextName] attribute Node implementsPerContextEnabledNodeAttribute;
TestImplements2.idl 36 static attribute DOMString implements2StaticStringAttribute;
37 attribute DOMString implements2StringAttribute;
TestPartialInterface2.idl 37 attribute long partial2LongAttribute;
38 static attribute long partial2StaticLongAttribute;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNode.idl 29 [PerWorldBindings] readonly attribute Element previousElementSibling;
30 [PerWorldBindings] readonly attribute Element nextElementSibling;
MessageChannel.idl 32 readonly attribute MessagePort port1;
33 readonly attribute MessagePort port2;
  /external/chromium_org/third_party/WebKit/Source/core/events/
WebKitAnimationEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString animationName;
30 [InitializedByEventConstructor] readonly attribute double elapsedTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.idl 38 [RuntimeEnabled=WebVTTRegions] attribute DOMString regionId;
39 attribute DirectionSetting vertical;
40 attribute boolean snapToLines;
41 [RaisesException=Setter] attribute long line;
42 [RaisesException=Setter] attribute long position;
43 [RaisesException=Setter] attribute long size;
44 attribute AlignSetting align;
45 attribute DOMString text;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.idl 29 [RaisesException=Setter] attribute DOMString glyphRef;
30 [RaisesException=Setter] attribute DOMString format;
SVGAnimatedAngle.idl 30 readonly attribute SVGAngle baseVal;
31 readonly attribute SVGAngle animVal;
SVGAnimatedBoolean.idl 31 [RaisesException=Setter] attribute boolean baseVal;
32 readonly attribute boolean animVal;
SVGAnimatedInteger.idl 31 [RaisesException=Setter] attribute long baseVal;
32 readonly attribute long animVal;
SVGAnimatedLength.idl 30 readonly attribute SVGLength baseVal;
31 readonly attribute SVGLength animVal;
SVGAnimatedLengthList.idl 30 readonly attribute SVGLengthList baseVal;
31 readonly attribute SVGLengthList animVal;
SVGAnimatedNumber.idl 32 [RaisesException=Setter] attribute float baseVal;
33 readonly attribute float animVal;
SVGAnimatedNumberList.idl 30 readonly attribute SVGNumberList baseVal;
31 readonly attribute SVGNumberList animVal;

Completed in 1987 milliseconds

1 2 3 4 5 6 7 8 91011>>