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

  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 300 std::vector<BookmarkCacheRow> bookmark_cache_rows; local
301 ASSERT_TRUE(GetBookmarkCacheRows(&bookmark_cache_rows, backend.get()));
302 ASSERT_EQ(3u, bookmark_cache_rows.size());
303 std::vector<BookmarkCacheRow>::const_iterator j = bookmark_cache_rows.begin();
338 bookmark_cache_rows.clear();
339 ASSERT_TRUE(GetBookmarkCacheRows(&bookmark_cache_rows, backend.get()));
340 ASSERT_EQ(2u, bookmark_cache_rows.size());
341 j = bookmark_cache_rows.begin();
    [all...]

Completed in 97 milliseconds