Searched refs:timer_on_io_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.cc595 } else if (!timer_on_io_->IsRunning()) {
596 timer_on_io_->Start(
630 timer_on_io_.reset();
673 DCHECK(!timer_on_io_);
675 timer_on_io_.reset(new base::OneShotTimer<LocalFileSyncContext>);
H A Dlocal_file_sync_context.h362 scoped_ptr<base::OneShotTimer<LocalFileSyncContext> > timer_on_io_; member in class:sync_file_system::LocalFileSyncContext

Completed in 54 milliseconds