/external/chromium/net/http/ |
D | http_auth_handler_factory_unittest.cc | 29 const BoundNetLog& net_log, in CreateAuthHandler() 61 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); in TEST() 67 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); in TEST() 70 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), in TEST() 77 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); in TEST() 80 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), in TEST() 86 "basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); in TEST() 92 "Basic", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), &handler)); in TEST() 95 "Digest", HttpAuth::AUTH_SERVER, gurl, BoundNetLog(), in TEST() 114 BoundNetLog(), in TEST() [all …]
|
D | http_auth_handler_factory.h | 22 class BoundNetLog; variable 82 const BoundNetLog& net_log, 93 const BoundNetLog& net_log, 106 const BoundNetLog& net_log, 191 const BoundNetLog& net_log,
|
D | http_proxy_client_socket_pool_unittest.cc | 77 BoundNetLog().net_log()), in HttpProxyClientSocketPoolTest() 228 BoundNetLog()); in TEST_P() 270 BoundNetLog()); in TEST_P() 314 BoundNetLog()); in TEST_P() 351 BoundNetLog()); in TEST_P() 373 BoundNetLog()); in TEST_P() 398 BoundNetLog()); in TEST_P() 423 BoundNetLog()); in TEST_P() 461 BoundNetLog()); in TEST_P() 502 BoundNetLog()); in TEST_P()
|
D | http_auth_controller.h | 47 const BoundNetLog& net_log); 60 const BoundNetLog& net_log); 90 bool SelectPreemptiveAuth(const BoundNetLog& net_log);
|
/external/chromium/net/base/ |
D | net_log.cc | 111 void BoundNetLog::AddEntry( in AddEntry() 120 void BoundNetLog::AddEntryWithTime( in AddEntryWithTime() 130 void BoundNetLog::AddEvent( in AddEvent() 136 void BoundNetLog::BeginEvent( in BeginEvent() 142 void BoundNetLog::EndEvent( in EndEvent() 148 void BoundNetLog::EndEventWithNetErrorCode(NetLog::EventType event_type, in EndEventWithNetErrorCode() 160 NetLog::LogLevel BoundNetLog::GetLogLevel() const { in GetLogLevel() 166 bool BoundNetLog::IsLoggingBytes() const { in IsLoggingBytes() 170 bool BoundNetLog::IsLoggingAllEvents() const { in IsLoggingAllEvents() 175 BoundNetLog BoundNetLog::Make(NetLog* net_log, in Make() [all …]
|
D | mapped_host_resolver_unittest.cc | 36 &address_list, NULL, NULL, BoundNetLog()); in TEST() 45 &address_list, NULL, NULL, BoundNetLog()); in TEST() 53 &address_list, NULL, NULL, BoundNetLog()); in TEST() 64 &address_list, NULL, NULL, BoundNetLog()); in TEST() 93 &address_list, NULL, NULL, BoundNetLog()); in TEST() 101 &address_list, NULL, NULL, BoundNetLog()); in TEST() 126 &address_list, NULL, NULL, BoundNetLog()); in TEST() 134 &address_list, NULL, NULL, BoundNetLog()); in TEST()
|
D | host_resolver_impl.h | 117 const BoundNetLog& source_net_log); 169 void OnStartRequest(const BoundNetLog& source_net_log, 170 const BoundNetLog& request_net_log, 175 void OnFinishRequest(const BoundNetLog& source_net_log, 176 const BoundNetLog& request_net_log, 183 void OnCancelRequest(const BoundNetLog& source_net_log, 184 const BoundNetLog& request_net_log,
|
D | dnsrr_resolver_unittest.cc | 36 &callback, &response, 0, BoundNetLog()); in TEST_F() 51 &callback, &response, 0, BoundNetLog()); in TEST_F() 67 &callback, &response, 0, BoundNetLog()); in TEST_F() 78 &callback, &response, 0, BoundNetLog()); in TEST_F() 91 &callback3, &response, 0, BoundNetLog()); in TEST_F() 100 &callback, &response, 0, BoundNetLog()); in TEST_F() 114 &callback, &response, 0, BoundNetLog()); in TEST_F() 117 &callback2, &response, 0, BoundNetLog()); in TEST_F()
|
D | net_log.h | 166 class BoundNetLog { 168 BoundNetLog() : net_log_(NULL) {} in BoundNetLog() function 170 BoundNetLog(const NetLog::Source& source, NetLog* net_log) in BoundNetLog() function 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_;
|
/external/chromium/net/socket/ |
D | client_socket_pool_base_unittest.cc | 83 virtual const BoundNetLog& NetLog() const { in NetLog() 94 BoundNetLog net_log_; 167 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)), in TestConnectJob() 394 const BoundNetLog& net_log) { in RequestSocket() 404 const BoundNetLog& net_log) { in RequestSockets() 613 false, params_, BoundNetLog()); in TEST_F() 633 false, params_, BoundNetLog()); in TEST_F() 959 BoundNetLog())); in TEST_F() 970 BoundNetLog())); in TEST_F() 993 BoundNetLog())); in TEST_F() [all …]
|
D | ssl_client_socket_pool_unittest.cc | 180 int rv = handle.Init("a", params, MEDIUM, NULL, pool_.get(), BoundNetLog()); in TEST_F() 199 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 224 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 243 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 266 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 289 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 315 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 342 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 368 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() 400 "a", params, MEDIUM, &callback, pool_.get(), BoundNetLog()); in TEST_F() [all …]
|
D | transport_client_socket_pool_unittest.cc | 80 virtual const BoundNetLog& NetLog() const { in NetLog() 104 BoundNetLog net_log_; 130 virtual const BoundNetLog& NetLog() const { in NetLog() 154 BoundNetLog net_log_; 204 virtual const BoundNetLog& NetLog() const { in NetLog() 246 BoundNetLog net_log_; 485 int rv = handle.Init("a", low_params_, LOW, &callback, &pool_, BoundNetLog()); in TEST_F() 506 BoundNetLog())); in TEST_F() 516 &callback, &pool_, BoundNetLog())); in TEST_F() 523 &pool_, BoundNetLog())); in TEST_F() [all …]
|
D | client_socket_pool_base.h | 73 const BoundNetLog& net_log); 78 const BoundNetLog& net_log() { return net_log_; } in net_log() 113 const BoundNetLog& net_log() const { return net_log_; } in net_log() 142 BoundNetLog net_log_; 176 const BoundNetLog& net_log 189 const BoundNetLog& net_log() const { return net_log_; } in net_log() 197 BoundNetLog net_log_; 472 const BoundNetLog& net_log); 593 const BoundNetLog& net_log in Request() 658 const BoundNetLog& net_log) { in RequestSocket() [all …]
|
D | tcp_client_socket_win.h | 19 class BoundNetLog; variable 50 virtual const BoundNetLog& NetLog() const { return net_log_; } in NetLog() 133 BoundNetLog net_log_;
|
/external/chromium/net/proxy/ |
D | proxy_service_unittest.cc | 211 int rv = service->ResolveProxy(url, &info, &callback, NULL, BoundNetLog()); in TEST() 239 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog()); in TEST() 262 BoundNetLog()); in TEST() 297 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog()); in TEST() 318 BoundNetLog()); in TEST() 326 BoundNetLog()); in TEST() 333 BoundNetLog()); in TEST() 341 BoundNetLog()); in TEST() 363 int rv = service->ResolveProxy(url, &info, &callback1, NULL, BoundNetLog()); in TEST() 384 rv = service->ResolveProxy(url, &info, &callback2, NULL, BoundNetLog()); in TEST() [all …]
|
D | proxy_resolver_v8_unittest.cc | 154 BoundNetLog()); in TEST() 174 &proxy_info, NULL, NULL, BoundNetLog()); in TEST() 183 BoundNetLog()); in TEST() 222 BoundNetLog()); in TEST() 243 BoundNetLog()); in TEST() 256 BoundNetLog()); in TEST() 280 BoundNetLog()); in TEST() 294 BoundNetLog()); in TEST() 309 BoundNetLog()); in TEST() 328 BoundNetLog()); in TEST() [all …]
|
D | 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);
|
D | multi_threaded_proxy_resolver_unittest.cc | 43 const BoundNetLog& net_log) { in GetProxyForURL() 142 const BoundNetLog& net_log) { in GetProxyForURL() 169 const BoundNetLog& net_log) { in GetProxyForURL() 284 GURL("http://request1"), &results1, &callback1, NULL, BoundNetLog()); in TEST() 290 GURL("http://request2"), &results2, &callback2, NULL, BoundNetLog()); in TEST() 296 GURL("http://request3"), &results3, &callback3, NULL, BoundNetLog()); in TEST() 447 GURL("http://request0"), &results0, &callback0, &request0, BoundNetLog()); in TEST() 458 GURL("http://request1"), &results1, &callback1, NULL, BoundNetLog()); in TEST() 465 GURL("http://request2"), &results2, &callback2, &request2, BoundNetLog()); in TEST() 471 GURL("http://request3"), &results3, &callback3, NULL, BoundNetLog()); in TEST() [all …]
|
D | proxy_resolver_request_context.h | 12 class BoundNetLog; variable 20 ProxyResolverRequestContext(const BoundNetLog* net_log, in ProxyResolverRequestContext() 26 const BoundNetLog* net_log;
|
D | sync_host_resolver_bridge_unittest.cc | 37 const BoundNetLog& net_log) { in Resolve() 89 const BoundNetLog& net_log) { in GetProxyForURL() 97 host_resolver_->Resolve(info, &addresses, NULL, NULL, BoundNetLog()); in GetProxyForURL() 180 &callback_, &request_, BoundNetLog()); in Init()
|
D | proxy_service.cc | 111 const BoundNetLog& net_log) { in GetProxyForURL() 142 const BoundNetLog& net_log) { in GetProxyForURL() 264 const BoundNetLog& net_log) in PacRequest() 344 BoundNetLog* net_log() { return &net_log_; } in net_log() 375 BoundNetLog net_log_; 508 const BoundNetLog& net_log) { in ResolveProxy() 668 const BoundNetLog& net_log) { in ReconsiderProxyAfterError() 715 const BoundNetLog& net_log) { in DidFinishResolvingProxy() 939 const BoundNetLog& net_log) { in ResolveProxy() 954 const GURL& url, ProxyInfo* proxy_info, const BoundNetLog& net_log) { in ReconsiderProxyAfterError() [all …]
|
/external/chromium/net/spdy/ |
D | spdy_session_unittest.cc | 135 spdy_session_pool->Get(pair, BoundNetLog()); in TEST_F() 149 BoundNetLog())); in TEST_F() 158 spdy_session_pool->Get(pair, BoundNetLog()); in TEST_F() 206 spdy_session_pool->Get(pair, BoundNetLog()); in TEST_F() 223 BoundNetLog())); in TEST_F() 231 BoundNetLog(), in TEST_F() 342 spdy_session_pool->Get(pair, BoundNetLog()); in TEST_F() 356 BoundNetLog())); in TEST_F() 367 BoundNetLog(), in TEST_F() 376 BoundNetLog(), in TEST_F() [all …]
|
D | spdy_session_pool.h | 30 class BoundNetLog; variable 50 const BoundNetLog& net_log); 71 const BoundNetLog& net_log, 134 const BoundNetLog& net_log) const; 137 const BoundNetLog& net_log,
|
D | spdy_session.h | 42 class BoundNetLog; variable 77 const BoundNetLog& stream_net_log); 85 const BoundNetLog& stream_net_log, 213 const BoundNetLog& net_log() const { return net_log_; } in net_log() 227 const BoundNetLog& stream_net_log, in PendingCreateStream() 235 const BoundNetLog* stream_net_log; 273 const BoundNetLog& stream_net_log); 537 BoundNetLog net_log_;
|
D | spdy_network_transaction_unittest.cc | 71 const BoundNetLog& log, in NormalSpdyTransactionHelper() 331 const BoundNetLog& log_; 437 BoundNetLog log; in VerifyStreamsClosed() 452 BoundNetLog(), GetParam()); in RunServerPushTest() 460 int rv = trans->Start(&CreateGetRequest(), &callback, BoundNetLog()); in RunServerPushTest() 467 rv = trans2->Start(&CreateGetPushRequest(), &callback, BoundNetLog()); in RunServerPushTest() 542 BoundNetLog(), GetParam()); in TEST_P() 594 NormalSpdyTransactionHelper helper(http_req, BoundNetLog(), GetParam()); in TEST_P() 654 BoundNetLog log; in TEST_P() 657 BoundNetLog(), GetParam()); in TEST_P() [all …]
|