Home
last modified time | relevance | path

Searched refs:FindShortestURLFromBase (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Durl_database.h181 bool FindShortestURLFromBase(const std::string& base,
Durl_database.cc341 bool URLDatabase::FindShortestURLFromBase(const std::string& base, in FindShortestURLFromBase() function in history::URLDatabase
/external/chromium/chrome/browser/autocomplete/
Dhistory_url_provider.cc525 if (!db->FindShortestURLFromBase(search_base.possibly_invalid_spec(), in PromoteOrCreateShorterSuggestion()