HomeSort by relevance Sort by last modified time
    Searched full:expected_matches (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/url_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/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);
  /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_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 160 int expected_matches) {
162 for (int index = 0; index < expected_matches; ++index) {
164 EXPECT_EQ(expected_matches, FindInPageWchar(web_contents, search_str,
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 420 const std::string expected_matches[3],
436 EXPECT_EQ(ASCIIToUTF16(expected_matches[i]), matches[i].contents) <<
441 EXPECT_EQ(std::string(), expected_matches[i]) <<
    [all...]

Completed in 203 milliseconds