Searched defs:SetRatioInfo (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.cpp7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) function in class:CCrossThreadProgress
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) function in class:CLocalProgress
30 RINOK(_ratioProgress->SetRatioInfo(&inSizeNew, &outSizeNew));
41 return SetRatioInfo(NULL, NULL);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp43 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) function in class:CArchiveUpdateCallback
46 return Callback->SetRatioInfo(inSize, outSize);
H A DArchiveExtractCallback.cpp103 STDMETHODIMP CArchiveExtractCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) function in class:CArchiveExtractCallback
106 return _localProgress->SetRatioInfo(inSize, outSize);
H A DBench.cpp344 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
363 STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) function in class:CBenchProgressInfo
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp150 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize */) function in class:CUpdateCallbackConsole

Completed in 125 milliseconds