Searched refs:ExpectMatches (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_index_unittest.cc | 42 void ExpectMatches(const std::string& query, in ExpectMatches() function in BookmarkIndexTest 48 ExpectMatches(query, title_vector); in ExpectMatches() 51 void ExpectMatches(const std::string& query, in ExpectMatches() function in BookmarkIndexTest 146 ExpectMatches(data[i].query, expected); in TEST_F() 184 ExpectMatches("A", NULL, 0U); in TEST_F() 195 ExpectMatches("BlAh", expected, ARRAYSIZE_UNSAFE(expected)); in TEST_F()
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | bookmark_index_unittest.cc | 44 void ExpectMatches(const std::string& query, in ExpectMatches() function in BookmarkIndexTest 50 ExpectMatches(query, title_vector); in ExpectMatches() 53 void ExpectMatches(const std::string& query, in ExpectMatches() function in BookmarkIndexTest 152 ExpectMatches(data[i].query, expected); in TEST_F() 195 ExpectMatches("A", NULL, 0U); in TEST_F() 206 ExpectMatches("BlAh", expected, ARRAYSIZE_UNSAFE(expected)); in TEST_F()
|