Home
last modified time | relevance | path

Searched defs:task_log (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dsync_task_manager.cc171 scoped_ptr<TaskLogger::TaskLog> task_log = current_task_token->PassTaskLog(); in UpdateBlockingFactor() local
256 scoped_ptr<TaskLogger::TaskLog> task_log, in UpdateBlockingFactorBody()
Dsync_task_token.cc124 void SyncTaskToken::SetTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) { in SetTaskLog()
Dsync_worker.cc297 void SyncWorker::RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) { in RecordTaskLog()
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
Dsync_file_system_internals_handler.cc95 const sync_file_system::TaskLogger::TaskLog& task_log) { in OnLogRecorded()