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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegLinetoHorizontalRel.idl 30 attribute float x;
SVGPathSegLinetoVerticalAbs.idl 30 attribute float y;
SVGPathSegLinetoVerticalRel.idl 30 attribute float y;
SVGRect.idl 28 [RaisesException=Setter] attribute float x;
29 [RaisesException=Setter] attribute float y;
30 [RaisesException=Setter] attribute float width;
31 [RaisesException=Setter] attribute float height;
SVGStopElement.idl 27 readonly attribute SVGAnimatedNumber offset;
SVGURIReference.idl 32 readonly attribute SVGAnimatedString href;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.idl 39 attribute EventHandler onerror;
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.idl 32 readonly attribute DOMString? doNotTrack;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.idl 21 readonly attribute Geolocation geolocation;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBVersionChangeEvent.idl 37 [InitializedByEventConstructor] readonly attribute unsigned long long oldVersion;
38 [InitializedByEventConstructor] readonly attribute unsigned long long? newVersion;
42 [InitializedByEventConstructor] readonly attribute IDBDataLossAmount dataLoss;
43 readonly attribute DOMString dataLossMessage;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl 29 readonly attribute DOMString kind;
30 readonly attribute DOMString id;
31 readonly attribute DOMString label;
32 attribute boolean enabled;
33 readonly attribute boolean muted;
34 readonly attribute DOMString readyState;
40 attribute EventHandler onmute;
41 attribute EventHandler onunmute;
42 attribute EventHandler onended;
MediaStreamTrackEvent.idl 28 readonly attribute MediaStreamTrack track;
RTCDataChannelEvent.idl 28 readonly attribute RTCDataChannel channel;
RTCIceCandidateEvent.idl 28 readonly attribute RTCIceCandidate candidate;
  /external/chromium_org/third_party/WebKit/Source/modules/performance/
SharedWorkerPerformance.idl 32 [CallWith=ExecutionContext] readonly attribute double workerStart;
WorkerGlobalScopePerformance.idl 32 readonly attribute WorkerPerformance performance;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.idl 30 [InitializedByEventConstructor] readonly attribute unsigned long resultIndex;
31 [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results;
33 readonly attribute Document interpretation;
34 readonly attribute Document emma;
SpeechSynthesis.idl 30 readonly attribute boolean pending;
31 readonly attribute boolean speaking;
32 readonly attribute boolean paused;
40 attribute EventHandler onvoiceschanged;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBuffer.idl 33 readonly attribute long length; // in sample-frames
34 readonly attribute double duration; // in seconds
35 readonly attribute float sampleRate; // in sample-frames per second
38 readonly attribute unsigned long numberOfChannels;
  /external/libsepol/tests/policies/test-deps/
modreq-attr-global.conf 4 attribute attr_req;
  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSMatrix.idl 35 attribute double a; // alias for m11
36 attribute double b; // alias for m12
37 attribute double c; // alias for m21
38 attribute double d; // alias for m22
39 attribute double e; // alias for m41
40 attribute double f; // alias for m42
42 attribute double m11;
43 attribute double m12;
44 attribute double m13;
45 attribute double m14
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.idl 24 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
25 [Reflect] attribute DOMString code;
26 [Reflect] attribute DOMString align;
27 [Reflect] attribute DOMString archive;
28 [Reflect, TreatNullAs=EmptyString] attribute DOMString border;
29 [Reflect, URL] attribute DOMString codeBase;
30 [Reflect] attribute DOMString codeType;
31 [Reflect, URL] attribute DOMString data;
32 [Reflect] attribute boolean declare;
33 [Reflect] attribute DOMString height
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
TypeConversions.idl 29 attribute long testLong;
30 [EnforceRange, ImplementedAs=testLong] attribute long testEnforceRangeLong;
31 attribute unsigned long testUnsignedLong;
32 [EnforceRange, ImplementedAs=testUnsignedLong] attribute unsigned long testEnforceRangeUnsignedLong;
34 attribute long long testLongLong;
35 [EnforceRange, ImplementedAs=testLongLong] attribute long long testEnforceRangeLongLong;
36 attribute unsigned long long testUnsignedLongLong;
37 [EnforceRange, ImplementedAs=testUnsignedLongLong] attribute unsigned long long testEnforceRangeUnsignedLongLong;
39 attribute byte testByte;
40 [EnforceRange, ImplementedAs=testByte] attribute byte testEnforceRangeByte
    [all...]
  /external/libsepol/tests/policies/test-expander/
module.conf 7 attribute attr_check_base_2, attr_check_base_3;
8 attribute attr_check_base_optional_2;
27 # Type - attribute mapping test
29 attribute attr_check_mod_1;
30 attribute attr_check_mod_2;
31 attribute attr_check_mod_3;
32 attribute attr_check_mod_4;
33 attribute attr_check_mod_5;
34 attribute attr_check_mod_6;
35 attribute attr_check_mod_7
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.idl 23 [RuntimeEnabled=FullscreenUnprefixed] readonly attribute boolean fullscreenEnabled;
24 [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
28 [RuntimeEnabled=FullscreenUnprefixed] attribute EventHandler onfullscreenchange;
29 [RuntimeEnabled=FullscreenUnprefixed] attribute EventHandler onfullscreenerror;
32 [MeasureAs=PrefixedDocumentIsFullscreen, ImplementedAs=webkitCurrentFullScreenElement] readonly attribute boolean webkitIsFullScreen;
33 [MeasureAs=PrefixedDocumentFullScreenKeyboardInputAllowed] readonly attribute boolean webkitFullScreenKeyboardInputAllowed;
34 [MeasureAs=PrefixedDocumentCurrentFullScreenElement] readonly attribute Element webkitCurrentFullScreenElement;
38 [MeasureAs=PrefixedDocumentFullscreenEnabled, ImplementedAs=fullscreenEnabled] readonly attribute boolean webkitFullscreenEnabled;
39 [MeasureAs=PrefixedDocumentFullscreenElement, ImplementedAs=fullscreenElement] readonly attribute Element webkitFullscreenElement;
42 attribute EventHandler onwebkitfullscreenchange
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7 891011>>