HomeSort by relevance Sort by last modified time
    Searched defs:task_description (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.h 25 std::string task_description; member in struct:sync_file_system::TaskLogger::TaskLog
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_token.cc 97 void SyncTaskToken::InitializeTaskLog(const std::string& task_description) {
100 task_log_->task_description = task_description;
105 "task_description", task_description); local

Completed in 185 milliseconds