Home | History | Annotate | Download | only in base

Lines Matching refs:BoundNetLog

111 void BoundNetLog::AddEntry(
120 void BoundNetLog::AddEntryWithTime(
130 void BoundNetLog::AddEvent(
136 void BoundNetLog::BeginEvent(
142 void BoundNetLog::EndEvent(
148 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type,
160 NetLog::LogLevel BoundNetLog::GetLogLevel() const {
166 bool BoundNetLog::IsLoggingBytes() const {
170 bool BoundNetLog::IsLoggingAllEvents() const {
175 BoundNetLog BoundNetLog::Make(NetLog* net_log,
178 return BoundNetLog();
181 return BoundNetLog(source, net_log);
212 const BoundNetLog& net_log,
230 const BoundNetLog& ScopedNetLogEvent::net_log() const {