Home | History | Annotate | Download | only in base

Lines Matching defs:CapturingNetLog

21 // CapturingNetLog is an implementation of NetLog that saves messages to a
23 class CapturingNetLog : public NetLog {
45 // Creates a CapturingNetLog that logs a maximum of |max_num_entries|
47 explicit CapturingNetLog(size_t max_num_entries);
48 virtual ~CapturingNetLog();
78 DISALLOW_COPY_AND_ASSIGN(CapturingNetLog);
82 // CapturingNetLog rather than the more generic NetLog.
88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
100 void GetEntries(CapturingNetLog::EntryList* entry_list) const;
104 // Sets the log level of the underlying CapturingNetLog.
109 scoped_ptr<CapturingNetLog> capturing_net_log_;