Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCProgressDialog.cpp230 DWORD timeLeftD = (DWORD) timeDiff * ((double) sizeLeft) / ((double) sizeDiff); in dialog_proc() local
234 StrFromTimeIntervalW(This->lines[2], 128, timeLeftD * 0.3 + timeLeftI * 0.7 , 2); in dialog_proc()