HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 2365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.idl 30 attribute boolean alpha;
31 attribute boolean depth;
32 attribute boolean stencil;
33 attribute boolean antialias;
34 attribute boolean premultipliedAlpha;
35 attribute boolean preserveDrawingBuffer;
36 attribute boolean failIfMajorPerformanceCaveat;
WebGLShaderPrecisionFormat.idl 28 readonly attribute long rangeMin;
29 readonly attribute long rangeMax;
30 readonly attribute long precision;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.idl 25 attribute double value;
26 attribute double min;
27 attribute double max;
28 attribute double low;
29 attribute double high;
30 attribute double optimum;
31 readonly attribute NodeList labels;
HTMLOListElement.idl 21 [Reflect] attribute boolean compact;
22 attribute long start;
23 [Reflect] attribute boolean reversed;
24 [Reflect] attribute DOMString type;
HTMLProgressElement.idl 25 attribute double value;
26 attribute double max;
27 readonly attribute double position;
28 readonly attribute NodeList labels;
HTMLStyleElement.idl 22 attribute boolean disabled;
23 [Reflect] attribute DOMString media;
24 [Reflect] attribute DOMString type;
27 readonly attribute StyleSheet sheet;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegArcAbs.idl 30 attribute float x;
31 attribute float y;
32 attribute float r1;
33 attribute float r2;
34 attribute float angle;
35 attribute boolean largeArcFlag;
36 attribute boolean sweepFlag;
SVGPathSegArcRel.idl 30 attribute float x;
31 attribute float y;
32 attribute float r1;
33 attribute float r2;
34 attribute float angle;
35 attribute boolean largeArcFlag;
36 attribute boolean sweepFlag;
SVGPathSegCurvetoCubicAbs.idl 30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
34 attribute float x2;
35 attribute float y2;
SVGPathSegCurvetoCubicRel.idl 30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
34 attribute float x2;
35 attribute float y2;
SVGPathSegCurvetoCubicSmoothAbs.idl 30 attribute float x;
31 attribute float y;
32 attribute float x2;
33 attribute float y2;
SVGPathSegCurvetoCubicSmoothRel.idl 30 attribute float x;
31 attribute float y;
32 attribute float x2;
33 attribute float y2;
SVGPathSegCurvetoQuadraticAbs.idl 30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
SVGPathSegCurvetoQuadraticRel.idl 30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
SVGStyleElement.idl 28 attribute boolean disabled;
29 attribute DOMString type;
30 attribute DOMString media;
31 attribute DOMString title;
  /external/sepolicy/
attributes 2 # Attribute declarations
6 attribute dev_type;
9 attribute domain;
12 attribute fs_type;
15 attribute contextmount_type;
19 attribute file_type;
22 attribute exec_type;
25 attribute data_file_type;
28 attribute sysfs_type;
30 # Attribute used for all sdcard
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceResourceTiming.idl 33 readonly attribute DOMString initiatorType;
35 readonly attribute double redirectStart;
36 readonly attribute double redirectEnd;
37 readonly attribute double fetchStart;
38 readonly attribute double domainLookupStart;
39 readonly attribute double domainLookupEnd;
40 readonly attribute double connectStart;
41 readonly attribute double connectEnd;
42 readonly attribute double secureConnectionStart;
43 readonly attribute double requestStart
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.idl 30 readonly attribute float top;
31 readonly attribute float right;
32 readonly attribute float bottom;
33 readonly attribute float left;
34 readonly attribute float width;
35 readonly attribute float height;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
WindowEventHandlers.idl 37 //attribute EventHandler onafterprint;
38 //attribute EventHandler onbeforeprint;
39 attribute EventHandler onbeforeunload;
40 attribute EventHandler onhashchange;
41 attribute EventHandler onlanguagechange;
42 attribute EventHandler onmessage;
43 attribute EventHandler onoffline;
44 attribute EventHandler ononline;
45 attribute EventHandler onpagehide;
46 attribute EventHandler onpageshow
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WorkerGlobalScopeIndexedDatabase.idl 28 [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
30 attribute IDBCursorConstructor webkitIDBCursor;
31 attribute IDBDatabaseConstructor webkitIDBDatabase;
32 attribute IDBFactoryConstructor webkitIDBFactory;
33 attribute IDBIndexConstructor webkitIDBIndex;
34 attribute IDBKeyRangeConstructor webkitIDBKeyRange;
35 attribute IDBObjectStoreConstructor webkitIDBObjectStore;
36 attribute IDBRequestConstructor webkitIDBRequest;
37 attribute IDBTransactionConstructor webkitIDBTransaction;
39 readonly attribute IDBFactory indexedDB
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 33 attribute SpeechGrammarList grammars;
34 attribute DOMString lang;
35 attribute boolean continuous;
36 attribute boolean interimResults;
37 attribute unsigned long maxAlternatives;
43 attribute EventHandler onaudiostart;
44 attribute EventHandler onsoundstart;
45 attribute EventHandler onspeechstart;
46 attribute EventHandler onspeechend;
47 attribute EventHandler onsoundend
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
attribute.i 1 %include <typemaps/attribute.swg>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
attribute.i 1 %include <typemaps/attribute.swg>
  /prebuilts/misc/common/swig/include/2.0.11/python/
attribute.i 1 %include <typemaps/attribute.swg>
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
attribute.i 1 %include <typemaps/attribute.swg>

Completed in 5317 milliseconds

1 2 3 4 5 6 7 8 91011>>