Home
last modified time | relevance | path

Searched refs:CleanUpUrlForMatching (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.cc117 ExtractQueryWords(CleanUpUrlForMatching(node->url(), languages_, NULL)); in Add()
131 ExtractQueryWords(CleanUpUrlForMatching(node->url(), languages_, NULL)); in Remove()
216 CleanUpUrlForMatching(node->url(), languages_, &adjustments), in AddMatchToResults()
Dbookmark_utils.h132 base::string16 CleanUpUrlForMatching(
Dbookmark_utils.cc425 base::string16 CleanUpUrlForMatching( in CleanUpUrlForMatching() function
/external/chromium_org/chrome/browser/history/
Dscored_history_match.cc72 bookmarks::CleanUpUrlForMatching(gurl, languages, &adjustments); in ScoredHistoryMatch()
Durl_index_private_data.cc752 bookmarks::CleanUpUrlForMatching(gurl, languages, NULL); in AddRowWordsToIndex()
1230 bookmarks::CleanUpUrlForMatching(row.url(), languages, NULL); in RestoreWordStartsMap()