OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnUnparsableEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/logging/win/
log_file_reader.h
37
virtual void
OnUnparsableEvent
(const EVENT_TRACE* event) = 0;
log_file_printer.cc
97
virtual void
OnUnparsableEvent
(const EVENT_TRACE* event) OVERRIDE;
187
void EventPrinter::
OnUnparsableEvent
(const EVENT_TRACE* event) {
log_file_reader.cc
224
delegate_->
OnUnparsableEvent
(event);
Completed in 24 milliseconds