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

  /external/chromium_org/net/base/
capturing_net_log.cc 13 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::CapturedEntry::GetParamsJson() const
    [all...]
capturing_net_log.h 27 // CapturingNetLog is a NetLog which instantiates Observer that saves messages
31 class CapturingNetLog : public NetLog {
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 104 milliseconds