Searched defs:TaskLog (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
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) {
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_;

Completed in 248 milliseconds