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

  /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 188 const net::BoundNetLog& bound_net_log) OVERRIDE {
206 bound_net_log);
213 const net::BoundNetLog& bound_net_log) OVERRIDE {
214 return new DownloadItemImpl(delegate, download_id, info, bound_net_log);
224 const net::BoundNetLog& bound_net_log) OVERRIDE {
227 bound_net_log);
255 net::BoundNetLog bound_net_log = local
258 item_factory_->CreateActiveItem(this, id, info, bound_net_log);
509 net::BoundNetLog bound_net_log = local
518 bound_net_log);
    [all...]

Completed in 117 milliseconds