Searched defs:BoundNetLog (Results 1 - 1 of 1) sorted by path

/external/chromium_org/net/base/
H A Dnet_log.h33 // is usually accessed through a BoundNetLog, which will always pass in a
308 friend class BoundNetLog;
340 class NET_EXPORT BoundNetLog { class in namespace:net
342 BoundNetLog() : net_log_(NULL) {} function in class:net::BoundNetLog
391 // Helper to create a BoundNetLog given a NetLog and a SourceType. Takes care
393 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
399 BoundNetLog(const NetLog::Source& source, NetLog* net_log) function in class:net::BoundNetLog

Completed in 566 milliseconds