/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDialogElement.idl | 27 [Reflect] attribute boolean open; 28 attribute DOMString returnValue;
|
HTMLDocument.idl | 33 [Replaceable, ImplementedAs=allForBinding] readonly attribute HTMLAllCollection all; 40 readonly attribute DOMString compatMode; 43 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString bgColor; 44 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor; 45 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString alinkColor; 46 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString linkColor; 47 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString vlinkColor;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedEnumeration.idl | 32 [RaisesException=Setter] attribute unsigned short baseVal; 33 readonly attribute unsigned short animVal;
|
SVGFETurbulenceElement.idl | 41 readonly attribute SVGAnimatedNumber baseFrequencyX; 42 readonly attribute SVGAnimatedNumber baseFrequencyY; 43 readonly attribute SVGAnimatedInteger numOctaves; 44 readonly attribute SVGAnimatedNumber seed; 45 readonly attribute SVGAnimatedEnumeration stitchTiles; 46 readonly attribute SVGAnimatedEnumeration type;
|
SVGSVGElement.idl | 31 readonly attribute SVGAnimatedLength x; 32 readonly attribute SVGAnimatedLength y; 33 readonly attribute SVGAnimatedLength width; 34 readonly attribute SVGAnimatedLength height; 35 readonly attribute SVGRect viewport; 36 readonly attribute float pixelUnitToMillimeterX; 37 readonly attribute float pixelUnitToMillimeterY; 38 readonly attribute float screenPixelToMillimeterX; 39 readonly attribute float screenPixelToMillimeterY; 40 readonly attribute boolean useCurrentView [all...] |
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
PerformanceNavigation.idl | 39 readonly attribute unsigned short type; 41 readonly attribute unsigned short redirectCount;
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriterSync.idl | 40 readonly attribute long long position; 41 readonly attribute long long length;
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
PositionError.idl | 30 readonly attribute unsigned short code; 31 readonly attribute DOMString message;
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
ServiceWorkerGlobalScope.idl | 38 readonly attribute ServiceWorkerClients clients; 39 [CallWith=ExecutionContext, Unforgeable] readonly attribute ScalarValueString scope; 40 [CallWith=ExecutionContext, Unforgeable, RuntimeEnabled=ServiceWorkerOnFetch] readonly attribute CacheStorage caches; 47 attribute EventHandler onactivate; 48 [RuntimeEnabled=ServiceWorkerOnFetch] attribute EventHandler onfetch; 49 attribute EventHandler oninstall; 50 attribute EventHandler onmessage; 51 [RuntimeEnabled=BackgroundSync] attribute EventHandler onsync;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.idl | 30 readonly attribute DocumentType doctype; 31 readonly attribute DOMImplementation implementation; 32 readonly attribute Element documentElement; 54 [MeasureAs=DocumentInputEncoding] readonly attribute DOMString? inputEncoding; // Removed from DOM4. 56 [MeasureAs=DocumentXMLEncoding] readonly attribute DOMString? xmlEncoding; // Removed from DOM4. 57 [RaisesException=Setter, MeasureAs=DocumentXMLVersion] attribute DOMString? xmlVersion; // Removed from DOM4. 58 [RaisesException=Setter, MeasureAs=DocumentXMLStandalone] attribute boolean xmlStandalone; // Removed from DOM4. 62 [ImplementedAs=url] readonly attribute DOMString? documentURI; 83 [ImplementedAs=domWindow] readonly attribute Window defaultView; 87 readonly attribute StyleSheetList styleSheets [all...] |
Element.idl | 27 readonly attribute DOMString? tagName; 37 [PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap attributes; 52 [PerWorldBindings] readonly attribute CSSStyleDeclaration style; 55 [Reflect] attribute DOMString id; 56 readonly attribute DOMString? namespaceURI; 57 [RaisesException=Setter] attribute DOMString? prefix; 58 readonly attribute DOMString? localName; 64 readonly attribute long offsetLeft; 65 readonly attribute long offsetTop; 66 readonly attribute long offsetWidth [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationPlayer.idl | 38 [RuntimeEnabled=WebAnimationsAPI] attribute AnimationNode? source; 39 [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double? startTime; 40 [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double? currentTime; 41 [RuntimeEnabled=WebAnimationsPlaybackControl] attribute double playbackRate; 42 [RuntimeEnabled=WebAnimationsPlaybackControl, MeasureAs=AnimationPlayerGetPlayState] readonly attribute AnimationPlayState playState; 49 [MeasureAs=AnimationPlayerFinishEvent] attribute EventHandler onfinish;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Navigator.idl | 26 readonly attribute PluginArray plugins; 27 readonly attribute MimeTypeArray mimeTypes; 29 readonly attribute boolean cookieEnabled; // FIXME: move to NavigatorStorageUtils 34 [MeasureAs=NavigatorProductSub] readonly attribute DOMString productSub; 35 [MeasureAs=NavigatorVendor] readonly attribute DOMString vendor; 36 [MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub;
|
Location.idl | 38 [SetterCallWith=(ActiveWindow,FirstWindow), DoNotCheckSecurity=Setter, Unforgeable] attribute DOMString href; 45 [SetterCallWith=(ActiveWindow,FirstWindow), RaisesException=Setter] attribute DOMString protocol; 46 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString host; 47 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString hostname; 48 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString port; 49 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString pathname; 50 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString search; 51 [SetterCallWith=(ActiveWindow,FirstWindow)] attribute DOMString hash; 53 readonly attribute DOMString origin; 55 readonly attribute DOMStringList ancestorOrigins [all...] |
SubresourceIntegrityTest.cpp | 63 String attribute; local 67 // Verify that empty attribute is not valid. 68 EXPECT_FALSE(SubresourceIntegrity::parseIntegrityAttribute(attribute, integrity, algorithm)); 70 // Valid sha256 attribute 71 attribute = "ni://sha256;BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE="; 72 EXPECT_TRUE(SubresourceIntegrity::parseIntegrityAttribute(attribute, integrity, algorithm)); 76 // Another valid sha256 attribute, but this time with whitespace 77 attribute = " ni://sha256;BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE= "; 78 EXPECT_TRUE(SubresourceIntegrity::parseIntegrityAttribute(attribute, integrity, algorithm)); 82 // Valid sha384 attribute [all...] |
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerGlobalScope.idl | 34 [Replaceable] readonly attribute WorkerGlobalScope self; 35 [Replaceable] readonly attribute WorkerLocation location; 37 attribute EventHandler onerror; 38 [Replaceable] readonly attribute WorkerConsole console; 43 [Replaceable] readonly attribute WorkerNavigator navigator; 46 [MeasureAs=PrefixedWorkerURL] attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
SourceBuffer.idl | 46 // FIXME: Remove MediaSourceExperimental once mode attribute is implemented and stabilized. See http://crbug.com/249422. 47 [RaisesException=Setter, RuntimeEnabled=MediaSourceExperimental] attribute AppendMode mode; 49 readonly attribute boolean updating; 52 [RaisesException=Getter] readonly attribute TimeRanges buffered; 55 [RaisesException=Setter] attribute double timestampOffset; 58 [RaisesException=Setter] attribute double appendWindowStart; 61 [RaisesException=Setter] attribute unrestricted double appendWindowEnd;
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioNode.idl | 46 readonly attribute AudioContext context; 47 readonly attribute unsigned long numberOfInputs; 48 readonly attribute unsigned long numberOfOutputs; 49 [RaisesException=Setter] attribute unsigned long channelCount; 50 [RaisesException=Setter] attribute ChannelCountMode channelCountMode; 51 [RaisesException=Setter] attribute ChannelInterpretation channelInterpretation;
|
/external/clang/utils/analyzer/ |
ubiviz | 33 for attribute in data[2:]: 34 G.set_vertex_attribute(vertex, attribute[0], attribute[1]) 39 for attribute in data[3:]: 40 G.set_edge_attribute(edge, attribute[0], attribute[1]) 45 for attribute in data[3:]: 46 G.set_vertex_style_attribute(style_id, attribute[0], attribute[1]) 49 for attribute in data[2:] [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/ |
TestObject.idl | 69 stringifier attribute DOMString stringifierAttribute; 74 // [ExtAttr] attribute Type extAttrTypeNameAttribute; 76 // [Foo] attribute DOMString? fooStringOrNullAttribute 84 readonly attribute DOMString readonlyStringAttribute; 85 readonly attribute TestInterfaceEmpty readonlyTestInterfaceEmptyAttribute; 86 readonly attribute long readonlyLongAttribute; 88 attribute Date dateAttribute; 89 attribute DOMString stringAttribute; 90 attribute ByteString byteStringAttribute; 91 attribute ScalarValueString scalarValueStringAttribute [all...] |
/external/libsepol/tests/policies/test-linker/ |
module1.conf | 7 attribute g_b_attr_3; 8 attribute g_b_attr_5; 9 attribute o4_b_attr_1; 16 attribute g_m1_attr_1; 38 attribute g_m1_attr_2; 54 attribute g_m1_attr_3; 58 attribute g_m1_attr_4; 74 attribute g_b_attr_4; 75 attribute o1_b_attr_2; 81 attribute o1_m1_attr_1 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathResult.idl | 34 readonly attribute unsigned short resultType; 35 [RaisesException=Getter] readonly attribute double numberValue; 37 [RaisesException=Getter] readonly attribute DOMString stringValue; 39 [RaisesException=Getter] readonly attribute boolean booleanValue; 41 [RaisesException=Getter] readonly attribute Node singleNodeValue; 43 readonly attribute boolean invalidIteratorState; 44 [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabase.idl | 40 readonly attribute DOMString name; 41 [CallWith=ScriptState] readonly attribute any version; 42 readonly attribute DOMStringList objectStoreNames; 50 attribute EventHandler onabort; 51 attribute EventHandler onclose; 52 attribute EventHandler onerror; 53 attribute EventHandler onversionchange;
|
/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...] |
Event.idl | 51 readonly attribute DOMString type; 52 readonly attribute EventTarget target; 53 readonly attribute EventTarget currentTarget; 54 readonly attribute unsigned short eventPhase; 55 [InitializedByEventConstructor] readonly attribute boolean bubbles; 56 [InitializedByEventConstructor] readonly attribute boolean cancelable; 57 readonly attribute DOMTimeStamp timeStamp; 66 readonly attribute boolean defaultPrevented; 70 [MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement; 71 [CallWith=ExecutionContext, ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue [all...] |