Searched refs:LogParser (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_parser.cc21 LogParser::LogParser() { function in class:extensions::LogParser
24 LogParser::~LogParser() {
27 void LogParser::Parse(
H A Dlog_parser.h19 class LogParser { class in namespace:extensions
28 virtual ~LogParser();
36 explicit LogParser();
44 DISALLOW_COPY_AND_ASSIGN(LogParser);
H A Dsyslog_parser.h18 class SyslogParser : public LogParser {
H A Dlog_private_api_chromeos.cc68 scoped_ptr<LogParser> CreateLogParser(const std::string& log_type) {
70 return scoped_ptr<LogParser>(new SyslogParser());
74 return scoped_ptr<LogParser>();
86 scoped_ptr<LogParser> parser(CreateLogParser(request_it->first));

Completed in 93 milliseconds