Home | History | Annotate | Download | only in editing

Lines Matching refs:tagName

598 Node* enclosingNodeWithTag(const Position& p, const QualifiedName& tagName)
607 if (n->hasTagName(tagName))
868 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName)
870 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI));