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

  /external/chromium_org/components/dom_distiller/core/
task_tracker_unittest.cc 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); 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...]
task_tracker.cc 26 DistilledContentStore* content_store)
28 content_store_(content_store),
task_tracker.h 81 DistilledContentStore* content_store);

Completed in 1548 milliseconds