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

  /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/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);
  /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/content/browser/download/
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...]

Completed in 109 milliseconds