Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_group.cc57 DCHECK(restart_update_task_.IsCancelled()); in ~AppCacheGroup()
167 if (!restart_update_task_.IsCancelled()) { in StartUpdateWithNewMasterEntry()
168 restart_update_task_.Cancel(); in StartUpdateWithNewMasterEntry()
198 if (!restart_update_task_.IsCancelled()) in RunQueuedUpdates()
199 restart_update_task_.Cancel(); in RunQueuedUpdates()
228 DCHECK(restart_update_task_.IsCancelled()); in ScheduleUpdateRestart()
229 restart_update_task_.Reset( in ScheduleUpdateRestart()
233 restart_update_task_.callback(), in ScheduleUpdateRestart()
239 if (queued_updates_.empty() && !restart_update_task_.IsCancelled()) in HostDestructionImminent()
240 restart_update_task_.Cancel(); in HostDestructionImminent()
Dappcache_group_unittest.cc282 EXPECT_FALSE(group->restart_update_task_.IsCancelled()); in TEST_F()
289 EXPECT_TRUE(group->restart_update_task_.IsCancelled()); in TEST_F()
298 EXPECT_TRUE(group->restart_update_task_.IsCancelled()); in TEST_F()
Dappcache_group.h150 base::CancelableClosure restart_update_task_; variable
Dappcache_update_job_unittest.cc2661 EXPECT_FALSE(group_->restart_update_task_.IsCancelled()); in QueueMasterEntryTest()