Home
last modified time | relevance | path

Searched defs:equalIgnoringCase (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DAtomicString.h204 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
DStringBuilder.h335 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
DStringImpl.h493 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
DWTFString.h462 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
DStringImpl.cpp1086 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/
DFontCacheSkiaWin.cpp186 static inline bool equalIgnoringCase(const AtomicString& a, const SkString& b) in equalIgnoringCase() function
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParserValues.h96 bool equalIgnoringCase(const char* str) const in equalIgnoringCase() function
DCSSPropertyParser.cpp89 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