Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; property
95 property OnProgress;
123 property OnProgress;
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1095 …virtual STDMETHODIMP_(int) OnProgress(__in DWORD dwProgressPercentage, __in DWORD dwOverallProgres… in OnProgress() function in PythonBootstrapperApplication
1108 return __super::OnProgress(dwProgressPercentage, dwOverallProgressPercentage); in OnProgress()