Home | History | Annotate | Download | only in proxy

Lines Matching refs:log

127   CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
128 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound());
136 log.GetEntries(&entries);
161 CapturingBoundNetLog log(CapturingNetLog::kUnbounded);
163 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound());
183 log.GetEntries(&entries);
1598 CapturingNetLog log(CapturingNetLog::kUnbounded);
1601 new ProxyService(config_service, resolver, &log));
1689 // Check that the expected events were outputted to the log stream.
1694 log.GetEntries(&entries);