HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 226 - 250 of 2978) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/
SVGPathSegLinetoHorizontalRel.idl 30 attribute [StrictTypeChecking] float x;
SVGPathSegLinetoVerticalAbs.idl 30 attribute [StrictTypeChecking] float y;
SVGPathSegLinetoVerticalRel.idl 30 attribute [StrictTypeChecking] float y;
SVGAltGlyphElement.idl 29 attribute DOMString glyphRef
31 attribute DOMString format
SVGCursorElement.idl 32 readonly attribute SVGAnimatedLength x;
33 readonly attribute SVGAnimatedLength y;
SVGPoint.idl 26 attribute [StrictTypeChecking] float x;
27 attribute [StrictTypeChecking] float y;
SVGPolygonElement.idl 34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
SVGPolylineElement.idl 34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
SVGStylable.idl 31 readonly attribute SVGAnimatedString className;
32 readonly attribute CSSStyleDeclaration style;
SVGFETurbulenceElement.idl 43 readonly attribute SVGAnimatedNumber baseFrequencyX;
44 readonly attribute SVGAnimatedNumber baseFrequencyY;
45 readonly attribute SVGAnimatedInteger numOctaves;
46 readonly attribute SVGAnimatedNumber seed;
47 readonly attribute SVGAnimatedEnumeration stitchTiles;
48 readonly attribute SVGAnimatedEnumeration type;
SVGSVGElement.idl 36 readonly attribute SVGAnimatedLength x;
37 readonly attribute SVGAnimatedLength y;
38 readonly attribute SVGAnimatedLength width;
39 readonly attribute SVGAnimatedLength height;
40 attribute DOMString contentScriptType
42 attribute DOMString contentStyleType
44 readonly attribute SVGRect viewport;
45 readonly attribute float pixelUnitToMillimeterX;
46 readonly attribute float pixelUnitToMillimeterY;
47 readonly attribute float screenPixelToMillimeterX
    [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl 31 attribute [JSCCustomSetter] AudioBuffer buffer;
33 readonly attribute AudioGain gain;
34 readonly attribute AudioParam playbackRate;
35 attribute boolean looping; // FIXME: change name to 'loop' once samples are updated
AudioDestinationNode.idl 30 readonly attribute long numberOfChannels;
JavaScriptAudioNode.idl 36 attribute EventListener onaudioprocess;
38 readonly attribute long bufferSize;
  /libcore/luni/src/main/java/java/text/
Annotation.java 21 * Wrapper for a text attribute value which represents an annotation. An
26 * <li>it can not be joined with adjacent annotations even if the text attribute
30 * By wrapping text attribute values into an {@code Annotation}, these aspects
44 * @param attribute the attribute attached to this annotation. This may be
47 public Annotation(Object attribute) {
48 value = attribute;
  /external/webkit/Source/WebCore/css/
MediaQueryList.idl 22 readonly attribute DOMString media;
23 readonly attribute boolean matches;
  /external/webkit/Source/WebCore/dom/
DataTransferItem.idl 36 readonly attribute DOMString kind;
37 readonly attribute DOMString type;
  /external/webkit/Source/WebCore/page/
PositionError.idl 29 readonly attribute unsigned short code;
30 readonly attribute DOMString message;
  /external/webkit/Source/WebCore/storage/
IDBRequest.idl 35 readonly attribute IDBAny result
37 readonly attribute unsigned short errorCode
39 readonly attribute [ConvertNullStringTo=Undefined] DOMString webkitErrorMessage
41 readonly attribute IDBAny source;
42 readonly attribute IDBTransaction transaction;
47 readonly attribute unsigned short readyState;
50 attribute EventListener onsuccess;
51 attribute EventListener onerror;
  /external/webkit/Source/WebCore/workers/
SharedWorkerContext.idl 42 readonly attribute DOMString name;
43 attribute EventListener onconnect;
  /external/clang/utils/analyzer/
ubiviz 33 for attribute in data[2:]:
34 G.set_vertex_attribute(vertex, attribute[0], attribute[1])
39 for attribute in data[3:]:
40 G.set_edge_attribute(edge, attribute[0], attribute[1])
45 for attribute in data[3:]:
46 G.set_vertex_style_attribute(style_id, attribute[0], attribute[1])
49 for attribute in data[2:]
    [all...]
  /external/webkit/Source/WebCore/notifications/
Notification.idl 41 attribute EventListener ondisplay;
42 attribute EventListener onerror;
43 attribute EventListener onclose;
44 attribute EventListener onclick;
46 attribute DOMString dir;
47 attribute DOMString replaceId;
  /external/libsepol/tests/policies/test-linker/
module1.conf 7 attribute g_b_attr_3;
8 attribute g_b_attr_5;
9 attribute o4_b_attr_1;
16 attribute g_m1_attr_1;
37 attribute g_m1_attr_2;
50 attribute g_m1_attr_3;
54 attribute g_m1_attr_4;
70 attribute g_b_attr_4;
71 attribute o1_b_attr_2;
77 attribute o1_m1_attr_1
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocket.idl 43 readonly attribute DOMString URL;
49 readonly attribute unsigned short readyState;
51 readonly attribute unsigned long bufferedAmount;
54 attribute EventListener onopen;
55 attribute EventListener onmessage;
56 attribute EventListener onerror;
57 attribute EventListener onclose;
  /external/webkit/Source/WebCore/xml/
XPathResult.idl 34 readonly attribute unsigned short resultType;
35 readonly attribute double numberValue
38 readonly attribute DOMString stringValue
41 readonly attribute boolean booleanValue
44 readonly attribute Node singleNodeValue
47 readonly attribute boolean invalidIteratorState;
48 readonly attribute unsigned long snapshotLength

Completed in 3095 milliseconds

1 2 3 4 5 6 7 8 91011>>