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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 102 last_result.SortAndCull(input);
108 current_result.SortAndCull(input);
131 r1.SortAndCull(input);
autocomplete.h 514 // SortAndCull() has been invoked, and preserves default_match_.
523 void SortAndCull(const AutocompleteInput& input);
    [all...]
autocomplete.cc 607 // provider has at least as many as before, and then use SortAndCull() to
623 SortAndCull(input);
644 void AutocompleteResult::SortAndCull(const AutocompleteInput& input) {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 142 last_result.SortAndCull(input, test_util_.profile());
148 current_result.SortAndCull(input, test_util_.profile());
174 r1.SortAndCull(input, test_util_.profile());
254 result.SortAndCull(input, test_util_.profile());
299 result.SortAndCull(input, test_util_.profile());
366 result.SortAndCull(input, test_util_.profile());
408 result.SortAndCull(input, test_util_.profile());
423 result.SortAndCull(input, test_util_.profile());
autocomplete_result.h 82 void SortAndCull(const AutocompleteInput& input, Profile* profile);
169 // SortAndCull() has been invoked, and preserves default_match_.
autocomplete_result.cc 111 // provider has at least as many as before, and then use SortAndCull() to
128 SortAndCull(input, profile);
144 void AutocompleteResult::SortAndCull(const AutocompleteInput& input,
autocomplete_controller.cc 348 result_.SortAndCull(input_, profile_);
407 result_.SortAndCull(input_, profile_);

Completed in 89 milliseconds