Home | History | Annotate | Download | only in core

Lines Matching full:content_store

226   InMemoryContentStore content_store(kDefaultMaxNumCachedEntries);
227 content_store.InjectContent(entry_with_blob, stored_distilled_article);
231 entry_with_blob, cancel_callback.GetCallback(), &content_store);
260 InMemoryContentStore content_store(kDefaultMaxNumCachedEntries);
261 content_store.InjectContent(entry_with_blob, stored_distilled_article);
264 entry_with_blob, cancel_callback.GetCallback(), &content_store);
299 InMemoryContentStore content_store(kDefaultMaxNumCachedEntries);
305 GetDefaultEntry(), cancel_callback.GetCallback(), &content_store);
334 MockContentStore content_store;
338 GetDefaultEntry(), cancel_callback.GetCallback(), &content_store);
344 EXPECT_CALL(content_store, LoadContent(_, _))
376 MockContentStore content_store;
379 GetDefaultEntry(), cancel_callback.GetCallback(), &content_store);
386 EXPECT_CALL(content_store, SaveContent(_, _, _))