HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 276 - 300 of 1970) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.idl 34 [Replaceable] readonly attribute WorkerGlobalScope self;
35 [Replaceable] readonly attribute WorkerLocation location;
37 attribute EventHandler onerror;
41 [Replaceable] readonly attribute WorkerNavigator navigator;
44 attribute URLConstructor webkitURL; // FIXME: deprecate this.
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.idl 37 readonly attribute boolean updating;
40 [GetterRaisesException] readonly attribute TimeRanges buffered;
43 [SetterRaisesException] attribute double timestampOffset;
46 [SetterRaisesException] attribute double appendWindowStart;
49 [SetterRaisesException] attribute double appendWindowEnd;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.idl 28 readonly attribute Date timestamp;
29 readonly attribute DOMString id;
30 readonly attribute DOMString type;
34 readonly attribute RTCStatsReport local;
35 readonly attribute RTCStatsReport remote;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IAttributeVisitor.java 9 package com.vladium.jcd.cls.attribute;
20 Object visit (GenericAttribute_info attribute, Object ctx);
22 Object visit (CodeAttribute_info attribute, Object ctx);
23 Object visit (ConstantValueAttribute_info attribute, Object ctx);
24 Object visit (ExceptionsAttribute_info attribute, Object ctx);
25 Object visit (LineNumberTableAttribute_info attribute, Object ctx);
26 Object visit (SourceFileAttribute_info attribute, Object ctx);
27 Object visit (SyntheticAttribute_info attribute, Object ctx);
28 Object visit (BridgeAttribute_info attribute, Object ctx);
29 Object visit (InnerClassesAttribute_info attribute, Object ctx)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MouseEvent.idl 23 [InitializedByEventConstructor] readonly attribute long screenX;
24 [InitializedByEventConstructor] readonly attribute long screenY;
25 [InitializedByEventConstructor] readonly attribute long clientX;
26 [InitializedByEventConstructor] readonly attribute long clientY;
27 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
28 [InitializedByEventConstructor] readonly attribute boolean shiftKey;
29 [InitializedByEventConstructor] readonly attribute boolean altKey;
30 [InitializedByEventConstructor] readonly attribute boolean metaKey;
31 [InitializedByEventConstructor] readonly attribute unsigned short button;
32 [InitializedByEventConstructor] readonly attribute EventTarget relatedTarget
    [all...]
Event.idl 52 readonly attribute DOMString type;
53 readonly attribute EventTarget target;
54 readonly attribute EventTarget currentTarget;
55 readonly attribute unsigned short eventPhase;
56 [InitializedByEventConstructor] readonly attribute boolean bubbles;
57 [InitializedByEventConstructor] readonly attribute boolean cancelable;
58 readonly attribute DOMTimeStamp timeStamp;
67 readonly attribute boolean defaultPrevented;
71 readonly attribute EventTarget srcElement;
72 attribute boolean returnValue
    [all...]
OverflowEvent.idl 33 [InitializedByEventConstructor] readonly attribute unsigned short orient;
34 [InitializedByEventConstructor] readonly attribute boolean horizontalOverflow;
35 [InitializedByEventConstructor] readonly attribute boolean verticalOverflow;
WebKitNamedFlow.idl 36 readonly attribute DOMString name;
37 readonly attribute boolean overset;
38 readonly attribute long firstEmptyRegionIndex;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.idl 22 [Reflect=accept_charset] attribute DOMString acceptCharset;
23 [Reflect, URL] attribute DOMString action;
24 [Reflect] attribute DOMString autocomplete;
25 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString enctype;
26 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString encoding;
27 [TreatNullAs=NullString, CustomElementCallbacks=Enable] attribute DOMString method;
28 [Reflect] attribute DOMString name;
29 [Reflect] attribute boolean noValidate;
30 [Reflect] attribute DOMString target;
32 readonly attribute HTMLCollection elements
    [all...]
MediaKeyEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString keySystem;
31 [InitializedByEventConstructor] readonly attribute DOMString sessionId;
32 [InitializedByEventConstructor] readonly attribute Uint8Array initData;
33 [InitializedByEventConstructor] readonly attribute Uint8Array message;
34 [InitializedByEventConstructor] readonly attribute DOMString defaultURL;
35 [InitializedByEventConstructor] readonly attribute MediaKeyError errorCode;
36 [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.idl 48 attribute EventHandler onabort;
49 attribute EventHandler onerror;
50 attribute EventHandler onload;
51 attribute EventHandler onloadend;
52 attribute EventHandler onloadstart;
53 attribute EventHandler onprogress;
54 attribute EventHandler ontimeout;
57 attribute EventHandler onreadystatechange;
66 [SetterRaisesException] attribute unsigned long timeout;
67 readonly attribute unsigned short readyState
    [all...]
XPathResult.idl 33 readonly attribute unsigned short resultType;
34 [GetterRaisesException] readonly attribute double numberValue;
36 [GetterRaisesException] readonly attribute DOMString stringValue;
38 [GetterRaisesException] readonly attribute boolean booleanValue;
40 [GetterRaisesException] readonly attribute Node singleNodeValue;
42 readonly attribute boolean invalidIteratorState;
43 [GetterRaisesException] readonly attribute unsigned long snapshotLength;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl 40 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
41 readonly attribute DOMString url;
42 readonly attribute boolean withCredentials;
48 readonly attribute unsigned short readyState;
51 attribute EventHandler onopen;
52 attribute EventHandler onmessage;
53 attribute EventHandler onerror;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.idl 37 readonly attribute SVGAnimatedEnumeration type;
38 readonly attribute SVGAnimatedNumberList tableValues;
39 readonly attribute SVGAnimatedNumber slope;
40 readonly attribute SVGAnimatedNumber intercept;
41 readonly attribute SVGAnimatedNumber amplitude;
42 readonly attribute SVGAnimatedNumber exponent;
43 readonly attribute SVGAnimatedNumber offset;
SVGFECompositeElement.idl 38 readonly attribute SVGAnimatedString in1;
39 readonly attribute SVGAnimatedString in2;
40 [ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator;
41 readonly attribute SVGAnimatedNumber k1;
42 readonly attribute SVGAnimatedNumber k2;
43 readonly attribute SVGAnimatedNumber k3;
44 readonly attribute SVGAnimatedNumber k4;
SVGMarkerElement.idl 37 readonly attribute SVGAnimatedLength refX;
38 readonly attribute SVGAnimatedLength refY;
39 readonly attribute SVGAnimatedEnumeration markerUnits;
40 readonly attribute SVGAnimatedLength markerWidth;
41 readonly attribute SVGAnimatedLength markerHeight;
42 readonly attribute SVGAnimatedEnumeration orientType;
43 readonly attribute SVGAnimatedAngle orientAngle;
SVGFEColorMatrixElement.idl 36 readonly attribute SVGAnimatedString in1;
37 readonly attribute SVGAnimatedEnumeration type;
38 readonly attribute SVGAnimatedNumberList values;
SVGFEGaussianBlurElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber stdDeviationX;
29 readonly attribute SVGAnimatedNumber stdDeviationY;
SVGGradientElement.idl 35 readonly attribute SVGAnimatedEnumeration gradientUnits;
36 readonly attribute SVGAnimatedTransformList gradientTransform;
37 readonly attribute SVGAnimatedEnumeration spreadMethod;
SVGTests.idl 31 readonly attribute SVGStringList requiredFeatures;
32 readonly attribute SVGStringList requiredExtensions;
33 readonly attribute SVGStringList systemLanguage;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.idl 42 readonly attribute unsigned short readyState;
53 [Custom] readonly attribute any result;
55 readonly attribute FileError error;
57 attribute EventHandler onloadstart;
58 attribute EventHandler onprogress;
59 attribute EventHandler onload;
60 attribute EventHandler onabort;
61 attribute EventHandler onerror;
62 attribute EventHandler onloadend;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.idl 44 readonly attribute JavaScriptCallFrame caller;
45 readonly attribute long sourceID;
46 readonly attribute long line;
47 readonly attribute long column;
48 [CustomGetter] readonly attribute Array scopeChain;
50 [CustomGetter] readonly attribute Object thisObject;
51 readonly attribute DOMString stepInPositions;
52 readonly attribute DOMString functionName;
53 [CustomGetter] readonly attribute DOMString type;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl 43 [CallWith=ScriptExecutionContext, Conditional=NOTIFICATIONS] static readonly attribute DOMString permission;
46 attribute EventHandler onshow;
47 [Conditional=LEGACY_NOTIFICATIONS] attribute EventHandler ondisplay;
48 attribute EventHandler onerror;
49 attribute EventHandler onclose;
50 attribute EventHandler onclick;
52 [Conditional=LEGACY_NOTIFICATIONS] attribute DOMString dir;
53 [Conditional=LEGACY_NOTIFICATIONS] attribute DOMString replaceId;
54 [Conditional=NOTIFICATIONS] attribute DOMString tag;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.idl 29 [CustomSetter, SetterRaisesException] attribute AudioBuffer buffer;
36 readonly attribute unsigned short playbackState;
38 readonly attribute AudioParam gain;
39 readonly attribute AudioParam playbackRate;
41 attribute boolean loop; // This is the proper attribute name from the specification.
43 attribute double loopStart;
44 attribute double loopEnd;
51 [DeprecateAs=WebAudioLooping, ImplementedAs=loop] attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.idl 34 readonly attribute Composition composition;
35 readonly attribute DOMString locale;
36 readonly attribute HTMLElement target;

Completed in 639 milliseconds

<<11121314151617181920>>