OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetLogLogger
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/net/
net_log_logger.cc
14
NetLogLogger
::
NetLogLogger
(const FilePath &log_path)
22
NetLogLogger
::~
NetLogLogger
() {}
24
void
NetLogLogger
::OnAddEntry(net::NetLog::EventType type,
net_log_logger.h
14
//
NetLogLogger
watches the NetLog event stream, and sends all entries to
20
class
NetLogLogger
: public ChromeNetLog::ThreadSafeObserver {
25
explicit
NetLogLogger
(const FilePath &log_path);
26
~
NetLogLogger
();
38
DISALLOW_COPY_AND_ASSIGN(
NetLogLogger
);
Completed in 50 milliseconds