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

  /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/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);

Completed in 175 milliseconds