Home
last modified time | relevance | path

Searched refs:startDownloads (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/dlc/
H A DVerifyAction.java54 startDownloads(context); in perform()
60 protected void startDownloads(Context context) { in startDownloads() method in VerifyAction
61 DownloadContentService.startDownloads(context); in startDownloads()
H A DStudyAction.java40 startDownloads(context); in perform()
78 protected void startDownloads(Context context) { in startDownloads() method in StudyAction
79 DownloadContentService.startDownloads(context); in startDownloads()
H A DDownloadContentService.java63 public static void startDownloads(Context context) { in startDownloads() method in DownloadContentService
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/dlc/
H A DVerifyAction.java54 startDownloads(context); in perform()
60 protected void startDownloads(Context context) { in startDownloads() method in VerifyAction
61 DownloadContentService.startDownloads(context); in startDownloads()
H A DStudyAction.java40 startDownloads(context); in perform()
78 protected void startDownloads(Context context) { in startDownloads() method in StudyAction
79 DownloadContentService.startDownloads(context); in startDownloads()
H A DDownloadContentService.java63 public static void startDownloads(Context context) { in startDownloads() method in DownloadContentService
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/storekit/
H A DSKPaymentQueue.inc26 procedure startDownloads (downloads: NSArray); message 'startDownloads:';
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/in_app_purchases/
H A Djuce_InAppPurchases.cpp99 void InAppPurchases::startDownloads (const Array<Download*>& downloads) in startDownloads() function in juce::InAppPurchases
102 pimpl->startDownloads (downloads); in startDownloads()
H A Djuce_InAppPurchases.h247 void startDownloads (const Array<Download*>& downloads);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/dlc/
H A DTestStudyAction.java51 verify(action, never()).startDownloads(any(Context.class)); in testPerformWithEmptyCatalog()
95 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
H A DTestVerifyAction.java73 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
121 verify(action, never()).startDownloads(RuntimeEnvironment.application); in testSuccessfulVerification()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/dlc/
H A DTestStudyAction.java51 verify(action, never()).startDownloads(any(Context.class)); in testPerformWithEmptyCatalog()
95 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
H A DTestVerifyAction.java73 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
121 verify(action, never()).startDownloads(RuntimeEnvironment.application); in testSuccessfulVerification()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DDownloads.h24 void startDownloads(bool doDownloads,
H A DCacheMenu.cxx154 Downloads::startDownloads(true, true, true); in execute()
H A DDownloads.cxx200 void Downloads::startDownloads(bool doDownloads, bool updateDownloads, in startDownloads() function in Downloads
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DDownloads.h24 void startDownloads(bool doDownloads,
H A DCacheMenu.cxx154 Downloads::startDownloads(true, true, true); in execute()
H A DDownloads.cxx200 void Downloads::startDownloads(bool doDownloads, bool updateDownloads, in startDownloads() function in Downloads
/dports/print/scribus-devel/scribus-1.5.7/scribus/downloadmanager/
H A Dscdlmgr.cpp79 void ScDLManager::startDownloads() in startDownloads() function in ScDLManager
82 m_thread->startDownloads(); in startDownloads()
H A Dscdlmgr.h29 void startDownloads();
H A Dscdlthread.h23 void startDownloads();
H A Dscdlthread.cpp57 void ScDLThread::startDownloads() in startDownloads() function in ScDLThread
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dprefs_spelling.cpp110 ScQApp->dlManager()->startDownloads(); in downloadSpellDicts()
155 ScQApp->dlManager()->startDownloads(); in updateAvailDictList()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/native/
H A Djuce_ios_InAppPurchases.cpp236 void startDownloads (const Array<Download*>& downloads) in startDownloads() function
238 …[[SKPaymentQueue defaultQueue] startDownloads: downloadsToSKDownloads (removeInvalidDownloads (dow… in startDownloads()

12