/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/dlc/ |
H A D | VerifyAction.java | 54 startDownloads(context); in perform() 60 protected void startDownloads(Context context) { in startDownloads() method in VerifyAction 61 DownloadContentService.startDownloads(context); in startDownloads()
|
H A D | StudyAction.java | 40 startDownloads(context); in perform() 78 protected void startDownloads(Context context) { in startDownloads() method in StudyAction 79 DownloadContentService.startDownloads(context); in startDownloads()
|
H A D | DownloadContentService.java | 63 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 D | VerifyAction.java | 54 startDownloads(context); in perform() 60 protected void startDownloads(Context context) { in startDownloads() method in VerifyAction 61 DownloadContentService.startDownloads(context); in startDownloads()
|
H A D | StudyAction.java | 40 startDownloads(context); in perform() 78 protected void startDownloads(Context context) { in startDownloads() method in StudyAction 79 DownloadContentService.startDownloads(context); in startDownloads()
|
H A D | DownloadContentService.java | 63 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 D | SKPaymentQueue.inc | 26 procedure startDownloads (downloads: NSArray); message 'startDownloads:';
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/in_app_purchases/ |
H A D | juce_InAppPurchases.cpp | 99 void InAppPurchases::startDownloads (const Array<Download*>& downloads) in startDownloads() function in juce::InAppPurchases 102 pimpl->startDownloads (downloads); in startDownloads()
|
H A D | juce_InAppPurchases.h | 247 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 D | TestStudyAction.java | 51 verify(action, never()).startDownloads(any(Context.class)); in testPerformWithEmptyCatalog() 95 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
|
H A D | TestVerifyAction.java | 73 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 D | TestStudyAction.java | 51 verify(action, never()).startDownloads(any(Context.class)); in testPerformWithEmptyCatalog() 95 verify(action).startDownloads(any(Context.class)); in testStartingDownloadsAfterScheduling()
|
H A D | TestVerifyAction.java | 73 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 D | Downloads.h | 24 void startDownloads(bool doDownloads,
|
H A D | CacheMenu.cxx | 154 Downloads::startDownloads(true, true, true); in execute()
|
H A D | Downloads.cxx | 200 void Downloads::startDownloads(bool doDownloads, bool updateDownloads, in startDownloads() function in Downloads
|
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/ |
H A D | Downloads.h | 24 void startDownloads(bool doDownloads,
|
H A D | CacheMenu.cxx | 154 Downloads::startDownloads(true, true, true); in execute()
|
H A D | Downloads.cxx | 200 void Downloads::startDownloads(bool doDownloads, bool updateDownloads, in startDownloads() function in Downloads
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/downloadmanager/ |
H A D | scdlmgr.cpp | 79 void ScDLManager::startDownloads() in startDownloads() function in ScDLManager 82 m_thread->startDownloads(); in startDownloads()
|
H A D | scdlmgr.h | 29 void startDownloads();
|
H A D | scdlthread.h | 23 void startDownloads();
|
H A D | scdlthread.cpp | 57 void ScDLThread::startDownloads() in startDownloads() function in ScDLThread
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/ |
H A D | prefs_spelling.cpp | 110 ScQApp->dlManager()->startDownloads(); in downloadSpellDicts() 155 ScQApp->dlManager()->startDownloads(); in updateAvailDictList()
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/native/ |
H A D | juce_ios_InAppPurchases.cpp | 236 void startDownloads (const Array<Download*>& downloads) in startDownloads() function 238 …[[SKPaymentQueue defaultQueue] startDownloads: downloadsToSKDownloads (removeInvalidDownloads (dow… in startDownloads()
|