Searched defs:hasLocalName (Results 1 – 2 of 2) sorted by relevance
77 bool hasLocalName(const AtomicString& name) const { return m_tokenLocalName == name; } in hasLocalName() function
226 bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; } in hasLocalName() function227 …bool hasLocalName(const QualifiedName& other) const { return m_tagName.localName() == other.localN… in hasLocalName() function