Home
last modified time | relevance | path

Searched refs:expected_match (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_result_unittest.cc81 AutocompleteMatch expected_match; in AssertResultMatches() local
82 PopulateAutocompleteMatch(expected[i], &expected_match); in AssertResultMatches()
84 EXPECT_EQ(expected_match.provider, match.provider) << i; in AssertResultMatches()
85 EXPECT_EQ(expected_match.relevance, match.relevance) << i; in AssertResultMatches()
86 EXPECT_EQ(expected_match.destination_url.spec(), in AssertResultMatches()
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dtestoutputset.py78 expected_match = expected_matcher.search(output_file.name())
79 if not (name_match and (actual_match or (self._include_expected and expected_match))):