Searched refs:item_factory_ (Results 1 – 2 of 2) sorted by relevance
234 : 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()
165 scoped_ptr<DownloadItemFactory> item_factory_; variable