Home | History | Annotate | Download | only in socket

Lines Matching refs:net_log

13 #include "net/base/net_log.h"
98 NetLog* net_log)
100 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
168 net_log());
180 addresses_, net_log().net_log(), net_log().source()));
250 NetLog* net_log)
256 host_resolver, net_log)) {
268 const BoundNetLog& net_log) {
272 if (net_log.IsLoggingAllEvents()) {
274 net_log.AddEvent(
282 callback, net_log);
289 const BoundNetLog& net_log) {
293 if (net_log.IsLoggingAllEvents()) {
295 net_log.AddEvent(
302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);