Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp92 bool CProgressSync::Get_Paused() in Get_Paused() function in CProgressSync
303 if (Sync.Get_Paused()) in SetTaskbarProgressState()
931 if (Sync.Get_Paused()) in OnTimer()
1077 if (Sync.Get_Paused()) in SetTitleText()
1118 SetItemText(IDB_PAUSE, Sync.Get_Paused() ? _continue_String : _pause_String); in SetPauseText()
1124 bool paused = !Sync.Get_Paused(); in OnPauseButton()
1235 const bool paused = Sync.Get_Paused(); in OnButtonClicked()
H A DProgressDialog2.h69 bool Get_Paused();

Completed in 3 milliseconds