HomeSort by relevance Sort by last modified time
    Searched defs:hasLocalName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLStackItem.h 77 bool hasLocalName(const AtomicString& name) const { return m_tokenLocalName == name; }
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 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(); }
    [all...]

Completed in 57 milliseconds