HomeSort by relevance Sort by last modified time
    Searched refs:ScopedNetLogEvent (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
net_log_unittest.cc 18 scoped_ptr<ScopedNetLogEvent> net_log_event(
19 new ScopedNetLogEvent(net_log, NetLog::TYPE_REQUEST_ALIVE, NULL));
net_log.cc 211 ScopedNetLogEvent::ScopedNetLogEvent(
220 ScopedNetLogEvent::~ScopedNetLogEvent() {
224 void ScopedNetLogEvent::SetEndEventParameters(
230 const BoundNetLog& ScopedNetLogEvent::net_log() const {
net_log.h 280 // ScopedNetLogEvent logs a begin event on creation, and the corresponding end
282 class ScopedNetLogEvent {
284 ScopedNetLogEvent(const BoundNetLog& net_log,
288 ~ScopedNetLogEvent();
291 // at most once for a given ScopedNetLogEvent object. If not called, the end

Completed in 354 milliseconds