Searched defs:expected_matches (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/extensions/common/matcher/
H A Dsubstring_set_matcher_unittest.cc31 size_t expected_matches = (is_match ? 1 : 0); local
32 EXPECT_EQ(expected_matches, matches.size()) << test;
62 size_t expected_matches = (is_match_1 ? 1 : 0) + (is_match_2 ? 1 : 0); local
63 EXPECT_EQ(expected_matches, matches.size()) << test;
/external/chromium/chrome/browser/history/
H A Dsnippet_unittest.cc230 const size_t expected_matches[10]; member in struct:TestData
248 EXPECT_EQ(data[i].expected_matches[2 * j], matches[j].first);
249 EXPECT_EQ(data[i].expected_matches[2 * j + 1], matches[j].second);
/external/chromium_org/chrome/browser/history/
H A Dsnippet_unittest.cc230 const size_t expected_matches[10]; member in struct:TestData
248 EXPECT_EQ(data[i].expected_matches[2 * j], matches[j].first);
249 EXPECT_EQ(data[i].expected_matches[2 * j + 1], matches[j].second);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc169 Snippet::MatchPositions expected_matches; local
170 ExtractMatchPositions(data[i].expected, &expected_matches);
171 ExpectMatchPositions(data[i].query, expected_matches);
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc180 BookmarkTitleMatch::MatchPositions expected_matches; local
181 ExtractMatchPositions(data[i].expected, &expected_matches);
182 ExpectMatchPositions(data[i].query, expected_matches);
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc152 int expected_matches) {
154 for (int index = 0; index < expected_matches; ++index) {
156 EXPECT_EQ(expected_matches, FindInPageWchar(web_contents, search_str,
149 FindInPageTillBoxMoves(WebContents* web_contents, int start_x_position, const wchar_t* search_str, int expected_matches) argument

Completed in 441 milliseconds