Searched defs:hasLocalName (Results 1 – 1 of 1) sorted by relevance
106 bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; } in hasLocalName() function107 …bool hasLocalName(const QualifiedName& other) const { return m_tagName.localName() == other.localN… in hasLocalName() function