Searched refs:attribute (Results 1 - 25 of 1314) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoCubicAbs.idl30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
34 attribute float x2;
35 attribute float y2;
H A DSVGPathSegCurvetoCubicRel.idl30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
34 attribute float x2;
35 attribute float y2;
H A DSVGPathSegArcAbs.idl30 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;
H A DSVGPathSegArcRel.idl30 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;
H A DSVGPathSegCurvetoCubicSmoothAbs.idl30 attribute float x;
31 attribute float y;
32 attribute float x2;
33 attribute float y2;
H A DSVGPathSegCurvetoCubicSmoothRel.idl30 attribute float x;
31 attribute float y;
32 attribute float x2;
33 attribute float y2;
H A DSVGPathSegCurvetoQuadraticAbs.idl30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
H A DSVGPathSegCurvetoQuadraticRel.idl30 attribute float x;
31 attribute float y;
32 attribute float x1;
33 attribute float y1;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.idl25 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;
H A DHTMLOListElement.idl21 [Reflect] attribute boolean compact;
22 attribute long start;
23 [Reflect] attribute boolean reversed;
24 [Reflect] attribute DOMString type;
H A DHTMLProgressElement.idl25 attribute double value;
26 attribute double max;
27 readonly attribute double position;
28 readonly attribute NodeList labels;
H A DHTMLStyleElement.idl22 attribute boolean disabled;
23 [Reflect] attribute DOMString media;
24 [Reflect] attribute DOMString type;
27 readonly attribute StyleSheet sheet;
H A DValidityState.idl26 readonly attribute boolean valueMissing;
27 readonly attribute boolean typeMismatch;
28 readonly attribute boolean patternMismatch;
29 readonly attribute boolean tooLong;
30 readonly attribute boolean rangeUnderflow;
31 readonly attribute boolean rangeOverflow;
32 readonly attribute boolean stepMismatch;
33 readonly attribute boolean badInput;
34 readonly attribute boolean customError;
35 readonly attribute boolea
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.idl31 attribute boolean alpha;
32 attribute boolean depth;
33 attribute boolean stencil;
34 attribute boolean antialias;
35 attribute boolean premultipliedAlpha;
36 attribute boolean preserveDrawingBuffer;
37 attribute boolean failIfMajorPerformanceCaveat;
/external/sepolicy/
H A Dattributes6 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;
31 attribute sdcard_type;
34 attribute node_typ
[all...]
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceResourceTiming.idl33 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 doubl
[all...]
H A DPerformanceEntry.idl35 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/dom/
H A DClientRect.idl30 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/
H A DWindowEventHandlers.idl37 //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 EventHandle
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognition.idl33 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 EventHandle
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.idl33 readonly attribute DOMString locale;
34 readonly attribute HTMLElement target;
35 readonly attribute unsigned long compositionStartOffset;
36 readonly attribute unsigned long compositionEndOffset;
40 attribute EventHandler oncandidatewindowshow;
41 attribute EventHandler oncandidatewindowupdate;
42 attribute EventHandler oncandidatewindowhide;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.idl33 readonly attribute TextTrack? track;
35 attribute DOMString id;
36 attribute double startTime;
37 attribute double endTime;
38 attribute boolean pauseOnExit;
40 attribute EventHandler onenter;
41 attribute EventHandler onexit;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestEventTarget.idl30 attribute EventHandler onabort;
31 attribute EventHandler onerror;
32 attribute EventHandler onload;
33 attribute EventHandler onloadend;
34 attribute EventHandler onloadstart;
35 attribute EventHandler onprogress;
36 attribute EventHandler ontimeout;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.idl29 readonly attribute DOMString id;
30 readonly attribute unsigned long index;
31 readonly attribute boolean connected;
32 readonly attribute unsigned long long timestamp;
33 readonly attribute DOMString mapping;
34 readonly attribute double[] axes;
35 readonly attribute GamepadButton[] buttons;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DCoordinates.idl30 readonly attribute double latitude;
31 readonly attribute double longitude;
32 readonly attribute double? altitude;
33 readonly attribute double accuracy;
34 readonly attribute double? altitudeAccuracy;
35 readonly attribute double? heading;
36 readonly attribute double? speed;

Completed in 264 milliseconds

1234567891011>>