HomeSort by relevance Sort by last modified time
    Searched refs:FindAndCompareScheme (Results 1 - 8 of 8) sorted by null

  /external/chromium/googleurl/src/
url_util.h 91 GURL_API bool FindAndCompareScheme(const char* str,
95 GURL_API bool FindAndCompareScheme(const char16* str,
99 inline bool FindAndCompareScheme(const std::string& str,
102 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
105 inline bool FindAndCompareScheme(const string16& str,
108 return FindAndCompareScheme(str.data(), static_cast<int>(str.size()),
url_util_unittest.cc 37 TEST(URLUtilTest, FindAndCompareScheme) {
42 EXPECT_TRUE(url_util::FindAndCompareScheme(
44 EXPECT_TRUE(url_util::FindAndCompareScheme(
49 EXPECT_FALSE(url_util::FindAndCompareScheme(
55 EXPECT_FALSE(url_util::FindAndCompareScheme(
61 EXPECT_TRUE(url_util::FindAndCompareScheme(
66 EXPECT_FALSE(url_util::FindAndCompareScheme("", 0, "", &found_scheme));
72 EXPECT_TRUE(url_util::FindAndCompareScheme(
80 EXPECT_FALSE(url_util::FindAndCompareScheme(
url_util.cc 399 bool FindAndCompareScheme(const char* str,
406 bool FindAndCompareScheme(const char16* str,
  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 96 !url_util::FindAndCompareScheme(UTF16ToUTF8(input_text),
autocomplete.cc 519 if (url_util::FindAndCompareScheme(utf8_input, chrome::kViewSourceScheme,
522 return url_util::FindAndCompareScheme(utf8_input, chrome::kHttpScheme, NULL);
    [all...]
history_url_provider.cc 193 url_util::FindAndCompareScheme(UTF16ToUTF8(params->input.text()),
    [all...]
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 945 return url_util::FindAndCompareScheme(url.characters(), url.length(),
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 714 if (url_util::FindAndCompareScheme(url, chrome::kHttpScheme, NULL)) {
    [all...]

Completed in 580 milliseconds