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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.idl 29 [SetterRaisesException] attribute DOMString glyphRef;
30 [SetterRaisesException] attribute DOMString format;
SVGCursorElement.idl 27 readonly attribute SVGAnimatedLength x;
28 readonly attribute SVGAnimatedLength y;
SVGFilterElement.idl 28 readonly attribute SVGAnimatedEnumeration filterUnits;
29 readonly attribute SVGAnimatedEnumeration primitiveUnits;
30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
34 readonly attribute SVGAnimatedInteger filterResX;
35 readonly attribute SVGAnimatedInteger filterResY;
SVGFitToViewBox.idl 31 readonly attribute SVGAnimatedRect viewBox;
32 readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
SVGPoint.idl 24 [StrictTypeChecking] attribute float x;
25 [StrictTypeChecking] attribute float y;
SVGPolygonElement.idl 27 readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
SVGPolylineElement.idl 27 readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
SVGFEDisplacementMapElement.idl 36 readonly attribute SVGAnimatedString in1;
37 readonly attribute SVGAnimatedString in2;
38 readonly attribute SVGAnimatedNumber scale;
39 readonly attribute SVGAnimatedEnumeration xChannelSelector;
40 readonly attribute SVGAnimatedEnumeration yChannelSelector;
SVGFEDropShadowElement.idl 21 readonly attribute SVGAnimatedString in1;
22 readonly attribute SVGAnimatedNumber dx;
23 readonly attribute SVGAnimatedNumber dy;
24 readonly attribute SVGAnimatedNumber stdDeviationX;
25 readonly attribute SVGAnimatedNumber stdDeviationY;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.idl 34 readonly attribute DOMString name;
35 attribute EventHandler onconnect;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
RsaKeyGenParams.idl 34 readonly attribute unsigned long modulusLength;
35 readonly attribute Uint8Array publicExponent;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.idl 36 readonly attribute DOMString name;
37 readonly attribute DirectoryEntry root;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionError.idl 29 readonly attribute unsigned short code;
30 readonly attribute DOMString message;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescription.idl 35 [SetterRaisesException] attribute DOMString type;
36 [SetterRaisesException] attribute DOMString sdp;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.idl 30 [URL,CallWith=ScriptExecutionContext] attribute DOMString src;
31 attribute float weight;
SpeechRecognitionError.idl 30 [InitializedByEventConstructor] readonly attribute DOMString error;
31 [InitializedByEventConstructor] readonly attribute DOMString message;
SpeechRecognitionResult.idl 29 readonly attribute unsigned long length;
31 readonly attribute boolean isFinal;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioProcessingEvent.idl 28 readonly attribute AudioBuffer inputBuffer;
29 readonly attribute AudioBuffer outputBuffer;
PannerNode.idl 40 [CustomSetter] attribute DOMString panningModel;
48 [CustomSetter] attribute DOMString distanceModel;
50 attribute double refDistance;
51 attribute double maxDistance;
52 attribute double rolloffFactor;
55 attribute double coneInnerAngle;
56 attribute double coneOuterAngle;
57 attribute double coneOuterGain;
WaveShaperNode.idl 34 attribute Float32Array curve;
35 [SetterRaisesException] attribute OverSampleType oversample;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.idl 38 attribute EventHandler onconnect;
39 attribute EventHandler ondisconnect;
MIDIMessageEvent.idl 37 [InitializedByEventConstructor] readonly attribute double receivedTime;
38 [InitializedByEventConstructor] readonly attribute Uint8Array data;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.idl 23 [EnabledAtRuntime=fullscreen] readonly attribute boolean webkitIsFullScreen;
24 [EnabledAtRuntime=fullscreen] readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
25 [EnabledAtRuntime=fullscreen] readonly attribute Element webkitCurrentFullScreenElement;
29 [EnabledAtRuntime=fullscreen] readonly attribute boolean webkitFullscreenEnabled;
30 [EnabledAtRuntime=fullscreen] readonly attribute Element webkitFullscreenElement;
ErrorEvent.idl 34 [InitializedByEventConstructor] readonly attribute DOMString message;
35 [InitializedByEventConstructor] readonly attribute DOMString filename;
36 [InitializedByEventConstructor] readonly attribute unsigned long lineno;
37 [InitializedByEventConstructor] readonly attribute unsigned long colno;
38 [InitializedByEventConstructor, Custom, Unserializable] readonly attribute any error;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableSectionElement.idl 22 [Reflect] attribute DOMString align;
23 [Reflect=char] attribute DOMString ch;
24 [Reflect=charoff] attribute DOMString chOff;
25 [Reflect] attribute DOMString vAlign;
26 readonly attribute HTMLCollection rows;

Completed in 540 milliseconds

<<11121314151617181920>>