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

/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_printer.cc87 class EventPrinter : public logging_win::LogFileDelegate { class in namespace:__anon5915
89 explicit EventPrinter(std::ostream* out);
90 virtual ~EventPrinter();
127 DISALLOW_COPY_AND_ASSIGN(EventPrinter);
130 EventPrinter::EventPrinter(std::ostream* out) function in class:__anon5915::EventPrinter
134 EventPrinter::~EventPrinter() {
137 void EventPrinter::PrintTimeStamp(LARGE_INTEGER time_stamp) {
156 void EventPrinter
[all...]

Completed in 228 milliseconds