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

  /external/chromium_org/content/browser/download/
download_manager_impl.cc 234 : item_factory_(new DownloadItemFactoryImpl()),
256 item_factory_->CreateActiveItem(this, id, info, bound_net_log);
510 DownloadItemImpl* download_item = item_factory_->CreateSavePageItem(
546 item_factory_ = item_factory.Pass();
642 DownloadItemImpl* item = item_factory_->CreatePersistedItem(
download_manager_impl.h 165 scoped_ptr<DownloadItemFactory> item_factory_; member in class:content::DownloadManagerImpl

Completed in 51 milliseconds