Searched refs:LogFileDelegate (Results 1 – 3 of 3) sorted by relevance
65 explicit LogFileReader(LogFileDelegate* delegate);69 LogFileDelegate* delegate);107 LogFileDelegate* delegate_;117 LogFileReader::LogFileReader(LogFileDelegate* delegate) in LogFileReader()243 LogFileDelegate* delegate) { in ReadFile()251 LogFileDelegate::LogFileDelegate() { in LogFileDelegate() function in logging_win::LogFileDelegate254 LogFileDelegate::~LogFileDelegate() { in ~LogFileDelegate()257 void ReadLogFile(const base::FilePath& log_file, LogFileDelegate* delegate) { in ReadLogFile()
28 class LogFileDelegate {30 virtual ~LogFileDelegate();67 LogFileDelegate();74 void ReadLogFile(const base::FilePath& log_file, LogFileDelegate* delegate);
90 class EventPrinter : public logging_win::LogFileDelegate {