Searched defs:num_matches (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_expectations.py | 626 modifiers, num_matches, options, overrides_allowed): argument 638 def _add_test(self, test, modifiers, num_matches, expectations, options, argument 706 def _already_seen_better_match(self, test, test_list_path, num_matches, argument
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.cc | 653 const size_t num_matches = std::min(kMaxMatches, matches_.size()); in SortAndCull() local
|