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

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/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.9.5/WebCore-7537.78.1/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;
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/data/
H A Dslapd.at.conf0 attribute photo bin
2 attribute personalsignature bin
3 attribute jpegphoto bin
4 attribute audio bin
5 attribute labeledurl ces
6 attribute userpassword ces
7 attribute telephonenumber tel
8 attribute facsimiletelephonenumber fax tel
9 attribute pagertelephonenumber pager tel
10 attribute homephon
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DWorkerContextIndexedDatabase.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.9.5/WebCore-7537.78.1/html/
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 DHTMLOListElement.idl21 [Reflect] attribute boolean compact;
22 attribute long start;
23 [Reflect] attribute boolean reversed;
24 [Reflect] attribute DOMString type;
H A DHTMLMeterElement.idl23 [SetterRaisesException] attribute double value;
24 [SetterRaisesException] attribute double min;
25 [SetterRaisesException] attribute double max;
26 [SetterRaisesException] attribute double low;
27 [SetterRaisesException] attribute double high;
28 [SetterRaisesException] attribute double optimum;
29 readonly attribute NodeList labels;
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 DHTMLStyleElement.idl22 attribute boolean disabled;
23 [Conditional=STYLE_SCOPED] attribute boolean scoped;
24 [Reflect] attribute DOMString media;
25 [Reflect] attribute DOMString type;
28 readonly attribute StyleSheet sheet;
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...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPathSegCurvetoCubicSmoothAbs.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float x2;
33 [StrictTypeChecking] attribute float y2;
H A DSVGPathSegCurvetoCubicSmoothRel.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float x2;
33 [StrictTypeChecking] attribute float y2;
H A DSVGPathSegCurvetoQuadraticAbs.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float x1;
33 [StrictTypeChecking] attribute float y1;
H A DSVGPathSegCurvetoQuadraticRel.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float x1;
33 [StrictTypeChecking] attribute float y1;
H A DSVGRect.idl26 [StrictTypeChecking] attribute float x;
27 [StrictTypeChecking] attribute float y;
28 [StrictTypeChecking] attribute float width;
29 [StrictTypeChecking] attribute float height;
H A DSVGPathSegArcAbs.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float r1;
33 [StrictTypeChecking] attribute float r2;
34 [StrictTypeChecking] attribute float angle;
35 [StrictTypeChecking] attribute boolean largeArcFlag;
36 [StrictTypeChecking] attribute boolean sweepFlag;
H A DSVGPathSegArcRel.idl30 [StrictTypeChecking] attribute float x;
31 [StrictTypeChecking] attribute float y;
32 [StrictTypeChecking] attribute float r1;
33 [StrictTypeChecking] attribute float r2;
34 [StrictTypeChecking] attribute float angle;
35 [StrictTypeChecking] attribute boolean largeArcFlag;
36 [StrictTypeChecking] attribute boolean sweepFlag;
/macosx-10.9.5/swig-10/Lib/octave/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.9.5/swig-10/Lib/python/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dattribute.i1 %include <typemaps/attribute.swg>
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DCoordinates.idl31 readonly attribute double latitude;
32 readonly attribute double longitude;
33 readonly attribute double? altitude;
34 readonly attribute double accuracy;
35 readonly attribute double? altitudeAccuracy;
36 readonly attribute double? heading;
37 readonly attribute double? speed;
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackRegion.idl31 readonly attribute TextTrack track;
33 attribute DOMString id;
34 [SetterRaisesException] attribute double width;
35 [SetterRaisesException] attribute long height;
36 [SetterRaisesException] attribute double regionAnchorX;
37 [SetterRaisesException] attribute double regionAnchorY;
38 [SetterRaisesException] attribute double viewportAnchorX;
39 [SetterRaisesException] attribute double viewportAnchorY;
40 [SetterRaisesException] attribute DOMString scroll;

Completed in 143 milliseconds

1234567891011>>