OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogFileDelegate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/logging/win/
log_file_reader.h
28
class
LogFileDelegate
{
30
virtual ~
LogFileDelegate
();
67
LogFileDelegate
();
74
void ReadLogFile(const base::FilePath& log_file,
LogFileDelegate
* delegate);
log_file_reader.cc
65
explicit LogFileReader(
LogFileDelegate
* delegate);
69
LogFileDelegate
* delegate);
107
LogFileDelegate
* delegate_;
117
LogFileReader::LogFileReader(
LogFileDelegate
* delegate)
243
LogFileDelegate
* delegate) {
251
LogFileDelegate
::
LogFileDelegate
() {
254
LogFileDelegate
::~
LogFileDelegate
() {
257
void ReadLogFile(const base::FilePath& log_file,
LogFileDelegate
* delegate)
[
all
...]
log_file_printer.cc
87
class EventPrinter : public logging_win::
LogFileDelegate
{
Completed in 184 milliseconds