Searched refs:OnProgress (Results 1 – 6 of 6) sorted by relevance
91 BackgroundQueue(std::function<void(Stats)> OnProgress = nullptr)92 : OnProgress(OnProgress) {} in OnProgress() function124 std::function<void(Stats)> OnProgress; variable137 std::function<void(BackgroundQueue::Stats)> OnProgress = nullptr; member
129 if (OnProgress) in notifyProgress()130 OnProgress(Stat); in notifyProgress()
102 Queue(std::move(Opts.OnProgress)), in BackgroundIndex()
54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property95 property OnProgress;123 property OnProgress;
182 BGOpts.OnProgress = [Callbacks](BackgroundQueue::Stats S) { in __anonb0c0fe120702()
1095 …virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgres… in OnProgress() function in PythonBootstrapperApplication1108 return __super::OnProgress(dwProgressPercentage, dwOverallProgressPercentage); in OnProgress()