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

  /external/chromium_org/chrome/browser/download/
download_service.h 24 class DownloadService : public BrowserContextKeyedService {
26 explicit DownloadService(Profile* profile);
27 virtual ~DownloadService();
100 DISALLOW_COPY_AND_ASSIGN(DownloadService);
download_service_factory.cc 13 DownloadService* DownloadServiceFactory::GetForBrowserContext(
15 return static_cast<DownloadService*>(
26 "DownloadService",
36 DownloadService* service =
37 new DownloadService(static_cast<Profile*>(profile));
download_service_factory.h 12 class DownloadService;
16 // the associated DownloadService.
19 // Returns the DownloadService for |context|, creating if not yet created.
20 static DownloadService* GetForBrowserContext(
download_service.cc 26 DownloadService::DownloadService(Profile* profile)
31 DownloadService::~DownloadService() {}
33 ChromeDownloadManagerDelegate* DownloadService::GetDownloadManagerDelegate() {
79 DownloadHistory* DownloadService::GetDownloadHistory() {
87 bool DownloadService::HasCreatedDownloadManager() {
91 int DownloadService::NonMaliciousDownloadCount() const {
99 int DownloadService::NonMaliciousDownloadCountAllProfiles() {
117 void DownloadService::CancelAllDownloads()
    [all...]
download_shelf_unittest.cc 33 return new DownloadService(Profile::FromBrowserContext(context));
download_item_model.cc 640 DownloadService* download_service =
save_page_browsertest.cc 71 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
download_browsertest.cc 396 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
    [all...]
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.cc 74 int download_count = DownloadService::NonMaliciousDownloadCountAllProfiles();
111 DownloadService* download_service =
application_lifetime.cc 67 if (DownloadService::NonMaliciousDownloadCountAllProfiles() > 0)
browser_close_manager_browsertest.cc 761 EXPECT_EQ(1, DownloadService::NonMaliciousDownloadCountAllProfiles());
763 EXPECT_EQ(0, DownloadService::NonMaliciousDownloadCountAllProfiles());
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 50 ServiceTestCase<DownloadService> {
112 * Direct DownloadService to our test instance of DownloadProvider.
132 * Record when DownloadProvider starts DownloadService.
136 if (service.getComponent().getClassName().equals(DownloadService.class.getName())) {
145 super(DownloadService.class);
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 153 DownloadService* download_service =
162 DownloadService* incognito_download_service =
279 DownloadService::NonMaliciousDownloadCountAllProfiles();
browser.cc 511 DownloadService::CancelAllDownloads();
708 DownloadService::NonMaliciousDownloadCountAllProfiles();
739 DownloadService* download_service =
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 234 context.startService(new Intent(context, DownloadService.class));
DownloadService.java 71 public class DownloadService extends Service {
DownloadProvider.java 463 // start the DownloadService class. don't wait for the 1st download to be issued.
464 // saves us by getting some initialization code in DownloadService out of the way.
466 context.startService(new Intent(context, DownloadService.class));
690 context.startService(new Intent(context, DownloadService.class));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 272 milliseconds