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

/external/chromium_org/chrome/browser/net/
H A Dchrome_net_log.cc20 ChromeNetLog::ChromeNetLog() function in class:ChromeNetLog
64 ChromeNetLog::~ChromeNetLog() {
H A Dchrome_net_log.h20 // ChromeNetLog is an implementation of NetLog that adds file loggers
22 class ChromeNetLog : public net::NetLog { class in inherits:net::NetLog
24 ChromeNetLog();
25 virtual ~ChromeNetLog();
35 DISALLOW_COPY_AND_ASSIGN(ChromeNetLog);
/external/chromium/chrome/browser/net/
H A Dchrome_net_log.cc18 ChromeNetLog::ThreadSafeObserver::ThreadSafeObserver(LogLevel log_level)
23 ChromeNetLog::ThreadSafeObserver::~ThreadSafeObserver() {
27 net::NetLog::LogLevel ChromeNetLog::ThreadSafeObserver::log_level() const {
31 void ChromeNetLog::ThreadSafeObserver::AssertNetLogLockAcquired() const {
36 void ChromeNetLog::ThreadSafeObserver::SetLogLevel(
44 ChromeNetLog::Entry::Entry(uint32 order,
58 ChromeNetLog::Entry::~Entry() {}
60 ChromeNetLog::ChromeNetLog() function in class:ChromeNetLog
76 ChromeNetLog
[all...]
H A Dchrome_net_log.h22 // ChromeNetLog is an implementation of NetLog that dispatches network log
25 // All methods are thread safe, with the exception that no ChromeNetLog or
26 // ChromeNetLog::ThreadSafeObserver functions may be called by an observer's
29 // By default, ChromeNetLog will attach the observer PassiveLogCollector which
33 class ChromeNetLog : public net::NetLog { class in inherits:net::NetLog
62 // observe a single ChromeNetLog at a time.
80 // It is illegal for an Observer to call any ChromeNetLog or
81 // ChromeNetLog::ThreadSafeObserver functions in response to a call to
93 // Can only be called when actively observing a ChromeNetLog.
96 // ChromeNetLog currentl
[all...]

Completed in 101 milliseconds