Home
last modified time | relevance | path

Searched refs:HasSubstringAt (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/favicon/
Dfavicon_url_parser.cc25 bool HasSubstringAt(const std::string& path, in HasSubstringAt() function
48 if (HasSubstringAt(path, parsed_index, kLargestParameter)) { in ParseFaviconPath()
51 } else if (HasSubstringAt(path, parsed_index, kSizeParameter)) { in ParseFaviconPath()
95 if (HasSubstringAt(path, parsed_index, kIconURLParameter)) { in ParseFaviconPath()
103 if (HasSubstringAt(path, parsed_index, kOriginParameter)) { in ParseFaviconPath()