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

  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.cc 27 typedef TaskLogger::TaskLog TaskLog;
29 TaskLogger::TaskLog::TaskLog() : log_id(GenerateLogID()) {}
30 TaskLogger::TaskLog::~TaskLog() {}
38 void TaskLogger::RecordLog(scoped_ptr<TaskLog> log) {
task_logger.h 21 struct TaskLog {
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 85 milliseconds