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

  /external/chromium_org/content/browser/download/
download_manager_impl.cc 207 virtual DownloadItemImpl* CreateActiveItem(
249 DownloadItemImpl* DownloadManagerImpl::CreateActiveItem(
256 item_factory_->CreateActiveItem(this, id, info, bound_net_log);
389 download = CreateActiveItem(id, *info);
download_manager_impl_unittest.cc 252 virtual DownloadItemImpl* CreateActiveItem(
328 DownloadItemImpl* MockDownloadItemFactory::CreateActiveItem(
508 download_manager_->CreateActiveItem(id, info);

Completed in 735 milliseconds