HomeSort by relevance Sort by last modified time
    Searched refs:bound_net_log (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/browser/download/
download_file_factory.cc 20 const net::BoundNetLog& bound_net_log,
24 calculate_hash, stream.Pass(), bound_net_log, observer);
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 59 const net::BoundNetLog& bound_net_log) = 0;
65 const net::BoundNetLog& bound_net_log) = 0;
74 const net::BoundNetLog& bound_net_log) = 0;
download_create_info.h 29 const net::BoundNetLog& bound_net_log,
download_manager_impl.cc 184 const net::BoundNetLog& bound_net_log) OVERRIDE {
204 bound_net_log);
211 const net::BoundNetLog& bound_net_log) OVERRIDE {
212 return new DownloadItemImpl(delegate, download_id, info, bound_net_log);
222 const net::BoundNetLog& bound_net_log) OVERRIDE {
225 bound_net_log);
253 net::BoundNetLog bound_net_log = local
256 item_factory_->CreateActiveItem(this, id, info, bound_net_log);
508 net::BoundNetLog bound_net_log = local
517 bound_net_log);
    [all...]
download_manager_impl_unittest.cc 251 const net::BoundNetLog& bound_net_log) OVERRIDE;
256 const net::BoundNetLog& bound_net_log) OVERRIDE;
264 const net::BoundNetLog& bound_net_log) OVERRIDE;
318 const net::BoundNetLog& bound_net_log) {
332 const net::BoundNetLog& bound_net_log) {
355 const net::BoundNetLog& bound_net_log) {
390 const net::BoundNetLog& bound_net_log,
394 stream.get(), bound_net_log, observer);
base_file.h 43 const net::BoundNetLog& bound_net_log);
download_file_impl.h 30 // |bound_net_log| will be used for logging the download file's events.
44 const net::BoundNetLog& bound_net_log,
download_file_impl.cc 43 const net::BoundNetLog& bound_net_log,
52 bound_net_log),
56 bound_net_log_(bound_net_log),
download_item_impl.h 52 // |bound_net_log| is constructed externally for our use.
71 const net::BoundNetLog& bound_net_log);
74 // |bound_net_log| is constructed externally for our use.
78 const net::BoundNetLog& bound_net_log);
81 // |bound_net_log| is constructed externally for our use.
88 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 120 const net::BoundNetLog& bound_net_log,
168 const net::BoundNetLog& bound_net_log,
192 const net::BoundNetLog& bound_net_log,
198 calculate_hash, stream.Pass(), bound_net_log, observer),
244 const net::BoundNetLog& bound_net_log,
252 calculate_hash, stream.Pass(), bound_net_log,
288 const net::BoundNetLog& bound_net_log,
293 stream.Pass(), bound_net_log, observer) {}
344 const net::BoundNetLog& bound_net_log,
352 calculate_hash, stream.Pass(), bound_net_log,
    [all...]
download_item_impl.cc 128 const net::BoundNetLog& bound_net_log)
162 bound_net_log_(bound_net_log),
174 const net::BoundNetLog& bound_net_log)
213 bound_net_log_(bound_net_log),
236 const net::BoundNetLog& bound_net_log)
268 bound_net_log_(bound_net_log),
    [all...]
download_file_unittest.cc 78 const net::BoundNetLog& bound_net_log,
86 bound_net_log,
  /external/chromium_org/net/http/
http_auth_handler_unittest.cc 42 BoundNetLog bound_net_log(BoundNetLog::Make(&capturing_net_log,
46 origin, bound_net_log);
  /external/chromium_org/net/cert/
multi_log_ct_verifier_unittest.cc 131 const BoundNetLog& bound_net_log,
137 bound_net_log) == OK;
143 BoundNetLog bound_net_log = local
150 bound_net_log) == OK;
156 BoundNetLog bound_net_log = local
158 return (VerifySinglePrecertificateChain(chain, bound_net_log, &result) &&
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 37 const net::BoundNetLog& bound_net_log,
111 const net::BoundNetLog& bound_net_log,
118 calculate_hash, stream.Pass(), bound_net_log, observer),
267 const net::BoundNetLog& bound_net_log,
301 const net::BoundNetLog& bound_net_log,
321 bound_net_log,
  /external/chromium_org/net/base/
trace_net_log_observer_unittest.cc 167 BoundNetLog bound_net_log = local
170 bound_net_log.BeginEvent(NetLog::TYPE_URL_REQUEST_START_JOB);
171 bound_net_log.EndEvent(NetLog::TYPE_REQUEST_ALIVE);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.cc 279 net::BoundNetLog bound_net_log = net::BoundNetLog::Make( local
282 bound_net_log.BeginEvent(net::NetLog::TYPE_REQUEST_ALIVE);

Completed in 542 milliseconds