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

  /external/chromium/net/base/
capturing_net_log.cc 9 CapturingNetLog::Entry::Entry(EventType type,
18 CapturingNetLog::Entry::~Entry() {}
20 CapturingNetLog::CapturingNetLog(size_t max_num_entries)
26 CapturingNetLog::~CapturingNetLog() {}
28 void CapturingNetLog::GetEntries(EntryList* entry_list) const {
33 void CapturingNetLog::Clear() {
38 void CapturingNetLog::SetLogLevel(NetLog::LogLevel log_level) {
43 void CapturingNetLog::AddEntry(EventType type
    [all...]
capturing_net_log.h 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
    [all...]

Completed in 108 milliseconds