HomeSort by relevance Sort by last modified time
    Searched refs:attribute (Results 101 - 125 of 2398) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoKey.idl 35 readonly attribute DOMString type;
36 readonly attribute boolean extractable;
37 [Custom] readonly attribute object algorithm;
38 readonly attribute DOMString[] usages;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
VideoPlaybackQuality.idl 34 readonly attribute double creationTime;
35 readonly attribute unsigned long totalVideoFrames;
36 readonly attribute unsigned long droppedVideoFrames;
37 readonly attribute unsigned long corruptedVideoFrames;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaDeviceInfo.idl 36 readonly attribute DOMString deviceId;
37 readonly attribute MediaDeviceKind kind;
38 readonly attribute DOMString label;
39 readonly attribute DOMString groupId;
SourceInfo.idl 30 readonly attribute DOMString id;
31 readonly attribute DOMString kind;
32 readonly attribute DOMString label;
33 readonly attribute DOMString facing;
NavigatorUserMediaError.idl 29 readonly attribute DOMString name;
30 readonly attribute DOMString message;
31 readonly attribute DOMString constraintName;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImportRule.idl 23 readonly attribute DOMString? href;
24 readonly attribute MediaList media;
25 readonly attribute CSSStyleSheet styleSheet;
Counter.idl 24 readonly attribute DOMString identifier;
25 readonly attribute DOMString listStyle;
26 readonly attribute DOMString separator;
RGBColor.idl 25 readonly attribute CSSPrimitiveValue red;
26 readonly attribute CSSPrimitiveValue green;
27 readonly attribute CSSPrimitiveValue blue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentType.idl 24 readonly attribute DOMString name;
28 readonly attribute DOMString publicId;
29 readonly attribute DOMString systemId;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFontElement.idl 21 [Reflect, TreatNullAs=EmptyString] attribute DOMString color;
22 [Reflect] attribute DOMString face;
23 [Reflect] attribute DOMString size;
HTMLLabelElement.idl 22 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
23 [Reflect=for] attribute DOMString htmlFor;
24 readonly attribute HTMLElement control;
TextMetrics.idl 29 readonly attribute float width;
30 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxLeft;
31 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxRight;
34 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float fontBoundingBoxAscent;
35 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float fontBoundingBoxDescent;
36 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxAscent;
37 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float actualBoundingBoxDescent;
38 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float emHeightAscent;
39 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float emHeightDescent;
40 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float hangingBaseline
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
ArrayBufferView.idl 30 readonly attribute ArrayBuffer buffer;
31 readonly attribute unsigned long byteOffset;
32 readonly attribute unsigned long byteLength;
WebGLActiveInfo.idl 29 readonly attribute long size;
30 readonly attribute unsigned long type;
31 readonly attribute DOMString name;
WebGLShaderPrecisionFormat.idl 30 readonly attribute long rangeMin;
31 readonly attribute long rangeMax;
32 readonly attribute long precision;
  /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 38 readonly attribute SVGAnimatedString in1;
39 readonly attribute SVGAnimatedInteger orderX;
40 readonly attribute SVGAnimatedInteger orderY;
41 readonly attribute SVGAnimatedNumberList kernelMatrix;
42 readonly attribute SVGAnimatedNumber divisor;
43 readonly attribute SVGAnimatedNumber bias;
44 readonly attribute SVGAnimatedInteger targetX;
45 readonly attribute SVGAnimatedInteger targetY;
46 readonly attribute SVGAnimatedEnumeration edgeMode;
47 readonly attribute SVGAnimatedNumber kernelUnitLengthX
    [all...]
SVGFEOffsetElement.idl 29 readonly attribute SVGAnimatedString in1;
30 readonly attribute SVGAnimatedNumber dx;
31 readonly attribute SVGAnimatedNumber dy;
SVGFEPointLightElement.idl 27 readonly attribute SVGAnimatedNumber x;
28 readonly attribute SVGAnimatedNumber y;
29 readonly attribute SVGAnimatedNumber z;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.idl 36 readonly attribute unsigned long totalJSHeapSize;
37 readonly attribute unsigned long usedJSHeapSize;
38 readonly attribute unsigned long jsHeapSizeLimit;
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceAcceleration.idl 30 readonly attribute double? x;
31 readonly attribute double? y;
32 readonly attribute double? z;
DeviceRotationRate.idl 30 readonly attribute double? alpha;
31 readonly attribute double? beta;
32 readonly attribute double? gamma;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisEvent.idl 27 readonly attribute unsigned long charIndex;
28 readonly attribute float elapsedTime;
29 readonly attribute DOMString name;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.idl 28 readonly attribute double playbackTime;
29 readonly attribute AudioBuffer inputBuffer;
30 readonly attribute AudioBuffer outputBuffer;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.idl 33 readonly attribute SQLResultSetRowList rows;
35 [RaisesException=Getter] readonly attribute long insertId;
36 readonly attribute long rowsAffected;

Completed in 557 milliseconds

1 2 3 45 6 7 8 91011>>