HomeSort by relevance Sort by last modified time
    Searched refs:equalPossiblyIgnoringCase (Results 1 - 4 of 4) 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 212 if (equalPossiblyIgnoringCase(name, it->name().toString(), shouldIgnoreAttributeCase))
Element.cpp 412 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 468 inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase)

Completed in 495 milliseconds