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

  /external/chromium_org/content/browser/download/
download_item_factory.h 5 // The DownloadItemFactory is used to produce different DownloadItems.
36 class DownloadItemFactory {
38 virtual ~DownloadItemFactory() {}
download_manager_impl.h 31 class DownloadItemFactory;
102 scoped_ptr<DownloadItemFactory> item_factory);
165 scoped_ptr<DownloadItemFactory> item_factory_;
download_manager_impl.cc 160 class DownloadItemFactoryImpl : public DownloadItemFactory {
545 scoped_ptr<DownloadItemFactory> item_factory) {
download_manager_impl_unittest.cc 210 : public DownloadItemFactory,
231 // Overridden methods from DownloadItemFactory.
469 scoped_ptr<DownloadItemFactory>(

Completed in 277 milliseconds