Searched refs:TaskLog (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dtask_logger.h21 struct TaskLog { struct in class:sync_file_system::TaskLogger
29 TaskLog();
30 ~TaskLog();
33 typedef std::deque<TaskLog*> LogList;
37 virtual void OnLogRecorded(const TaskLog& task_log) = 0;
50 void RecordLog(scoped_ptr<TaskLog> log);
59 std::deque<TaskLog*> log_history_;
H A Dtask_logger.cc27 typedef TaskLogger::TaskLog TaskLog; typedef in namespace:sync_file_system
29 TaskLogger::TaskLog::TaskLog() : log_id(GenerateLogID()) {} function in class:sync_file_system::TaskLogger::TaskLog
30 TaskLogger::TaskLog::~TaskLog() {}
38 void TaskLogger::RecordLog(scoped_ptr<TaskLog> log) {
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/
H A Dtask_log.js5 var TaskLog = (function() {
9 var TaskLog = {};
20 TaskLog.onTaskLogRecorded = function(taskLog) {
57 return TaskLog;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_token.h64 void SetTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log);
65 scoped_ptr<TaskLogger::TaskLog> PassTaskLog();
80 scoped_ptr<TaskLogger::TaskLog> task_log_;
H A Dsync_task_token.cc107 task_log_.reset(new TaskLogger::TaskLog);
133 void SyncTaskToken::SetTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) {
137 scoped_ptr<TaskLogger::TaskLog> SyncTaskToken::PassTaskLog() {
H A Dsync_task_manager.h66 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) = 0;
147 scoped_ptr<TaskLogger::TaskLog> task_log,
H A Dsync_task_manager.cc172 scoped_ptr<TaskLogger::TaskLog> task_log = current_task_token->PassTaskLog();
257 scoped_ptr<TaskLogger::TaskLog> task_log,
H A Dsync_worker.h69 virtual void RecordTaskLog(scoped_ptr<TaskLogger::TaskLog> task_log) OVERRIDE;
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) {
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_handler.h46 const sync_file_system::TaskLogger::TaskLog& task_log) OVERRIDE;
H A Dsync_file_system_internals_handler.cc96 const sync_file_system::TaskLogger::TaskLog& task_log) {
106 web_ui()->CallJavascriptFunction("TaskLog.onTaskLogRecorded", dict);

Completed in 398 milliseconds