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

1234567891011>>

/external/sepolicy/
H A Dattributes6 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;
28 attribute node_type;
31 attribute netif_type;
34 attribute port_typ
[all...]
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLContextAttributes.idl32 attribute boolean alpha;
33 attribute boolean depth;
34 attribute boolean stencil;
35 attribute boolean antialias;
36 attribute boolean premultipliedAlpha;
37 attribute boolean preserveDrawingBuffer;
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegArcAbs.idl30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float r1;
33 attribute [StrictTypeChecking] float r2;
34 attribute [StrictTypeChecking] float angle;
35 attribute [StrictTypeChecking] boolean largeArcFlag;
36 attribute [StrictTypeChecking] boolean sweepFlag;
H A DSVGPathSegArcRel.idl30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float r1;
33 attribute [StrictTypeChecking] float r2;
34 attribute [StrictTypeChecking] float angle;
35 attribute [StrictTypeChecking] boolean largeArcFlag;
36 attribute [StrictTypeChecking] boolean sweepFlag;
H A DSVGPathSegCurvetoCubicAbs.idl30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x1;
33 attribute [StrictTypeChecking] float y1;
34 attribute [StrictTypeChecking] float x2;
35 attribute [StrictTypeChecking] float y2;
H A DSVGPathSegCurvetoCubicRel.idl30 attribute [StrictTypeChecking] float x;
31 attribute [StrictTypeChecking] float y;
32 attribute [StrictTypeChecking] float x1;
33 attribute [StrictTypeChecking] float y1;
34 attribute [StrictTypeChecking] float x2;
35 attribute [StrictTypeChecking] float y2;
H A DSVGFESpotLightElement.idl29 readonly attribute SVGAnimatedNumber x;
30 readonly attribute SVGAnimatedNumber y;
31 readonly attribute SVGAnimatedNumber z;
32 readonly attribute SVGAnimatedNumber pointsAtX;
33 readonly attribute SVGAnimatedNumber pointsAtY;
34 readonly attribute SVGAnimatedNumber pointsAtZ;
35 readonly attribute SVGAnimatedNumber specularExponent;
36 readonly attribute SVGAnimatedNumber limitingConeAngle;
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridCellElement.idl31 attribute DOMString label; // The text to display in the column, assuming the type supports text.
33 attribute boolean focused; // Whether or not this cell is currently focused.
35 attribute boolean checked; // The checked state of the column, assuming the type of the column is checkbox.
36 attribute boolean indeterminate; // If the checked state is indeterminate.
38 attribute float progress; // For progress cells, a value from 0-1.0 indicating the state of progress.
H A DHTMLDataGridColElement.idl31 attribute DOMString label; // The text to display in the column.
32 attribute DOMString type; // The type of data displayed in this column.
34 attribute unsigned short sortable; // Whether or not the column can be sorted. Values are none, ascending/descending, and ascending/descending/na
35 attribute unsigned short sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
37 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
H A DHTMLDataGridElement.idl31 attribute [Custom] DataGridDataSource dataSource;
33 readonly attribute DataGridColumnList columns;
35 attribute boolean autofocus; // Whether or not the datagrid should autofocus.
36 attribute boolean disabled; // Whether or not the datagrid can be interacted with.
37 attribute boolean multiple; // Whether or not the datagrid supports multiple selection.
H A DHTMLImageElement.idl26 attribute [Reflect] DOMString name;
27 attribute [Reflect] DOMString align;
28 attribute [Reflect] DOMString alt;
29 attribute [Reflect] DOMString border;
30 attribute long height;
31 attribute [Reflect] long hspace;
32 attribute [Reflect] boolean isMap;
33 attribute [Reflect, URL] DOMString longDesc;
34 attribute [Reflect, URL] DOMString src;
35 attribute [Reflec
[all...]
H A DHTMLTableCellElement.idl24 readonly attribute long cellIndex;
25 attribute [Reflect] DOMString abbr;
26 attribute [Reflect] DOMString align;
27 attribute [Reflect] DOMString axis;
28 attribute [Reflect] DOMString bgColor;
29 attribute [Reflect=char] DOMString ch;
30 attribute [Reflect=charoff] DOMString chOff;
31 attribute long colSpan;
32 attribute [Reflect] DOMString headers;
33 attribute [Reflec
[all...]
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 customError;
34 readonly attribute boolean valid;
H A DHTMLTableColElement.idl24 attribute [Reflect] DOMString align;
25 attribute [Reflect=char] DOMString ch;
26 attribute [Reflect=charoff] DOMString chOff;
27 attribute long span;
28 attribute [Reflect] DOMString vAlign;
29 attribute [Reflect] DOMString width;
H A DHTMLPreElement.idl26 attribute [Reflect] long width;
29 attribute [Reflect] boolean wrap;
H A DHTMLScriptElement.idl23 attribute [ConvertNullToNullString] DOMString text;
24 attribute [Reflect=for] DOMString htmlFor;
25 attribute [Reflect] DOMString event;
26 attribute [Reflect] DOMString charset;
27 attribute boolean async;
28 attribute [Reflect] boolean defer;
29 attribute [Reflect, URL] DOMString src;
30 attribute [Reflect] DOMString type;
H A DHTMLAreaElement.idl24 attribute [Reflect] DOMString accessKey;
25 attribute [Reflect] DOMString alt;
26 attribute [Reflect] DOMString coords;
27 attribute [Reflect, URL] DOMString href;
28 attribute [Reflect] boolean noHref;
29 attribute [Reflect] DOMString ping;
30 attribute [Reflect] DOMString shape;
31 attribute [Reflect] DOMString target;
34 readonly attribute DOMString hash;
35 readonly attribute DOMStrin
[all...]
H A DHTMLButtonElement.idl24 readonly attribute HTMLFormElement form;
26 attribute [Reflect, URL] DOMString formAction;
27 attribute [Reflect] DOMString formEnctype;
28 attribute [Reflect] DOMString formMethod;
29 attribute [Reflect] boolean formNoValidate;
30 attribute [Reflect] DOMString formTarget;
31 readonly attribute ValidityState validity;
33 attribute [Reflect] DOMString accessKey;
34 attribute [Reflect] boolean disabled;
35 attribute [Reflec
[all...]
H A DHTMLHRElement.idl23 attribute [Reflect] DOMString align;
24 attribute [Reflect] boolean noShade;
25 attribute [Reflect] DOMString size;
26 attribute [Reflect] DOMString width;
/external/webkit/Source/WebCore/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;
H A DTouch.idl31 readonly attribute long clientX;
32 readonly attribute long clientY;
33 readonly attribute long screenX;
34 readonly attribute long screenY;
35 readonly attribute long pageX;
36 readonly attribute long pageY;
37 readonly attribute EventTarget target;
38 readonly attribute unsigned long identifier;
/external/webkit/Source/WebCore/webaudio/
H A DAudioParam.idl33 attribute float value;
34 readonly attribute float minValue;
35 readonly attribute float maxValue;
36 readonly attribute float defaultValue;
38 readonly attribute DOMString name;
41 readonly attribute unsigned short units;
/external/webkit/Source/WebCore/page/
H A DScreen.idl33 readonly attribute unsigned long height;
34 readonly attribute unsigned long width;
35 readonly attribute unsigned long colorDepth;
36 readonly attribute unsigned long pixelDepth;
37 readonly attribute long availLeft;
38 readonly attribute long availTop;
39 readonly attribute unsigned long availHeight;
40 readonly attribute unsigned long availWidth;
/external/mesa3d/src/glsl/tests/
H A Dattribute-01.glsl1 /* FAIL - attribute cannot have type int */
2 attribute int i;
/external/webkit/Source/WebCore/css/
H A DRect.idl23 readonly attribute CSSPrimitiveValue top;
24 readonly attribute CSSPrimitiveValue right;
25 readonly attribute CSSPrimitiveValue bottom;
26 readonly attribute CSSPrimitiveValue left;

Completed in 268 milliseconds

1234567891011>>