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

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/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;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DWorkerGlobalScopeIndexedDatabase.idl30 [ImplementedAs=indexedDB] readonly attribute IDBFactory webkitIndexedDB;
32 attribute IDBCursorConstructor webkitIDBCursor;
33 attribute IDBDatabaseConstructor webkitIDBDatabase;
34 attribute IDBFactoryConstructor webkitIDBFactory;
35 attribute IDBIndexConstructor webkitIDBIndex;
36 attribute IDBKeyRangeConstructor webkitIDBKeyRange;
37 attribute IDBObjectStoreConstructor webkitIDBObjectStore;
38 attribute IDBRequestConstructor webkitIDBRequest;
39 attribute IDBTransactionConstructor webkitIDBTransaction;
41 readonly attribute IDBFactor
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOListElement.idl21 [Reflect] attribute boolean compact;
22 attribute long start;
23 [Reflect] attribute boolean reversed;
24 [Reflect] attribute DOMString type;
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.idl27 readonly attribute boolean valueMissing;
28 readonly attribute boolean typeMismatch;
29 readonly attribute boolean patternMismatch;
30 readonly attribute boolean tooLong;
31 readonly attribute boolean rangeUnderflow;
32 readonly attribute boolean rangeOverflow;
33 readonly attribute boolean stepMismatch;
34 readonly attribute boolean badInput;
35 readonly attribute boolean customError;
36 readonly attribute boolea
[all...]
H A DHTMLTableCellElement.idl22 readonly attribute long cellIndex;
23 [Reflect] attribute DOMString abbr;
24 [Reflect] attribute DOMString align;
25 [Reflect] attribute DOMString axis;
26 [Reflect] attribute DOMString bgColor;
27 [Reflect=char] attribute DOMString ch;
28 [Reflect=charoff] attribute DOMString chOff;
29 attribute long colSpan;
30 [Reflect] attribute DOMString headers;
31 [Reflect] attribute DOMStrin
[all...]
H A DHTMLImageElement.idl24 [Reflect] attribute DOMString name;
25 [Reflect] attribute DOMString align;
26 [Reflect] attribute DOMString alt;
27 [Reflect] attribute DOMString border;
28 [Reflect] attribute DOMString crossOrigin;
29 attribute long height;
30 [Reflect] attribute long hspace;
31 [Reflect] attribute boolean isMap;
32 [Reflect, URL] attribute DOMString longDesc;
33 [Reflect, URL] attribute DOMStrin
[all...]
H A DHTMLTableColElement.idl22 [Reflect] attribute DOMString align;
23 [Reflect=char] attribute DOMString ch;
24 [Reflect=charoff] attribute DOMString chOff;
25 attribute long span;
26 [Reflect] attribute DOMString vAlign;
27 [Reflect] attribute DOMString width;
H A DHTMLAppletElement.idl26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString alt;
28 [Reflect] attribute DOMString archive;
29 [Reflect] attribute DOMString code;
30 [Reflect] attribute DOMString codeBase;
31 [Reflect] attribute DOMString height;
33 [Reflect] attribute DOMString hspace;
35 [Reflect] attribute long hspace;
37 [Reflect] attribute DOMString name;
38 [Reflect] attribute DOMStrin
[all...]
H A DHTMLFrameElement.idl23 [Reflect] attribute DOMString frameBorder;
24 [Reflect] attribute DOMString longDesc;
25 [Reflect] attribute DOMString marginHeight;
26 [Reflect] attribute DOMString marginWidth;
27 [Reflect] attribute DOMString name;
28 [Reflect] attribute boolean noResize;
29 [Reflect] attribute DOMString scrolling;
30 [Reflect, URL] attribute DOMString src;
33 [CheckSecurityForNode] readonly attribute Document contentDocument;
36 readonly attribute DOMWindo
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGStyleElement.idl28 attribute boolean disabled;
29 [SetterRaisesException] attribute DOMString type;
30 [SetterRaisesException] attribute DOMString media;
31 [SetterRaisesException] attribute DOMString title;
H A DSVGPathSegArcAbs.idl28 [StrictTypeChecking] attribute unrestricted float x;
29 [StrictTypeChecking] attribute unrestricted float y;
30 [StrictTypeChecking] attribute unrestricted float r1;
31 [StrictTypeChecking] attribute unrestricted float r2;
32 [StrictTypeChecking] attribute unrestricted float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
H A DSVGPathSegArcRel.idl28 [StrictTypeChecking] attribute unrestricted float x;
29 [StrictTypeChecking] attribute unrestricted float y;
30 [StrictTypeChecking] attribute unrestricted float r1;
31 [StrictTypeChecking] attribute unrestricted float r2;
32 [StrictTypeChecking] attribute unrestricted float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
H A DSVGPathSegCurvetoCubicAbs.idl28 [StrictTypeChecking] attribute unrestricted float x;
29 [StrictTypeChecking] attribute unrestricted float y;
30 [StrictTypeChecking] attribute unrestricted float x1;
31 [StrictTypeChecking] attribute unrestricted float y1;
32 [StrictTypeChecking] attribute unrestricted float x2;
33 [StrictTypeChecking] attribute unrestricted float y2;
H A DSVGPathSegCurvetoCubicRel.idl28 [StrictTypeChecking] attribute unrestricted float x;
29 [StrictTypeChecking] attribute unrestricted float y;
30 [StrictTypeChecking] attribute unrestricted float x1;
31 [StrictTypeChecking] attribute unrestricted float y1;
32 [StrictTypeChecking] attribute unrestricted float x2;
33 [StrictTypeChecking] attribute unrestricted float y2;
H A DSVGRadialGradientElement.idl27 readonly attribute SVGAnimatedLength cx;
28 readonly attribute SVGAnimatedLength cy;
29 readonly attribute SVGAnimatedLength r;
30 readonly attribute SVGAnimatedLength fx;
31 readonly attribute SVGAnimatedLength fy;
32 readonly attribute SVGAnimatedLength fr;
H A DSVGRectElement.idl28 readonly attribute SVGAnimatedLength x;
29 readonly attribute SVGAnimatedLength y;
30 readonly attribute SVGAnimatedLength width;
31 readonly attribute SVGAnimatedLength height;
32 readonly attribute SVGAnimatedLength rx;
33 readonly attribute SVGAnimatedLength ry;
H A DSVGElementInstance.idl39 readonly attribute SVGElement correspondingElement;
40 readonly attribute SVGUseElement correspondingUseElement;
41 readonly attribute SVGElementInstance parentNode;
42 readonly attribute SVGElementInstanceList childNodes;
43 readonly attribute SVGElementInstance firstChild;
44 readonly attribute SVGElementInstance lastChild;
45 readonly attribute SVGElementInstance previousSibling;
46 readonly attribute SVGElementInstance nextSibling;
50 [NotEnumerable] attribute EventListener onabort;
51 [NotEnumerable] attribute EventListene
[all...]
/macosx-10.10/WebCore-7600.1.25/testing/
H A DTypeConversions.idl30 attribute long testLong;
31 [EnforceRange] attribute long testEnforceRangeLong;
32 attribute unsigned long testUnsignedLong;
33 [EnforceRange] attribute unsigned long testEnforceRangeUnsignedLong;
35 attribute long long testLongLong;
36 [EnforceRange] attribute long long testEnforceRangeLongLong;
37 attribute unsigned long long testUnsignedLongLong;
38 [EnforceRange] attribute unsigned long long testEnforceRangeUnsignedLongLong;
40 attribute byte testByte;
41 [EnforceRange] attribute byt
[all...]
/macosx-10.10/swig-12/Lib/octave/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.10/swig-12/Lib/perl5/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.10/swig-12/Lib/python/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.10/swig-12/Lib/ruby/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.10/swig-12/Lib/tcl/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.10/WebCore-7600.1.25/dom/
H A DClientRect.idl30 readonly attribute unrestricted float top;
31 readonly attribute unrestricted float right;
32 readonly attribute unrestricted float bottom;
33 readonly attribute unrestricted float left;
34 readonly attribute unrestricted float width;
35 readonly attribute unrestricted float height;

Completed in 217 milliseconds

1234567891011>>