/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
AesKeyAlgorithm.idl | 34 readonly attribute unsigned short length;
|
RsaHashedKeyAlgorithm.idl | 34 readonly attribute KeyAlgorithm hash;
|
/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 | 29 [InitializedByEventConstructor] readonly attribute unsigned long long oldVersion; 30 [InitializedByEventConstructor] readonly attribute unsigned long long? newVersion; 34 readonly attribute DOMString dataLoss; 35 readonly attribute DOMString dataLossMessage;
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
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/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 | 31 readonly attribute boolean pending; 32 readonly attribute boolean speaking; 33 readonly attribute boolean paused; 41 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/html/ |
HTMLImageElement.idl | 27 [Reflect] attribute DOMString align; 28 [Reflect] attribute DOMString alt; 29 [Reflect, TreatNullAs=NullString] attribute DOMString border; 30 readonly attribute boolean complete; 31 [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin; 32 attribute long height; 33 [Reflect] attribute long hspace; 34 [Reflect] attribute boolean isMap; 35 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString longDesc; 36 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString lowsrc [all...] |
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=NullString] attribute DOMString border; 29 [Reflect, URL] attribute DOMString codeBase; 30 [Reflect] attribute DOMString codeType; 31 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString data; 32 [Reflect] attribute boolean declare; 33 [Reflect] attribute DOMString height [all...] |
HTMLAppletElement.idl | 24 [Reflect] attribute DOMString align; 25 [Reflect] attribute DOMString alt; 26 [Reflect] attribute DOMString archive; 27 [Reflect] attribute DOMString code; 28 [Reflect, URL] attribute DOMString codeBase; 29 [Reflect] attribute DOMString height; 30 [Reflect] attribute unsigned long hspace; 31 [Reflect] attribute DOMString name; 32 [Reflect, URL] attribute DOMString _object; // "object" is a reserved word 33 [Reflect] attribute unsigned long vspace [all...] |
HTMLFormElement.idl | 24 [Reflect=accept_charset] attribute DOMString acceptCharset; 25 [Reflect, URL, LogActivity=SetterOnly] attribute DOMString action; 26 [Reflect, ReflectOnly="on"|"off", ReflectMissing="on", ReflectInvalid="on"] attribute DOMString autocomplete; 27 [CustomElementCallbacks] attribute DOMString enctype; 28 [CustomElementCallbacks] attribute DOMString encoding; 29 [CustomElementCallbacks] attribute DOMString method; 30 [Reflect] attribute DOMString name; 31 [Reflect] attribute boolean noValidate; 32 [Reflect] attribute DOMString target; 34 readonly attribute HTMLCollection elements [all...] |
/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/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/chromium_org/third_party/WebKit/Source/bindings/templates/ |
attributes.cpp | 2 {% macro attribute_getter(attribute, world_suffix) %} 3 {% filter conditional(attribute.conditional_string) %} 4 static void {{attribute.name}}AttributeGetter{{world_suffix}}( 5 {%- if attribute.is_expose_js_accessors %} 11 {% if attribute.is_reflect and not attribute.is_url and 12 attribute.idl_type == 'DOMString' and is_node %} 16 {% if attribute.is_unforgeable and interface_name != 'Window' %} 22 {% elif not attribute.is_static %} 26 {% if attribute.cached_attribute_validation_method % [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/modules/notifications/ |
Notification.idl | 39 [CallWith=ExecutionContext] static readonly attribute DOMString permission; 44 attribute EventHandler onclick; 45 attribute EventHandler onshow; 46 attribute EventHandler onerror; 47 attribute EventHandler onclose; 49 readonly attribute DOMString title; 50 readonly attribute DOMString dir; 51 readonly attribute DOMString lang; 52 readonly attribute DOMString body; 53 readonly attribute DOMString tag [all...] |
/external/chromium_org/third_party/WebKit/Source/core/events/ |
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...] |
/cts/suite/cts/deviceTests/opengl/assets/vertex/ |
basic | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
blur | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestException.idl | 32 readonly attribute unsigned short readonlyUnsignedShortAttribute; 33 readonly attribute DOMString readonlyStringAttribute;
|
TestImplements.idl | 32 static readonly attribute long implementsStaticReadOnlyLongAttribute; 33 static attribute DOMString implementsStaticStringAttribute; 34 readonly attribute DOMString implementsReadonlyStringAttribute; 35 attribute DOMString implementsStringAttribute; 36 attribute Node implementsNodeAttribute; 37 attribute EventHandler implementsEventHandlerAttribute; 47 [RuntimeEnabled=ImplementsFeatureName] attribute Node implementsRuntimeEnabledNodeAttribute; 48 [PerContextEnabled=ImplementsContextName] attribute Node implementsPerContextEnabledNodeAttribute;
|