Searched refs:SegmentURL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/url_fixer/
H A Durl_fixer.h29 // schemes such as http, https, and ftp where |SegmentURL| will find many
33 std::string SegmentURL(const std::string& text, url::Parsed* parts);
34 base::string16 SegmentURL(const base::string16& text, url::Parsed* parts);
H A Durl_fixer.cc35 // SegmentURL. A url::Parsed object keeps track of a bunch of indices into
399 // Performs the work for url_fixer::SegmentURL. |text| may be modified on
500 std::string url_fixer::SegmentURL(const std::string& text, url::Parsed* parts) { function in class:url_fixer
505 base::string16 url_fixer::SegmentURL(const base::string16& text, function in class:url_fixer
509 std::string scheme_utf8 = SegmentURL(text_utf8, &parts_utf8);
H A Durl_fixer_unittest.cc199 TEST(URLFixerTest, SegmentURL) {
205 result = url_fixer::SegmentURL(value.input, &parts);
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dedit_search_engine_controller.cc145 std::string scheme(url_fixer::SegmentURL(expanded_url, &parts));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.cc96 static_cast<URLBlacklist::SegmentURLCallback>(url_fixer::SegmentURL);
/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc156 const base::string16 parsed_scheme(url_fixer::SegmentURL(text, parts));
239 // Note that SegmentURL() is smart so we aren't tricked by "c:\foo" or
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc512 url_fixer::SegmentURL(fixup_return.second, &parts);
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc31 // than having it mocked out, the actual url_fixer::SegmentURL call is used
38 // Helper to get the disambiguated SegmentURL() function.
40 return url_fixer::SegmentURL;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc502 url_fixer::SegmentURL);

Completed in 196 milliseconds