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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.idl 35 readonly attribute DOMString text;
36 readonly attribute long selectionStart;
37 readonly attribute long selectionEnd;
  /external/chromium_org/third_party/WebKit/Source/core/page/
MemoryInfo.idl 35 readonly attribute unsigned long totalJSHeapSize;
36 readonly attribute unsigned long usedJSHeapSize;
37 readonly attribute unsigned long jsHeapSizeLimit;
PerformanceTiming.idl 33 readonly attribute unsigned long long navigationStart;
34 readonly attribute unsigned long long unloadEventStart;
35 readonly attribute unsigned long long unloadEventEnd;
36 readonly attribute unsigned long long redirectStart;
37 readonly attribute unsigned long long redirectEnd;
38 readonly attribute unsigned long long fetchStart;
39 readonly attribute unsigned long long domainLookupStart;
40 readonly attribute unsigned long long domainLookupEnd;
41 readonly attribute unsigned long long connectStart;
42 readonly attribute unsigned long long connectEnd
    [all...]
WorkerNavigator.idl 32 readonly attribute DOMString appName;
33 readonly attribute DOMString appVersion;
34 readonly attribute DOMString platform;
35 readonly attribute DOMString userAgent;
37 readonly attribute boolean onLine;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCircleElement.idl 28 readonly attribute SVGAnimatedLength cx;
29 readonly attribute SVGAnimatedLength cy;
30 readonly attribute SVGAnimatedLength r;
SVGFEConvolveMatrixElement.idl 35 readonly attribute SVGAnimatedString in1;
36 readonly attribute SVGAnimatedInteger orderX;
37 readonly attribute SVGAnimatedInteger orderY;
38 readonly attribute SVGAnimatedNumberList kernelMatrix;
39 readonly attribute SVGAnimatedNumber divisor;
40 readonly attribute SVGAnimatedNumber bias;
41 readonly attribute SVGAnimatedInteger targetX;
42 readonly attribute SVGAnimatedInteger targetY;
43 readonly attribute SVGAnimatedEnumeration edgeMode;
44 readonly attribute SVGAnimatedNumber kernelUnitLengthX
    [all...]
SVGFEOffsetElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber dx;
29 readonly attribute SVGAnimatedNumber dy;
SVGFEPointLightElement.idl 27 readonly attribute SVGAnimatedNumber x;
28 readonly attribute SVGAnimatedNumber y;
29 readonly attribute SVGAnimatedNumber z;
SVGFEDiffuseLightingElement.idl 27 readonly attribute SVGAnimatedString in1;
28 readonly attribute SVGAnimatedNumber surfaceScale;
29 readonly attribute SVGAnimatedNumber diffuseConstant;
30 readonly attribute SVGAnimatedNumber kernelUnitLengthX;
31 readonly attribute SVGAnimatedNumber kernelUnitLengthY;
SVGFilterPrimitiveStandardAttributes.idl 31 readonly attribute SVGAnimatedLength x;
32 readonly attribute SVGAnimatedLength y;
33 readonly attribute SVGAnimatedLength width;
34 readonly attribute SVGAnimatedLength height;
35 readonly attribute SVGAnimatedString result;
SVGImageElement.idl 27 readonly attribute SVGAnimatedLength x;
28 readonly attribute SVGAnimatedLength y;
29 readonly attribute SVGAnimatedLength width;
30 readonly attribute SVGAnimatedLength height;
31 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGTextPositioningElement.idl 27 readonly attribute SVGAnimatedLengthList x;
28 readonly attribute SVGAnimatedLengthList y;
29 readonly attribute SVGAnimatedLengthList dx;
30 readonly attribute SVGAnimatedLengthList dy;
31 readonly attribute SVGAnimatedNumberList rotate;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MallocStatistics.idl 28 readonly attribute unsigned long reservedVMBytes;
29 readonly attribute unsigned long committedVMBytes;
30 readonly attribute unsigned long freeListBytes;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.idl 29 readonly attribute double? x;
30 readonly attribute double? y;
31 readonly attribute double? z;
DeviceRotationRate.idl 29 readonly attribute double? alpha;
30 readonly attribute double? beta;
31 readonly attribute double? gamma;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBVersionChangeEvent.idl 27 readonly attribute IDBAny oldVersion;
28 readonly attribute IDBAny newVersion;
32 readonly attribute DOMString dataLoss;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorUserMediaError.idl 28 readonly attribute DOMString name;
29 readonly attribute DOMString message;
30 readonly attribute DOMString constraintName;
RTCDataChannel.idl 28 readonly attribute DOMString label;
31 readonly attribute boolean reliable;
33 readonly attribute boolean ordered;
34 readonly attribute unsigned short maxRetransmitTime;
35 readonly attribute unsigned short maxRetransmits;
36 readonly attribute DOMString protocol;
37 readonly attribute boolean negotiated;
38 readonly attribute unsigned short id;
40 readonly attribute DOMString readyState;
41 readonly attribute unsigned long bufferedAmount
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisEvent.idl 29 readonly attribute unsigned long charIndex;
30 readonly attribute float elapsedTime;
31 readonly attribute DOMString name;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.idl 32 readonly attribute SQLResultSetRowList rows;
34 [GetterRaisesException] readonly attribute long insertId;
35 readonly attribute long rowsAffected;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.idl 22 [Reflect] attribute DOMString charset;
23 [Reflect] attribute DOMString coords;
24 [Reflect] attribute DOMString download;
25 [Reflect, URL] attribute DOMString href;
26 [Reflect] attribute DOMString hreflang;
27 [Reflect] attribute DOMString name;
28 [Reflect] attribute DOMString ping;
29 [Reflect] attribute DOMString rel;
30 [Reflect] attribute DOMString rev;
31 [Reflect] attribute DOMString shape
    [all...]
HTMLButtonElement.idl 22 [Reflect] attribute boolean autofocus;
23 [Reflect] attribute boolean disabled;
24 readonly attribute HTMLFormElement form;
25 [Reflect, URL] attribute DOMString formAction;
26 [TreatNullAs=NullString] attribute DOMString formEnctype;
27 [TreatNullAs=NullString] attribute DOMString formMethod;
28 [Reflect] attribute boolean formNoValidate;
29 [Reflect] attribute DOMString formTarget;
30 [Reflect] attribute DOMString name;
31 [TreatNullAs=NullString] attribute DOMString type
    [all...]
HTMLIFrameElement.idl 22 [Reflect] attribute DOMString align;
23 [Reflect] attribute DOMString frameBorder;
24 [Reflect] attribute DOMString height;
25 [Reflect] attribute DOMString longDesc;
26 [Reflect] attribute DOMString marginHeight;
27 [Reflect] attribute DOMString marginWidth;
28 [Reflect] attribute DOMString name;
29 [Reflect] attribute DOMString sandbox;
30 [Reflect, EnabledAtRuntime=seamlessIFrames] attribute boolean seamless;
31 [Reflect] attribute DOMString scrolling
    [all...]
HTMLBodyElement.idl 22 [Reflect] attribute DOMString aLink;
23 [Reflect] attribute DOMString background;
24 [Reflect] attribute DOMString bgColor;
25 [Reflect] attribute DOMString link;
26 [Reflect] attribute DOMString text;
27 [Reflect] attribute DOMString vLink;
30 [NotEnumerable] attribute EventHandler onbeforeunload;
31 [NotEnumerable] attribute EventHandler onhashchange;
32 [NotEnumerable] attribute EventHandler onmessage;
33 [NotEnumerable] attribute EventHandler onoffline
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.idl 25 [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
27 readonly attribute boolean specified;
29 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value;
33 readonly attribute Element ownerElement;
37 readonly attribute boolean isId;

Completed in 190 milliseconds

1 2 3 4 56 7 8 91011>>