Home | History | Annotate | Download | only in net

Lines Matching refs:ChromeNetLog

22 // 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 {
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 currently being observed, if any. Set by ChromeNetLog's
98 ChromeNetLog* net_log_;
101 friend class ChromeNetLog;
106 ChromeNetLog();
107 ~ChromeNetLog();
161 DISALLOW_COPY_AND_ASSIGN(ChromeNetLog);