Home
last modified time | relevance | path

Searched refs:blob_fetcher_running_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
Dtask_tracker.cc29 blob_fetcher_running_(false), in TaskTracker()
160 blob_fetcher_running_ = false; in OnBlobFetched()
172 return distiller_ || blob_fetcher_running_; in IsAnySourceRunning()
Dtask_tracker.h140 bool blob_fetcher_running_; variable