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

Completed in 62 milliseconds