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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager.h 66 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) = 0;
sync_worker.h 69 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) OVERRIDE;
sync_task_manager.cc 219 client_->RecordTaskLog(token->PassTaskLog());
sync_task_manager_unittest.cc 82 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog>) OVERRIDE {}
sync_worker.cc 300 void SyncWorker::RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) {

Completed in 87 milliseconds