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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h 109 bool matchesPossiblyIgnoringCase(const QualifiedName& other, bool shouldIgnoreCase) const { return m_impl == other.m_impl || (equalPossiblyIgnoringCase(localName(), other.localName(), shouldIgnoreCase) && namespaceURI() == other.namespaceURI()); }
AttributeCollection.h 140 if (it->name().matchesPossiblyIgnoringCase(name, shouldIgnoreCase))

Completed in 209 milliseconds