HomeSort by relevance Sort by last modified time
    Searched defs:ChromeNetLog (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 20 ChromeNetLog::ChromeNetLog()
64 ChromeNetLog::~ChromeNetLog() {
chrome_net_log.h 20 // ChromeNetLog is an implementation of NetLog that adds file loggers
22 class ChromeNetLog : public net::NetLog {
24 ChromeNetLog();
25 virtual ~ChromeNetLog();
35 DISALLOW_COPY_AND_ASSIGN(ChromeNetLog);
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 18 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()
76 ChromeNetLog::~ChromeNetLog()
    [all...]
chrome_net_log.h 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'
    [all...]

Completed in 158 milliseconds