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

/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp88 bool CProgressSync::Get_Paused() function in class:CProgressSync
296 if (Sync.Get_Paused())
908 if (Sync.Get_Paused())
1044 if (Sync.Get_Paused())
1085 SetItemText(IDB_PAUSE, Sync.Get_Paused() ? _continue_String : _pause_String);
1091 bool paused = !Sync.Get_Paused();
1196 bool paused = Sync.Get_Paused();
H A DProgressDialog2.h69 bool Get_Paused();

Completed in 177 milliseconds