Searched defs:content_store (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Dtask_tracker_unittest.cc226 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); local
334 MockContentStore content_store; local
338 GetDefaultEntry(), cancel_callback.GetCallback(), &content_store); local
376 MockContentStore content_store; local
379 GetDefaultEntry(), cancel_callback.GetCallback(), &content_store); local
[all...]
H A Dtask_tracker.cc26 DistilledContentStore* content_store)
28 content_store_(content_store),
24 TaskTracker(const ArticleEntry& entry, CancelCallback callback, DistilledContentStore* content_store) argument

Completed in 354 milliseconds