Lines Matching defs:CapturingNetLog
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,
54 uint32 CapturingNetLog::NextID() {
58 NetLog::LogLevel CapturingNetLog::GetLogLevel() const {
64 CapturingNetLog* net_log)
69 : capturing_net_log_(new CapturingNetLog(max_num_entries)) {}
74 CapturingNetLog::EntryList* entry_list) const {