Searched defs:CapturingNetLog (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dcapturing_net_log.cc13 CapturingNetLog::CapturedEntry::CapturedEntry(
26 CapturingNetLog::CapturedEntry::CapturedEntry(const CapturedEntry& entry) {
30 CapturingNetLog::CapturedEntry::~CapturedEntry() {}
32 CapturingNetLog::CapturedEntry&
33 CapturingNetLog::CapturedEntry::operator=(const CapturedEntry& entry) {
42 bool CapturingNetLog::CapturedEntry::GetStringValue(
50 bool CapturingNetLog::CapturedEntry::GetIntegerValue(
58 bool CapturingNetLog::CapturedEntry::GetListValue(
66 bool CapturingNetLog::CapturedEntry::GetNetErrorCode(int* value) const {
70 std::string CapturingNetLog
131 CapturingNetLog::CapturingNetLog() { function in class:net::CapturingNetLog
[all...]
H A Dcapturing_net_log.h27 // CapturingNetLog is a NetLog which instantiates Observer that saves messages
31 class CapturingNetLog : public NetLog { class in namespace:net
74 CapturingNetLog();
75 virtual ~CapturingNetLog();
120 DISALLOW_COPY_AND_ASSIGN(CapturingNetLog);
124 // CapturingNetLog rather than the more generic NetLog.
137 void GetEntries(CapturingNetLog::CapturedEntryList* entry_list) const;
142 CapturingNetLog::CapturedEntryList* entry_list) const;
149 // Sets the log level of the underlying CapturingNetLog.
153 CapturingNetLog capturing_net_log
[all...]

Completed in 128 milliseconds