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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringHash.h97 return equalIgnoringCaseNonNull(a, b);
H A DStringImpl.h491 WTF_EXPORT bool equalIgnoringCaseNonNull(const StringImpl*, const StringImpl*);
H A DStringImpl.cpp2068 bool equalIgnoringCaseNonNull(const StringImpl* a, const StringImpl* b) function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilderSimulator.cpp94 return equalIgnoringCaseNonNull(token.data().impl(), SVGNames::foreignObjectTag.localName().impl());

Completed in 336 milliseconds