Searched refs:kMaxSyncFavicons (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc28 const int kMaxSyncFavicons = kFaviconBatchSize*2; member in namespace:browser_sync::__anon5806
312 : cache_(NULL, kMaxSyncFavicons),
1138 for (int i = 0; i < kMaxSyncFavicons; ++i) {
1154 TestFaviconData favicon = BuildFaviconData(i+kMaxSyncFavicons);
1158 i+kMaxSyncFavicons);
1168 EXPECT_EQ((unsigned long)kMaxSyncFavicons,
1171 EXPECT_EQ(kMaxSyncFavicons, merge_result.num_items_added());
1173 EXPECT_EQ(kMaxSyncFavicons, merge_result.num_items_deleted());
1174 EXPECT_EQ(kMaxSyncFavicons, merge_result.num_items_before_association());
1175 EXPECT_EQ(kMaxSyncFavicons, merge_resul
[all...]
H A Dsession_model_associator.cc110 static const int kMaxSyncFavicons = 200; member in namespace:browser_sync::__anon5816
144 favicon_cache_(profile_, kMaxSyncFavicons) {

Completed in 125 milliseconds