HomeSort by relevance Sort by last modified time
    Searched refs:SortAndCull (Results 1 - 3 of 3) 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...]

Completed in 328 milliseconds