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

  /external/webkit/Source/WebCore/dom/
NamedNodeMap.cpp 188 if (equalPossiblyIgnoringCase(name, attrName.toString(), shouldIgnoreAttributeCase))
Element.cpp 630 if (!isStyleAttributeValid() && equalPossiblyIgnoringCase(name, styleAttr.localName(), ignoreCase))
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 377 inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase)

Completed in 41 milliseconds