OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
162
last_result.
SortAndCull
(input, test_util_.profile());
168
current_result.
SortAndCull
(input, test_util_.profile());
195
r1.
SortAndCull
(input, test_util_.profile());
276
result.
SortAndCull
(input, test_util_.profile());
322
result.
SortAndCull
(input, test_util_.profile());
368
result.
SortAndCull
(input, test_util_.profile());
418
result.
SortAndCull
(input, test_util_.profile());
453
result.
SortAndCull
(input, test_util_.profile());
469
result.
SortAndCull
(input, test_util_.profile());
autocomplete_result.h
82
void
SortAndCull
(const AutocompleteInput& input, Profile* profile);
174
//
SortAndCull
() has been invoked, and preserves default_match_.
autocomplete_result.cc
112
// provider has at least as many as before, and then use
SortAndCull
() to
129
SortAndCull
(input, profile);
145
void AutocompleteResult::
SortAndCull
(const AutocompleteInput& input,
327
//
SortAndCull
(), and we depend on
SortAndCull
() to be called afterwards.
autocomplete_controller.cc
370
result_.
SortAndCull
(input_, profile_);
453
result_.
SortAndCull
(input_, profile_);
Completed in 1230 milliseconds