Searched refs:restart_update_task_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc57 DCHECK(restart_update_task_.IsCancelled());
167 if (!restart_update_task_.IsCancelled()) {
168 restart_update_task_.Cancel();
198 if (!restart_update_task_.IsCancelled())
199 restart_update_task_.Cancel();
228 DCHECK(restart_update_task_.IsCancelled());
229 restart_update_task_.Reset(
233 restart_update_task_.callback(),
239 if (queued_updates_.empty() && !restart_update_task_.IsCancelled())
240 restart_update_task_
[all...]
H A Dappcache_group_unittest.cc282 EXPECT_FALSE(group->restart_update_task_.IsCancelled());
289 EXPECT_TRUE(group->restart_update_task_.IsCancelled());
298 EXPECT_TRUE(group->restart_update_task_.IsCancelled());
H A Dappcache_group.h156 base::CancelableClosure restart_update_task_; member in class:content::AppCacheGroup
H A Dappcache_update_job_unittest.cc2664 EXPECT_FALSE(group_->restart_update_task_.IsCancelled());

Completed in 74 milliseconds