Searched refs:RecordTaskLog (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager.h66 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) = 0;
H A Dsync_worker.h69 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) OVERRIDE;
H A Dsync_task_manager.cc219 client_->RecordTaskLog(token->PassTaskLog());
H A Dsync_task_manager_unittest.cc82 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog>) OVERRIDE {}
H A Dsync_worker.cc300 void SyncWorker::RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) { function in class:sync_file_system::drive_backend::SyncWorker

Completed in 138 milliseconds