Home | History | Annotate | Download | only in proxy

Lines Matching refs:net_log

16 #include "net/base/net_log.h"
111 const BoundNetLog& net_log) {
142 const BoundNetLog& net_log) {
169 // |async_host_resolver|, |io_loop| and |net_log| must remain
174 NetLog* net_log)
178 net_log_(net_log) {
264 const BoundNetLog& net_log)
273 net_log_(net_log) {
344 BoundNetLog* net_log() { return &net_log_; }
382 NetLog* net_log)
388 net_log_(net_log),
403 NetLog* net_log) {
415 net_log);
421 new ProxyService(proxy_config_service, proxy_resolver, net_log);
434 NetLog* net_log) {
440 return CreateWithoutProxyResolver(proxy_config_service, net_log);
449 return new ProxyService(proxy_config_service, proxy_resolver, net_log);
455 NetLog* net_log) {
458 net_log);
481 ProxyService* ProxyService::CreateDirectWithNetLog(NetLog* net_log) {
484 net_log);
508 const BoundNetLog& net_log) {
512 net_log.BeginEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
526 return DidFinishResolvingProxy(result, rv, net_log);
529 new PacRequest(this, url, result, callback, net_log));
537 req->net_log()->BeginEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC,
590 req->net_log()->BeginEvent(
610 req->net_log()->EndEvent(NetLog::TYPE_PROXY_SERVICE_WAITING_FOR_INIT_PAC,
668 const BoundNetLog& net_log) {
681 return ResolveProxy(url, result, callback, pac_request, net_log);
715 const BoundNetLog& net_log) {
719 if (net_log.IsLoggingAllEvents()) {
720 net_log.AddEvent(
727 net_log.AddEvent(
743 net_log.EndEvent(NetLog::TYPE_PROXY_SERVICE, NULL);
939 const BoundNetLog& net_log) {
943 this, &SyncProxyServiceHelper::StartAsyncResolve, url, net_log));
954 const GURL& url, ProxyInfo* proxy_info, const BoundNetLog& net_log) {
958 this, &SyncProxyServiceHelper::StartAsyncReconsider, url, net_log));
971 const BoundNetLog& net_log) {
973 url, &proxy_info_, &callback_, NULL, net_log);
980 const BoundNetLog& net_log) {
982 net_log);