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

  /external/chromium_org/content/browser/download/
download_item_factory.h 61 virtual DownloadItemImpl* CreateActiveItem(
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.h 133 DownloadItemImpl* CreateActiveItem(uint32 id,
download_manager_impl_unittest.cc 252 virtual DownloadItemImpl* CreateActiveItem(
328 DownloadItemImpl* MockDownloadItemFactory::CreateActiveItem(
508 download_manager_->CreateActiveItem(id, info);

Completed in 39 milliseconds