HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 1970) 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;
WebGLShaderPrecisionFormat.idl 28 readonly attribute long rangeMin;
29 readonly attribute long rangeMax;
30 readonly attribute long precision;
  /external/sepolicy/
attributes 2 # Attribute declarations
6 attribute dev_type;
9 attribute domain;
12 attribute fs_type;
16 attribute file_type;
19 attribute exec_type;
22 attribute data_file_type;
25 attribute sysfs_type;
27 # Attribute used for all sdcards
28 attribute sdcard_type
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.idl 27 readonly attribute long clientX;
28 readonly attribute long clientY;
29 readonly attribute long screenX;
30 readonly attribute long screenY;
31 readonly attribute long pageX;
32 readonly attribute long pageY;
33 readonly attribute EventTarget target;
34 readonly attribute unsigned long identifier;
35 readonly attribute long webkitRadiusX;
36 readonly attribute long webkitRadiusY
    [all...]
ClientRect.idl 29 readonly attribute float top;
30 readonly attribute float right;
31 readonly attribute float bottom;
32 readonly attribute float left;
33 readonly attribute float width;
34 readonly attribute float height;
  /external/chromium_org/third_party/WebKit/Source/core/page/
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...]
BarProp.idl 30 readonly attribute boolean visible;
PerformanceEntry.idl 35 readonly attribute DOMString name;
36 readonly attribute DOMString entryType;
37 readonly attribute double startTime;
38 readonly attribute double duration;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
TypeConversions.idl 28 attribute long testLong;
29 [EnforceRange] attribute long testEnforceRangeLong;
30 attribute unsigned long testUnsignedLong;
31 [EnforceRange] attribute unsigned long testEnforceRangeUnsignedLong;
33 attribute long long testLongLong;
34 [EnforceRange] attribute long long testEnforceRangeLongLong;
35 attribute unsigned long long testUnsignedLongLong;
36 [EnforceRange] attribute unsigned long long testEnforceRangeUnsignedLongLong;
38 attribute byte testByte;
39 [EnforceRange] attribute byte testEnforceRangeByte
    [all...]
GCObservation.idl 35 readonly attribute boolean wasCollected;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegCurvetoCubicAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
32 [StrictTypeChecking] attribute float x2;
33 [StrictTypeChecking] attribute float y2;
SVGPathSegCurvetoCubicRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
32 [StrictTypeChecking] attribute float x2;
33 [StrictTypeChecking] attribute float y2;
SVGNumber.idl 24 [StrictTypeChecking] attribute float value;
SVGPathSegCurvetoCubicSmoothAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x2;
31 [StrictTypeChecking] attribute float y2;
SVGPathSegCurvetoCubicSmoothRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x2;
31 [StrictTypeChecking] attribute float y2;
SVGPathSegCurvetoQuadraticAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
SVGPathSegCurvetoQuadraticRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float x1;
31 [StrictTypeChecking] attribute float y1;
SVGRect.idl 24 [StrictTypeChecking] attribute float x;
25 [StrictTypeChecking] attribute float y;
26 [StrictTypeChecking] attribute float width;
27 [StrictTypeChecking] attribute float height;
SVGStyleElement.idl 28 attribute boolean disabled;
29 attribute DOMString type;
30 attribute DOMString media;
31 attribute DOMString title;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestUpload.idl 32 attribute EventHandler onabort;
33 attribute EventHandler onerror;
34 attribute EventHandler onload;
35 attribute EventHandler onloadend;
36 attribute EventHandler onloadstart;
37 attribute EventHandler onprogress;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WorkerGlobalScopeIndexedDatabase.idl 28 [ImplementedAs=indexedDB,EnabledAtRuntime=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 [EnabledAtRuntime] readonly attribute IDBFactory indexedDB
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOListElement.idl 21 [Reflect] attribute boolean compact;
22 attribute long start;
23 [Reflect] attribute boolean reversed;
24 [Reflect] attribute DOMString type;
HTMLProgressElement.idl 21 [SetterRaisesException] attribute double value;
22 [SetterRaisesException] attribute double max;
23 readonly attribute double position;
24 readonly attribute NodeList labels;
TextMetrics.idl 27 readonly attribute float width;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 32 attribute SpeechGrammarList grammars;
33 attribute DOMString lang;
34 attribute boolean continuous;
35 attribute boolean interimResults;
36 attribute unsigned long maxAlternatives;
42 attribute EventHandler onaudiostart;
43 attribute EventHandler onsoundstart;
44 attribute EventHandler onspeechstart;
45 attribute EventHandler onspeechend;
46 attribute EventHandler onsoundend
    [all...]

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8 91011>>