Home
last modified time | relevance | path

Searched refs:SameObject (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl88 [SameObject] readonly attribute AbortSignal signal;
111 [SameObject] readonly attribute HTMLCollection children;
188 [SameObject] readonly attribute Node target;
189 [SameObject] readonly attribute NodeList addedNodes;
190 [SameObject] readonly attribute NodeList removedNodes;
223 [SameObject] readonly attribute NodeList childNodes;
264 [SameObject] readonly attribute DOMImplementation implementation;
348 [SameObject, PutForwards=value] readonly attribute DOMTokenList classList;
352 [SameObject] readonly attribute NamedNodeMap attributes;
508 [SameObject] readonly attribute Node root;
[all …]
Dhtml.idl64 [SameObject] readonly attribute HTMLCollection images;
65 [SameObject] readonly attribute HTMLCollection embeds;
66 [SameObject] readonly attribute HTMLCollection plugins;
67 [SameObject] readonly attribute HTMLCollection links;
68 [SameObject] readonly attribute HTMLCollection forms;
69 [SameObject] readonly attribute HTMLCollection scripts;
138 [SameObject] readonly attribute DOMStringMap dataset;
188 [SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
193 [SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
295 [SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
[all …]
Durl.idl21 [SameObject] readonly attribute URLSearchParams searchParams;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DGetBindGroupLayoutValidationTests.cpp42 TEST_F(GetBindGroupLayoutTests, SameObject) { in TEST_F() argument