HomeSort by relevance Sort by last modified time
    Searched refs:BoundNetLog (Results 51 - 75 of 519) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/net/base/
net_log.h 29 // is usually accessed through a BoundNetLog, which will always pass in a
34 // TODO(eroman): Remove the 'const' qualitifer from the BoundNetLog methods.
166 class BoundNetLog {
168 BoundNetLog() : net_log_(NULL) {}
170 BoundNetLog(const NetLog::Source& source, NetLog* net_log)
211 // Helper to create a BoundNetLog given a NetLog and a SourceType. Takes care
213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
284 ScopedNetLogEvent(const BoundNetLog& net_log,
296 const BoundNetLog& net_log() const;
299 BoundNetLog net_log_
    [all...]
mapped_host_resolver.h 50 const BoundNetLog& net_log);
  /external/chromium/net/proxy/
proxy_service.h 77 const BoundNetLog& net_log);
95 const BoundNetLog& net_log);
281 const BoundNetLog& net_log);
357 const BoundNetLog& net_log);
360 const BoundNetLog& net_log);
367 void StartAsyncResolve(const GURL& url, const BoundNetLog& net_log);
368 void StartAsyncReconsider(const GURL& url, const BoundNetLog& net_log);
proxy_resolver_v8.h 50 const BoundNetLog& net_log);
proxy_service_unittest.cc 211 int rv = service->ResolveProxy(url, &info, &callback, NULL, BoundNetLog());
239 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog());
262 BoundNetLog());
297 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog());
318 BoundNetLog());
326 BoundNetLog());
333 BoundNetLog());
341 BoundNetLog());
363 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog());
384 rv = service->ResolveProxy(url, &info, &callback2, NULL, BoundNetLog());
    [all...]
sync_host_resolver_bridge_unittest.cc 37 const BoundNetLog& net_log) {
89 const BoundNetLog& net_log) {
97 host_resolver_->Resolve(info, &addresses, NULL, NULL, BoundNetLog());
180 &callback_, &request_, BoundNetLog());
  /external/chromium_org/net/base/
net_log.cc 397 void BoundNetLog::AddEntry(NetLog::EventType type,
404 void BoundNetLog::AddEntry(
413 void BoundNetLog::AddEvent(NetLog::EventType type) const {
417 void BoundNetLog::AddEvent(
423 void BoundNetLog::BeginEvent(NetLog::EventType type) const {
427 void BoundNetLog::BeginEvent(
433 void BoundNetLog::EndEvent(NetLog::EventType type) const {
437 void BoundNetLog::EndEvent(
443 void BoundNetLog::AddEventWithNetErrorCode(NetLog::EventType event_type,
453 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type
    [all...]
  /external/chromium_org/net/dns/
mapped_host_resolver_unittest.cc 46 BoundNetLog());
58 BoundNetLog());
68 BoundNetLog());
81 BoundNetLog());
113 BoundNetLog());
123 BoundNetLog());
151 BoundNetLog());
161 BoundNetLog());
202 BoundNetLog());
210 BoundNetLog());
    [all...]
host_resolver.h 25 class BoundNetLog;
150 const BoundNetLog& net_log) = 0;
158 const BoundNetLog& net_log) = 0;
  /external/chromium_org/net/proxy/
proxy_resolver_v8_unittest.cc 170 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
190 CompletionCallback(), NULL, BoundNetLog());
199 NULL, BoundNetLog());
238 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
259 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
272 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
296 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
310 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
325 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
344 kQueryUrl, &proxy_info, CompletionCallback(), NULL, BoundNetLog());
    [all...]
proxy_info_unittest.cc 35 EXPECT_TRUE(info.Fallback(BoundNetLog()));
  /external/chromium/net/socket/
client_socket_pool.h 68 const BoundNetLog& net_log) = 0;
83 const BoundNetLog& net_log) = 0;
185 const BoundNetLog& net_log) {
socks5_client_socket.h 26 class BoundNetLog;
64 virtual const BoundNetLog& NetLog() const;
155 BoundNetLog net_log_;
socks_client_socket.h 26 class BoundNetLog;
61 virtual const BoundNetLog& NetLog() const;
137 BoundNetLog net_log_;
tcp_server_socket_libevent.h 48 BoundNetLog net_log_;
  /external/chromium_org/net/socket/
client_socket_pool.h 81 const BoundNetLog& net_log) = 0;
96 const BoundNetLog& net_log) = 0;
213 const BoundNetLog& net_log) {
socks5_client_socket.h 25 class BoundNetLog;
57 virtual const BoundNetLog& NetLog() const OVERRIDE;
155 BoundNetLog net_log_;
socks_client_socket.h 25 class BoundNetLog;
54 virtual const BoundNetLog& NetLog() const OVERRIDE;
135 BoundNetLog net_log_;
tcp_client_socket_win.h 19 class BoundNetLog;
50 virtual const BoundNetLog& NetLog() const { return net_log_; }
148 BoundNetLog net_log_;
  /external/chromium/net/http/
http_auth_handler_basic.h 30 const BoundNetLog& net_log,
  /external/chromium/net/udp/
udp_client_socket.h 15 class BoundNetLog;
udp_server_socket.h 16 class BoundNetLog;
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.h 39 const net::BoundNetLog& net_log) OVERRIDE;
  /external/chromium_org/content/browser/download/
download_file_factory.cc 21 const net::BoundNetLog& bound_net_log,
  /external/chromium_org/net/http/
http_stream_factory_impl.h 43 const BoundNetLog& net_log) OVERRIDE;
52 const BoundNetLog& net_log) OVERRIDE;
85 const BoundNetLog& net_log);
104 const BoundNetLog& net_log);

Completed in 345 milliseconds

1 23 4 5 6 7 8 91011>>