| /external/chromium_org/third_party/WebKit/Source/wtf/text/ |
| D | AtomicString.h | 204 inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringC… in equalIgnoringCase() function 205 inline bool equalIgnoringCase(const AtomicString& a, const LChar* b) { return equalIgnoringCase(a.i… in equalIgnoringCase() function 206 inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.im… in equalIgnoringCase() function 207 inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function 208 inline bool equalIgnoringCase(const LChar* a, const AtomicString& b) { return equalIgnoringCase(a, … in equalIgnoringCase() function 209 inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(rein… in equalIgnoringCase() function 210 inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.… in equalIgnoringCase() function
|
| D | StringBuilder.h | 335 bool equalIgnoringCase(const StringBuilder& s, const CharType* buffer, unsigned length) in equalIgnoringCase() function 346 inline bool equalIgnoringCase(const StringBuilder& s, const char* string) in equalIgnoringCase() function 372 bool equalIgnoringCase(const StringBuilder& a, const StringType& b) in equalIgnoringCase() function
|
| D | StringImpl.h | 493 inline bool equalIgnoringCase(const LChar* a, const StringImpl* b) { return equalIgnoringCase(b, a)… in equalIgnoringCase() function 496 inline bool equalIgnoringCase(const UChar* a, const char* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function 497 inline bool equalIgnoringCase(const LChar* a, const UChar* b, unsigned length) { return equalIgnori… in equalIgnoringCase() function 498 inline bool equalIgnoringCase(const char* a, const UChar* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function 499 inline bool equalIgnoringCase(const char* a, const LChar* b, unsigned length) { return equalIgnorin… in equalIgnoringCase() function 500 inline bool equalIgnoringCase(const UChar* a, const UChar* b, int length) in equalIgnoringCase() function
|
| D | WTFString.h | 462 inline bool equalIgnoringCase(const String& a, const String& b) { return equalIgnoringCase(a.impl()… in equalIgnoringCase() function 463 inline bool equalIgnoringCase(const String& a, const LChar* b) { return equalIgnoringCase(a.impl(),… in equalIgnoringCase() function 464 inline bool equalIgnoringCase(const String& a, const char* b) { return equalIgnoringCase(a.impl(), … in equalIgnoringCase() function 465 inline bool equalIgnoringCase(const LChar* a, const String& b) { return equalIgnoringCase(a, b.impl… in equalIgnoringCase() function 466 inline bool equalIgnoringCase(const char* a, const String& b) { return equalIgnoringCase(reinterpre… in equalIgnoringCase() function
|
| D | StringImpl.cpp | 1086 bool equalIgnoringCase(const LChar* a, const LChar* b, unsigned length) in equalIgnoringCase() function 1096 bool equalIgnoringCase(const UChar* a, const LChar* b, unsigned length) in equalIgnoringCase() function 2004 bool equalIgnoringCase(const StringImpl* a, const StringImpl* b) in equalIgnoringCase() function 2014 bool equalIgnoringCase(const StringImpl* a, const LChar* b) in equalIgnoringCase() function
|
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
| D | FontCacheSkiaWin.cpp | 186 static inline bool equalIgnoringCase(const AtomicString& a, const SkString& b) in equalIgnoringCase() function
|
| /external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
| D | CSSParserValues.h | 96 bool equalIgnoringCase(const char* str) const in equalIgnoringCase() function
|
| D | CSSPropertyParser.cpp | 89 static bool equalIgnoringCase(const CSSParserString& a, const char (&b)[N]) in equalIgnoringCase() function 99 static bool equalIgnoringCase(CSSParserValue* value, const char (&b)[N]) in equalIgnoringCase() function
|