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

  /external/chromium_org/components/autocomplete/
url_prefix.h 13 typedef std::vector<URLPrefix> URLPrefixes;
21 static const URLPrefixes& GetURLPrefixes();
url_prefix.cc 37 const URLPrefixes& URLPrefix::GetURLPrefixes() {
38 CR_DEFINE_STATIC_LOCAL(URLPrefixes, prefixes, ());
54 const URLPrefixes& list = GetURLPrefixes();
55 for (URLPrefixes::const_iterator i = list.begin(); i != list.end(); ++i)
64 const URLPrefixes& list = GetURLPrefixes();
65 for (URLPrefixes::const_iterator i = list.begin(); i != list.end(); ++i)
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 687 const URLPrefixes& prefixes = URLPrefix::GetURLPrefixes();
688 for (URLPrefixes::const_iterator i(prefixes.begin()); i != prefixes.end();
    [all...]

Completed in 144 milliseconds