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

  /external/chromium_org/webkit/browser/appcache/
appcache_group.cc 57 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_.Cancel()
    [all...]
appcache_group_unittest.cc 282 EXPECT_FALSE(group->restart_update_task_.IsCancelled());
289 EXPECT_TRUE(group->restart_update_task_.IsCancelled());
298 EXPECT_TRUE(group->restart_update_task_.IsCancelled());
appcache_group.h 150 base::CancelableClosure restart_update_task_; member in class:appcache::AppCacheGroup
appcache_update_job_unittest.cc     [all...]

Completed in 420 milliseconds