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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.idl 30 [InitializedByEventConstructor] readonly attribute unsigned long resultIndex;
31 [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results;
33 readonly attribute Document interpretation;
34 readonly attribute Document emma;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.idl 35 attribute EventHandler onmidimessage;
  /external/libsepol/tests/policies/test-deps/
modreq-attr-global.conf 4 attribute attr_req;
  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSMatrix.idl 34 attribute double a; // alias for m11
35 attribute double b; // alias for m12
36 attribute double c; // alias for m21
37 attribute double d; // alias for m22
38 attribute double e; // alias for m41
39 attribute double f; // alias for m42
41 attribute double m11;
42 attribute double m12;
43 attribute double m13;
44 attribute double m14
    [all...]
CSSPageRule.idl 24 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString selectorText;
26 readonly attribute CSSStyleDeclaration style;
CSSStyleRule.idl 24 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString] attribute DOMString selectorText;
26 readonly attribute CSSStyleDeclaration style;
WebKitCSSKeyframeRule.idl 34 attribute DOMString keyText;
35 readonly attribute CSSStyleDeclaration style;
  /external/libsepol/tests/policies/test-expander/
module.conf 7 attribute attr_check_base_2, attr_check_base_3;
8 attribute attr_check_base_optional_2;
27 # Type - attribute mapping test
29 attribute attr_check_mod_1;
30 attribute attr_check_mod_2;
31 attribute attr_check_mod_3;
32 attribute attr_check_mod_4;
33 attribute attr_check_mod_5;
34 attribute attr_check_mod_6;
35 attribute attr_check_mod_7
    [all...]
  /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] attribute DOMString codeBase;
29 [Reflect] attribute DOMString height;
30 [Reflect] attribute DOMString hspace;
31 [Reflect] attribute DOMString name;
32 [Reflect] attribute DOMString _object; // "object" is a reserved word
33 [Reflect] attribute DOMString vspace
    [all...]
HTMLObjectElement.idl 24 readonly attribute HTMLFormElement form;
25 [Reflect] attribute DOMString code;
26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString archive;
28 [Reflect] attribute DOMString border;
29 [Reflect] attribute DOMString codeBase;
30 [Reflect] attribute DOMString codeType;
31 [Reflect, URL] attribute DOMString data;
32 [Reflect] attribute boolean declare;
33 [Reflect] attribute DOMString height
    [all...]
HTMLBaseElement.idl 21 [TreatNullAs=NullString] attribute DOMString href;
22 [Reflect] attribute DOMString target;
HTMLHtmlElement.idl 21 [Reflect] attribute DOMString version;
22 [Reflect, URL] attribute DOMString manifest;
HTMLModElement.idl 21 [Reflect, URL] attribute DOMString cite;
22 [Reflect] attribute DOMString dateTime;
HTMLOptionElement.idl 25 [Reflect] attribute boolean disabled;
26 readonly attribute HTMLFormElement form;
27 attribute DOMString label;
28 [Reflect=selected] attribute boolean defaultSelected;
29 attribute boolean selected;
30 attribute DOMString value;
32 [SetterRaisesException] attribute DOMString text;
33 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] attribute DOMString bgColor;
27 [Reflect=char] attribute DOMString ch;
28 [Reflect=charoff] attribute DOMString chOff;
29 [Reflect] attribute DOMString vAlign;
  /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/
TestEventConstructor.idl 35 readonly attribute DOMString attr1;
36 [InitializedByEventConstructor] readonly attribute DOMString attr2;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DataTransferItem.idl 34 readonly attribute DOMString kind;
35 readonly attribute DOMString type;
MessageChannel.idl 34 readonly attribute MessagePort port1;
35 readonly attribute MessagePort port2;
Notation.idl 21 [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
22 [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
WebKitAnimationEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString animationName;
31 [InitializedByEventConstructor] readonly attribute double elapsedTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl 29 readonly attribute DOMString kind;
30 readonly attribute DOMString label;
31 readonly attribute DOMString language;
33 attribute DOMString mode;
35 readonly attribute TextTrackCueList cues;
36 readonly attribute TextTrackCueList activeCues;
37 attribute EventHandler oncuechange;
42 [Conditional=WEBVTT_REGIONS] readonly attribute TextTrackRegionList regions;
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpeechInputResult.idl 30 readonly attribute DOMString utterance;
31 readonly attribute float confidence;
WebKitPoint.idl 31 attribute float x;
32 attribute float y;

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 91011>>