Home
last modified time | relevance | path

Searched defs:hasLocalName (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/dom/
DElement.h106 bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; } in hasLocalName() function
107 …bool hasLocalName(const QualifiedName& other) const { return m_tagName.localName() == other.localN… in hasLocalName() function