Home
last modified time | relevance | path

Searched refs:aProgress (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerShutdownState.cpp33 constexpr inline auto UnderlyingProgressValue(Progress aProgress) { in UnderlyingProgressValue() argument
34 return std::underlying_type_t<Progress>(aProgress); in UnderlyingProgressValue()
64 void ServiceWorkerShutdownState::SetProgress(Progress aProgress) { in SetProgress() argument
65 MOZ_ASSERT(aProgress != Progress::EndGuard_); in SetProgress()
67 UnderlyingProgressValue(aProgress)); in SetProgress()
69 mProgress = aProgress; in SetProgress()
75 Progress aProgress) { in ReportProgressToServiceWorkerManager() argument
86 Progress aProgress) { in ReportProgressToParentProcess() argument
98 Progress aProgress) { in ReportServiceWorkerShutdownProgress() argument
100 UnderlyingProgressValue(aProgress)); in ReportServiceWorkerShutdownProgress()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerShutdownState.cpp33 constexpr inline auto UnderlyingProgressValue(Progress aProgress) { in UnderlyingProgressValue() argument
34 return std::underlying_type_t<Progress>(aProgress); in UnderlyingProgressValue()
64 void ServiceWorkerShutdownState::SetProgress(Progress aProgress) { in SetProgress() argument
65 MOZ_ASSERT(aProgress != Progress::EndGuard_); in SetProgress()
67 UnderlyingProgressValue(aProgress)); in SetProgress()
69 mProgress = aProgress; in SetProgress()
75 Progress aProgress) { in ReportProgressToServiceWorkerManager() argument
86 Progress aProgress) { in ReportProgressToParentProcess() argument
98 Progress aProgress) { in ReportServiceWorkerShutdownProgress() argument
100 UnderlyingProgressValue(aProgress)); in ReportServiceWorkerShutdownProgress()
[all …]
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerShutdownState.cpp33 constexpr inline auto UnderlyingProgressValue(Progress aProgress) { in UnderlyingProgressValue() argument
34 return std::underlying_type_t<Progress>(aProgress); in UnderlyingProgressValue()
64 void ServiceWorkerShutdownState::SetProgress(Progress aProgress) { in SetProgress() argument
65 MOZ_ASSERT(aProgress != Progress::EndGuard_); in SetProgress()
67 UnderlyingProgressValue(aProgress)); in SetProgress()
69 mProgress = aProgress; in SetProgress()
75 Progress aProgress) { in ReportProgressToServiceWorkerManager() argument
86 Progress aProgress) { in ReportProgressToParentProcess() argument
98 Progress aProgress) { in ReportServiceWorkerShutdownProgress() argument
100 UnderlyingProgressValue(aProgress)); in ReportServiceWorkerShutdownProgress()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerShutdownState.cpp33 constexpr inline auto UnderlyingProgressValue(Progress aProgress) { in UnderlyingProgressValue() argument
34 return std::underlying_type_t<Progress>(aProgress); in UnderlyingProgressValue()
64 void ServiceWorkerShutdownState::SetProgress(Progress aProgress) { in SetProgress() argument
65 MOZ_ASSERT(aProgress != Progress::EndGuard_); in SetProgress()
67 UnderlyingProgressValue(aProgress)); in SetProgress()
69 mProgress = aProgress; in SetProgress()
75 Progress aProgress) { in ReportProgressToServiceWorkerManager() argument
86 Progress aProgress) { in ReportProgressToParentProcess() argument
98 Progress aProgress) { in ReportServiceWorkerShutdownProgress() argument
100 UnderlyingProgressValue(aProgress)); in ReportServiceWorkerShutdownProgress()
[all …]
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/dlg/
H A DProgressDlg.cpp30 aProgress = new Fl_Progress(5, 30, 400, 25); in ProgressDlg()
52 aProgress->size (0, 0); in ProgressDlg()
55 aProgress->value (0); in ProgressDlg()
80 if (aProgress->w() > 0 && ((int)v) > ((int)aProgress->value())) { in Value()
82 aProgress->label (aBuffer); in Value()
83 aProgress->value ((float)v); in Value()
88 else if (aProgress->w() == 0) { in Value()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/printingui/ipc/
H A DPrintProgressDialogChild.cpp51 PrintProgressDialogChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
60 PrintProgressDialogChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
72 PrintProgressDialogChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
79 PrintProgressDialogChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
86 PrintProgressDialogChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
93 PrintProgressDialogChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/printingui/ipc/
H A DPrintProgressDialogChild.cpp51 PrintProgressDialogChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
60 PrintProgressDialogChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
72 PrintProgressDialogChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
79 PrintProgressDialogChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
86 PrintProgressDialogChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
93 PrintProgressDialogChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/printingui/ipc/
H A DPrintProgressDialogChild.cpp51 PrintProgressDialogChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
60 PrintProgressDialogChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
72 PrintProgressDialogChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
79 PrintProgressDialogChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
86 PrintProgressDialogChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
93 PrintProgressDialogChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmsrcimp.cxx744 FmSearchProgress aProgress; in PropagateProgress() local
747 aProgress.aSearchState = FmSearchProgress::State::Progress; in PropagateProgress()
748 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; in PropagateProgress()
759 m_aProgressHandler.Call(&aProgress); in PropagateProgress()
867 FmSearchProgress aProgress; in OnSearchTerminated() local
877 aProgress.aBookmark = m_aPreviousLocBookmark; in OnSearchTerminated()
889 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; in OnSearchTerminated()
898 m_aProgressHandler.Call(&aProgress); in OnSearchTerminated()
909 FmSearchProgress aProgress; in IMPL_LINK() local
910 aProgress.nCurrentRecord = theCounter; in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmsrcimp.cxx756 FmSearchProgress aProgress; in PropagateProgress() local
760 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; in PropagateProgress()
771 m_aProgressHandler.Call(&aProgress); in PropagateProgress()
882 FmSearchProgress aProgress; in OnSearchTerminated() local
892 aProgress.aBookmark = m_aPreviousLocBookmark; in OnSearchTerminated()
897 aProgress.aBookmark = m_xSearchCursor.getBookmark(); in OnSearchTerminated()
904 aProgress.nCurrentRecord = m_xSearchCursor.getRow() - 1; in OnSearchTerminated()
913 m_aProgressHandler.Call(&aProgress); in OnSearchTerminated()
924 FmSearchProgress aProgress; in IMPL_LINK() local
925 aProgress.nCurrentRecord = theCounter; in IMPL_LINK()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DProgressTracker.cpp306 Progress aProgress, in SyncNotifyInternal() argument
314 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
318 if (aProgress & FLAG_ONLOAD_BLOCKED) { in SyncNotifyInternal()
333 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
337 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
341 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
349 if (aProgress & FLAG_ONLOAD_UNBLOCKED) { in SyncNotifyInternal()
353 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
358 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
373 Progress progress = Difference(aProgress); in SyncNotifyProgress()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/ipc/
H A DRemotePrintJobChild.cpp98 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
109 RemotePrintJobChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
124 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
131 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
142 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
148 RemotePrintJobChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/printingui/ipc/
H A DPrintProgressDialogChild.cpp51 PrintProgressDialogChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
61 PrintProgressDialogChild::OnProgressChange(nsIWebProgress * aProgress, in OnProgressChange() argument
74 PrintProgressDialogChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
83 PrintProgressDialogChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
92 PrintProgressDialogChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/printingui/ipc/
H A DPrintProgressDialogChild.cpp50 PrintProgressDialogChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
59 PrintProgressDialogChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
71 PrintProgressDialogChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
78 PrintProgressDialogChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
85 PrintProgressDialogChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/printing/ipc/
H A DRemotePrintJobChild.cpp95 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
104 RemotePrintJobChild::OnProgressChange(nsIWebProgress * aProgress, in OnProgressChange() argument
117 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
125 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
134 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
/dports/www/firefox-esr/firefox-91.8.0/layout/printing/ipc/
H A DRemotePrintJobChild.cpp103 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
114 RemotePrintJobChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
129 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
136 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
147 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
153 RemotePrintJobChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/www/firefox/firefox-99.0/layout/printing/ipc/
H A DRemotePrintJobChild.cpp104 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
115 RemotePrintJobChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
130 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
137 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
148 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
154 RemotePrintJobChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/mail/thunderbird/thunderbird-91.8.0/layout/printing/ipc/
H A DRemotePrintJobChild.cpp103 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
114 RemotePrintJobChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
129 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
136 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
147 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
153 RemotePrintJobChild::OnContentBlockingEvent(nsIWebProgress* aProgress, in OnContentBlockingEvent() argument
/dports/lang/spidermonkey60/firefox-60.9.0/layout/printing/ipc/
H A DRemotePrintJobChild.cpp98 RemotePrintJobChild::OnStateChange(nsIWebProgress* aProgress, in OnStateChange() argument
109 RemotePrintJobChild::OnProgressChange(nsIWebProgress* aProgress, in OnProgressChange() argument
124 RemotePrintJobChild::OnLocationChange(nsIWebProgress* aProgress, in OnLocationChange() argument
131 RemotePrintJobChild::OnStatusChange(nsIWebProgress* aProgress, in OnStatusChange() argument
142 RemotePrintJobChild::OnSecurityChange(nsIWebProgress* aProgress, in OnSecurityChange() argument
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DProgressTracker.cpp308 void SyncNotifyInternal(const T& aObservers, bool aHasImage, Progress aProgress, in SyncNotifyInternal() argument
315 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
330 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
334 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
339 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
344 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
349 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
351 aObs->OnLoadComplete(aProgress & FLAG_LAST_PART_COMPLETE); in SyncNotifyInternal()
356 void ProgressTracker::SyncNotifyProgress(Progress aProgress, in SyncNotifyProgress() argument
361 Progress progress = Difference(aProgress); in SyncNotifyProgress()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DProgressTracker.cpp308 void SyncNotifyInternal(const T& aObservers, bool aHasImage, Progress aProgress, in SyncNotifyInternal() argument
315 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
330 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
334 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
339 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
344 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
349 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
351 aObs->OnLoadComplete(aProgress & FLAG_LAST_PART_COMPLETE); in SyncNotifyInternal()
356 void ProgressTracker::SyncNotifyProgress(Progress aProgress, in SyncNotifyProgress() argument
361 Progress progress = Difference(aProgress); in SyncNotifyProgress()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_PartitionCommands.cxx176 Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator(di, 1); in bfillds()
177 aPF.Perform(aProgress->Start()); in bfillds()
254 Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator(di, 1); in bbuild()
259 aBuilder.PerformWithFiller(aPF, aProgress->Start()); in bbuild()
372 Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator(di, 1); in bbop()
377 pBuilder->PerformWithFiller(aPF, aProgress->Start()); in bbop()
452 Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator(di, 1); in bsplit()
453 pSplitter->PerformWithFiller(aPF, aProgress->Start()); in bsplit()
624 Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator(di, 1); in buildbop()
626 pBuilder->BuildBOP(aLObjects, aLTools, anOp, aProgress->Start(), aReport); in buildbop()
/dports/www/firefox/firefox-99.0/image/
H A DProgressTracker.cpp308 void SyncNotifyInternal(const T& aObservers, bool aHasImage, Progress aProgress, in SyncNotifyInternal() argument
315 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
330 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
334 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
339 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
344 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
349 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
351 aObs->OnLoadComplete(aProgress & FLAG_LAST_PART_COMPLETE); in SyncNotifyInternal()
356 void ProgressTracker::SyncNotifyProgress(Progress aProgress, in SyncNotifyProgress() argument
361 Progress progress = Difference(aProgress); in SyncNotifyProgress()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DProgressTracker.cpp308 void SyncNotifyInternal(const T& aObservers, bool aHasImage, Progress aProgress, in SyncNotifyInternal() argument
315 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
330 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
334 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
339 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
344 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
349 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
351 aObs->OnLoadComplete(aProgress & FLAG_LAST_PART_COMPLETE); in SyncNotifyInternal()
356 void ProgressTracker::SyncNotifyProgress(Progress aProgress, in SyncNotifyProgress() argument
361 Progress progress = Difference(aProgress); in SyncNotifyProgress()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DProgressTracker.cpp300 void SyncNotifyInternal(const T& aObservers, bool aHasImage, Progress aProgress, in SyncNotifyInternal() argument
307 if (aProgress & FLAG_SIZE_AVAILABLE) { in SyncNotifyInternal()
322 if (aProgress & FLAG_FRAME_COMPLETE) { in SyncNotifyInternal()
326 if (aProgress & FLAG_HAS_TRANSPARENCY) { in SyncNotifyInternal()
331 if (aProgress & FLAG_IS_ANIMATED) { in SyncNotifyInternal()
336 if (aProgress & FLAG_DECODE_COMPLETE) { in SyncNotifyInternal()
341 if (aProgress & FLAG_LOAD_COMPLETE) { in SyncNotifyInternal()
343 aObs->OnLoadComplete(aProgress & FLAG_LAST_PART_COMPLETE); in SyncNotifyInternal()
348 void ProgressTracker::SyncNotifyProgress(Progress aProgress, in SyncNotifyProgress() argument
353 Progress progress = Difference(aProgress); in SyncNotifyProgress()

12345678910>>...19