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

  /external/chromium_org/components/dom_distiller/core/
task_tracker.cc 28 content_store_(content_store),
62 if (content_store_) {
64 content_store_->LoadContent(entry_,
247 if (content_store_) {
248 content_store_->SaveContent(
dom_distiller_service.cc 45 content_store_(new InMemoryContentStore(kDefaultMaxNumCachedEntries)),
221 new TaskTracker(entry, cancel_callback, content_store_.get());
dom_distiller_service.h 167 scoped_ptr<DistilledContentStore> content_store_; member in class:dom_distiller::DomDistillerService
task_tracker.h 132 DistilledContentStore* content_store_; member in class:dom_distiller::TaskTracker

Completed in 641 milliseconds