Lines Matching refs:get
126 return tagPriorityMap->get(localName().impl());
288 parseHTMLDocumentFragment(html, fragment.get(), scriptingPermission);
290 if (!parseXMLDocumentFragment(html, fragment.get(), this, scriptingPermission))
312 node->removeChild(child.get(), ignoredExceptionCode);
314 fragment->insertBefore(child, node.get(), ignoredExceptionCode);
317 fragment->removeChild(node.get(), ignoredExceptionCode);
320 fragment->removeChild(node.get(), ignoredExceptionCode);
346 if (hasOneTextChild(element) && hasOneTextChild(fragment.get())) {
591 parseHTMLDocumentFragment(html, fragment.get());
593 if (!parseXMLDocumentFragment(html, fragment.get(), this))
598 insertAdjacent(where, fragment.get(), ec);
604 insertAdjacent(where, textNode.get(), ec);