Home | History | Annotate | Download | only in dom

Lines Matching defs:hasLocalName

246     bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; }
247 bool hasLocalName(const QualifiedName& other) const { return m_tagName.localName() == other.localName(); }