/external/chromium_org/content/browser/download/ |
download_file_factory.cc | 21 const net::BoundNetLog& bound_net_log, 29 calculate_hash, stream.Pass(), bound_net_log,
|
download_create_info.cc | 16 const net::BoundNetLog& bound_net_log, 26 request_bound_net_log(bound_net_log) {}
|
download_file_factory.h | 38 const net::BoundNetLog& bound_net_log,
|
download_item_factory.h | 57 const net::BoundNetLog& bound_net_log) = 0; 63 const net::BoundNetLog& bound_net_log) = 0; 72 const net::BoundNetLog& bound_net_log) = 0;
|
download_create_info.h | 29 const net::BoundNetLog& bound_net_log,
|
download_file_impl.h | 31 // |bound_net_log| will be used for logging the download file's events. 45 const net::BoundNetLog& bound_net_log,
|
download_manager_impl.cc | 182 const net::BoundNetLog& bound_net_log) OVERRIDE { 200 bound_net_log); 207 const net::BoundNetLog& bound_net_log) OVERRIDE { 208 return new DownloadItemImpl(delegate, download_id, info, bound_net_log); 218 const net::BoundNetLog& bound_net_log) OVERRIDE { 221 bound_net_log); 249 net::BoundNetLog bound_net_log = local 252 item_factory_->CreateActiveItem(this, id, info, bound_net_log); 504 net::BoundNetLog bound_net_log = local 513 bound_net_log); [all...] |
download_manager_impl_unittest.cc | 245 const net::BoundNetLog& bound_net_log) OVERRIDE; 250 const net::BoundNetLog& bound_net_log) OVERRIDE; 258 const net::BoundNetLog& bound_net_log) OVERRIDE; 310 const net::BoundNetLog& bound_net_log) { 324 const net::BoundNetLog& bound_net_log) { 347 const net::BoundNetLog& bound_net_log) { 382 const net::BoundNetLog& bound_net_log, 386 stream.get(), bound_net_log, observer);
|
base_file.h | 44 const net::BoundNetLog& bound_net_log);
|
download_file_impl.cc | 38 const net::BoundNetLog& bound_net_log, 48 bound_net_log), 52 bound_net_log_(bound_net_log),
|
download_item_impl.h | 52 // |bound_net_log| is constructed externally for our use. 69 const net::BoundNetLog& bound_net_log); 72 // |bound_net_log| is constructed externally for our use. 76 const net::BoundNetLog& bound_net_log); 79 // |bound_net_log| is constructed externally for our use. 86 const net::BoundNetLog& bound_net_log);
|
base_file.cc | 35 const net::BoundNetLog& bound_net_log) 44 bound_net_log_(bound_net_log) {
|
download_browsertest.cc | 110 const net::BoundNetLog& bound_net_log, 158 const net::BoundNetLog& bound_net_log, 182 const net::BoundNetLog& bound_net_log, 188 calculate_hash, stream.Pass(), bound_net_log, 235 const net::BoundNetLog& bound_net_log, 243 calculate_hash, stream.Pass(), bound_net_log, 279 const net::BoundNetLog& bound_net_log, 284 stream.Pass(), bound_net_log, 336 const net::BoundNetLog& bound_net_log, 344 calculate_hash, stream.Pass(), bound_net_log, [all...] |
download_item_impl.cc | 115 const net::BoundNetLog& bound_net_log) 147 bound_net_log_(bound_net_log), 159 const net::BoundNetLog& bound_net_log) 196 bound_net_log_(bound_net_log), 219 const net::BoundNetLog& bound_net_log) 251 bound_net_log_(bound_net_log), [all...] |
/external/chromium/net/http/ |
http_auth_handler_unittest.cc | 42 BoundNetLog bound_net_log(source, &capturing_net_log); 45 origin, bound_net_log);
|
/external/chromium_org/net/http/ |
http_auth_handler_unittest.cc | 40 BoundNetLog bound_net_log(BoundNetLog::Make(&capturing_net_log, 44 origin, bound_net_log);
|
/external/chromium_org/net/base/ |
file_stream_context_posix.cc | 47 FileStream::Context::Context(const BoundNetLog& bound_net_log, 53 bound_net_log_(bound_net_log), 58 const BoundNetLog& bound_net_log, 65 bound_net_log_(bound_net_log),
|
file_stream_context_win.cc | 40 FileStream::Context::Context(const BoundNetLog& bound_net_log, 47 bound_net_log_(bound_net_log), 55 const BoundNetLog& bound_net_log, 63 bound_net_log_(bound_net_log),
|
file_stream_context.h | 62 Context(const BoundNetLog& bound_net_log, 65 const BoundNetLog& bound_net_log,
|
/external/chromium_org/content/public/test/ |
test_file_error_injector.cc | 38 const net::BoundNetLog& bound_net_log, 113 const net::BoundNetLog& bound_net_log, 121 calculate_hash, stream.Pass(), bound_net_log, 271 const net::BoundNetLog& bound_net_log, 305 const net::BoundNetLog& bound_net_log, 330 bound_net_log,
|
/external/chromium_org/net/cert/ |
multi_log_ct_verifier_unittest.cc | 84 BoundNetLog bound_net_log = local 87 bound_net_log) == OK) &&
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui_browsertest.cc | 354 net::BoundNetLog bound_net_log = net::BoundNetLog::Make( local 357 bound_net_log.BeginEvent(net::NetLog::TYPE_REQUEST_ALIVE);
|