Home
last modified time | relevance | path

Searched refs:item_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_manager_impl.cc234 : item_factory_(new DownloadItemFactoryImpl()), in DownloadManagerImpl()
256 item_factory_->CreateActiveItem(this, id, info, bound_net_log); in CreateActiveItem()
510 DownloadItemImpl* download_item = item_factory_->CreateSavePageItem( in CreateSavePackageDownloadItemWithId()
546 item_factory_ = item_factory.Pass(); in SetDownloadItemFactoryForTesting()
642 DownloadItemImpl* item = item_factory_->CreatePersistedItem( in CreateDownloadItem()
Ddownload_manager_impl.h165 scoped_ptr<DownloadItemFactory> item_factory_; variable