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

Completed in 51 milliseconds