/external/chromium_org/extensions/common/matcher/ |
substring_set_matcher_unittest.cc | 31 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/ |
snippet_unittest.cc | 230 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/ |
snippet_unittest.cc | 230 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/ |
bookmark_index_unittest.cc | 169 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/ |
bookmark_index_unittest.cc | 180 BookmarkTitleMatch::MatchPositions expected_matches; local 181 ExtractMatchPositions(data[i].expected, &expected_matches); 182 ExpectMatchPositions(data[i].query, expected_matches);
|