Searched defs:FindAndCompareScheme (Results 1 - 4 of 4) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_util.h91 GURL_API bool FindAndCompareScheme(const char* str,
95 GURL_API bool FindAndCompareScheme(const char16* str,
99 inline bool FindAndCompareScheme(const std::string& str, function in namespace:url_util
102 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
105 inline bool FindAndCompareScheme(const string16& str, function in namespace:url_util
108 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
H A Durl_util.cc399 bool FindAndCompareScheme(const char* str, function in namespace:url_util
406 bool FindAndCompareScheme(const char16* str, function in namespace:url_util
/external/chromium_org/url/
H A Durl_util.h66 URL_EXPORT bool FindAndCompareScheme(const char* str,
70 URL_EXPORT bool FindAndCompareScheme(const base::char16* str,
74 inline bool FindAndCompareScheme(const std::string& str, function in namespace:url_util
77 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
80 inline bool FindAndCompareScheme(const base::string16& str, function in namespace:url_util
83 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
H A Durl_util.cc416 bool FindAndCompareScheme(const char* str, function in namespace:url_util
423 bool FindAndCompareScheme(const base::char16* str, function in namespace:url_util

Completed in 453 milliseconds