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

  /external/chromium_org/net/cert/
multi_log_ct_verifier_unittest.cc 131 const BoundNetLog& bound_net_log,
134 chain, std::string(), std::string(), result, bound_net_log) ==
141 BoundNetLog bound_net_log = local
145 chain, std::string(), std::string(), &result, bound_net_log) ==
152 BoundNetLog bound_net_log = local
154 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/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 198 milliseconds