Home
last modified time | relevance | path

Searched defs:num_matches (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_expectations.py626 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/
Dautocomplete.cc653 const size_t num_matches = std::min(kMaxMatches, matches_.size()); in SortAndCull() local