OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_num_matches
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.cc
169
size_t
max_num_matches
= std::min(kMaxMatches, matches_.size());
local
189
for (num_matches = 0u; (num_matches <
max_num_matches
) &&
Completed in 48 milliseconds