HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 1 - 25 of 3028) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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;
28 attribute node_type;
31 attribute netif_type
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLContextAttributes.idl 32 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/
SVGPathSegArcAbs.idl 30 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;
SVGPathSegArcRel.idl 30 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;
SVGPathSegCurvetoCubicAbs.idl 30 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;
SVGPathSegCurvetoCubicRel.idl 30 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;
SVGFESpotLightElement.idl 29 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/
HTMLDataGridCellElement.idl 31 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.
HTMLDataGridColElement.idl 31 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)
HTMLDataGridElement.idl 31 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.
HTMLImageElement.idl 26 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 [Reflect] DOMString useMap
    [all...]
HTMLTableCellElement.idl 24 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 [Reflect] DOMString height
    [all...]
ValidityState.idl 26 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;
HTMLTableColElement.idl 24 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;
HTMLPreElement.idl 26 attribute [Reflect] long width;
29 attribute [Reflect] boolean wrap;
HTMLScriptElement.idl 23 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;
HTMLAreaElement.idl 24 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 DOMString host
    [all...]
HTMLButtonElement.idl 24 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 [Reflect] boolean autofocus
    [all...]
HTMLHRElement.idl 23 attribute [Reflect] DOMString align;
24 attribute [Reflect] boolean noShade;
25 attribute [Reflect] DOMString size;
26 attribute [Reflect] DOMString width;
  /external/webkit/Source/WebCore/dom/
ClientRect.idl 30 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;
Touch.idl 31 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/
AudioParam.idl 33 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/
Screen.idl 33 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/
attribute-01.glsl 1 /* FAIL - attribute cannot have type int */
2 attribute int i;
  /external/webkit/Source/WebCore/css/
Rect.idl 23 readonly attribute CSSPrimitiveValue top;
24 readonly attribute CSSPrimitiveValue right;
25 readonly attribute CSSPrimitiveValue bottom;
26 readonly attribute CSSPrimitiveValue left;

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>