Home
last modified time | relevance | path

Searched refs:adoptAttributes (Results 1 – 5 of 5) sorted by relevance

/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts42 adoptAttributes(recipient: T['element'], attrs: Attribute[]): void; method
Ddefault.ts229 adoptAttributes(recipient: Element, attrs: Attribute[]): void {
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts206 adoptAttributes(recipient: Element, attrs: Token.Attribute[]): void {
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts1880 p.treeAdapter.adoptAttributes(p.openElements.items[0], token.attrs);
1889 p.treeAdapter.adoptAttributes(bodyElement, token.attrs);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4adoptAttributes=function(e,t){for(let n=0;n<t.length;n++){const r=t[n].name;void 0===e.attribs[r]&… function