Searched refs:equalPossiblyIgnoringCase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.h109 bool matchesPossiblyIgnoringCase(const QualifiedName& other, bool shouldIgnoreCase) const { return m_impl == other.m_impl || (equalPossiblyIgnoringCase(localName(), other.localName(), shouldIgnoreCase) && namespaceURI() == other.namespaceURI()); }
H A DAttributeCollection.h212 if (equalPossiblyIgnoringCase(name, it->name().toString(), shouldIgnoreAttributeCase))
H A DElement.cpp412 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase())) {
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h468 inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase) function in namespace:WTF

Completed in 1817 milliseconds