Home
last modified time | relevance | path

Searched refs:OnProgress (Results 1 - 2 of 2) sorted by relevance

/third_party/zlib/contrib/delphi/
H A DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property
77 The OnProgress event is called each time the output buffer is filled and
95 property OnProgress;
111 The OnProgress event is called each time the internal input buffer of
123 property OnProgress;
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1110 virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgressPercentage) { in OnProgress() function in PythonBootstrapperApplication
1114 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "PYBA: OnProgress() - progress: %u%%, overall progress: %u%%", dwProgressPercentage, dwOverallProgressPercentage); in OnProgress()
1123 return __super::OnProgress(dwProgressPercentage, dwOverallProgressPercentage); in OnProgress()

Completed in 6 milliseconds