URLPrefix         360 chrome/browser/autocomplete/base_search_provider.cc   const URLPrefix* prefix =
URLPrefix         361 chrome/browser/autocomplete/base_search_provider.cc       URLPrefix::BestURLPrefix(formatted_url_, input_text);
URLPrefix         389 chrome/browser/autocomplete/base_search_provider.cc       URLPrefix::BestURLPrefix(base::UTF8ToUTF16(url_.spec()), input) != NULL;
URLPrefix         450 chrome/browser/autocomplete/history_url_provider.cc     const URLPrefix* best_prefix = URLPrefix::BestURLPrefix(
URLPrefix         528 chrome/browser/autocomplete/history_url_provider.cc     const URLPrefixes& prefixes = URLPrefix::GetURLPrefixes();
URLPrefix         547 chrome/browser/autocomplete/history_url_provider.cc         const URLPrefix* best_prefix =
URLPrefix         548 chrome/browser/autocomplete/history_url_provider.cc             URLPrefix::BestURLPrefix(base::UTF8ToUTF16(j->url().spec()),
URLPrefix        1259 chrome/browser/autocomplete/search_provider.cc   const URLPrefix* prefix =
URLPrefix        1260 chrome/browser/autocomplete/search_provider.cc       URLPrefix::BestURLPrefix(navigation.formatted_url(), input);
URLPrefix          57 chrome/browser/autocomplete/shortcuts_provider.cc const URLPrefix* BestURLPrefixWithWWWCase(
URLPrefix          60 chrome/browser/autocomplete/shortcuts_provider.cc   CR_DEFINE_STATIC_LOCAL(URLPrefix, www_prefix,
URLPrefix          62 chrome/browser/autocomplete/shortcuts_provider.cc   const URLPrefix* best_prefix = URLPrefix::BestURLPrefix(text, prefix_suffix);
URLPrefix          65 chrome/browser/autocomplete/shortcuts_provider.cc     if (URLPrefix::PrefixMatch(www_prefix, text, prefix_suffix))
URLPrefix         267 chrome/browser/autocomplete/shortcuts_provider.cc     const URLPrefix* best_prefix =
URLPrefix          11 chrome/browser/autocomplete/url_prefix.cc URLPrefix::URLPrefix(const base::string16& prefix, size_t num_components)
URLPrefix          17 chrome/browser/autocomplete/url_prefix.cc const URLPrefixes& URLPrefix::GetURLPrefixes() {
URLPrefix          20 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("https://www."), 2));
URLPrefix          21 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("http://www."), 2));
URLPrefix          22 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("ftp://ftp."), 2));
URLPrefix          23 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("ftp://www."), 2));
URLPrefix          24 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("https://"), 1));
URLPrefix          25 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("http://"), 1));
URLPrefix          26 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::ASCIIToUTF16("ftp://"), 1));
URLPrefix          27 chrome/browser/autocomplete/url_prefix.cc     prefixes.push_back(URLPrefix(base::string16(), 0));
URLPrefix          33 chrome/browser/autocomplete/url_prefix.cc bool URLPrefix::IsURLPrefix(const base::string16& prefix) {
URLPrefix          42 chrome/browser/autocomplete/url_prefix.cc const URLPrefix* URLPrefix::BestURLPrefix(const base::string16& text,
URLPrefix          52 chrome/browser/autocomplete/url_prefix.cc bool URLPrefix::PrefixMatch(const URLPrefix& prefix,
URLPrefix          12 chrome/browser/autocomplete/url_prefix.h struct URLPrefix;
URLPrefix          13 chrome/browser/autocomplete/url_prefix.h typedef std::vector<URLPrefix> URLPrefixes;
URLPrefix          18 chrome/browser/autocomplete/url_prefix.h   URLPrefix(const base::string16& prefix, size_t num_components);
URLPrefix          30 chrome/browser/autocomplete/url_prefix.h   static const URLPrefix* BestURLPrefix(const base::string16& text,
URLPrefix          36 chrome/browser/autocomplete/url_prefix.h   static bool PrefixMatch(const URLPrefix& prefix,
URLPrefix         110 chrome/browser/history/scored_history_match.cc   const URLPrefix* best_inlineable_prefix =
URLPrefix         112 chrome/browser/history/scored_history_match.cc       URLPrefix::BestURLPrefix(base::UTF8ToUTF16(gurl.spec()), terms[0]) :
URLPrefix         139 chrome/browser/history/scored_history_match.cc     const URLPrefix* best_prefix = URLPrefix::BestURLPrefix(