Searched refs:CleanUpUrlForMatching (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_index.cc | 117 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()
|
D | bookmark_utils.h | 132 base::string16 CleanUpUrlForMatching(
|
D | bookmark_utils.cc | 425 base::string16 CleanUpUrlForMatching( in CleanUpUrlForMatching() function
|
/external/chromium_org/chrome/browser/history/ |
D | scored_history_match.cc | 72 bookmarks::CleanUpUrlForMatching(gurl, languages, &adjustments); in ScoredHistoryMatch()
|
D | url_index_private_data.cc | 752 bookmarks::CleanUpUrlForMatching(gurl, languages, NULL); in AddRowWordsToIndex() 1230 bookmarks::CleanUpUrlForMatching(row.url(), languages, NULL); in RestoreWordStartsMap()
|