Searched refs:SortAndCull (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_result_unittest.cc | 162 last_result.SortAndCull(input, test_util_.profile()); in RunCopyOldMatchesTest() 168 current_result.SortAndCull(input, test_util_.profile()); in RunCopyOldMatchesTest() 195 r1.SortAndCull(input, test_util_.profile()); in TEST_F() 276 result.SortAndCull(input, test_util_.profile()); in TEST_F() 322 result.SortAndCull(input, test_util_.profile()); in TEST_F() 368 result.SortAndCull(input, test_util_.profile()); in TEST_F() 418 result.SortAndCull(input, test_util_.profile()); in TEST_F() 453 result.SortAndCull(input, test_util_.profile()); in TEST_F() 469 result.SortAndCull(input, test_util_.profile()); in TEST_F()
|
D | autocomplete_result.h | 82 void SortAndCull(const AutocompleteInput& input, Profile* profile);
|
D | autocomplete_result.cc | 129 SortAndCull(input, profile); in CopyOldMatches() 145 void AutocompleteResult::SortAndCull(const AutocompleteInput& input, in SortAndCull() function in AutocompleteResult
|
D | autocomplete_controller.cc | 370 result_.SortAndCull(input_, profile_); in OnProviderUpdate() 453 result_.SortAndCull(input_, profile_); in UpdateResult()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_result_unittest.cc | 102 last_result.SortAndCull(input); in RunCopyOldMatchesTest() 108 current_result.SortAndCull(input); in RunCopyOldMatchesTest() 131 r1.SortAndCull(input); in TEST_F()
|
D | autocomplete.cc | 623 SortAndCull(input); in CopyOldMatches() 644 void AutocompleteResult::SortAndCull(const AutocompleteInput& input) { in SortAndCull() function in AutocompleteResult 935 result_.SortAndCull(input_); in UpdateResult()
|
D | autocomplete.h | 523 void SortAndCull(const AutocompleteInput& input);
|