HomeSort by relevance Sort by last modified time
    Searched refs:Get_Paused (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 88 bool CProgressSync::Get_Paused()
299 if (Sync.Get_Paused())
911 if (Sync.Get_Paused())
1051 if (Sync.Get_Paused())
1092 SetItemText(IDB_PAUSE, Sync.Get_Paused() ? _continue_String : _pause_String);
1098 bool paused = !Sync.Get_Paused();
1203 bool paused = Sync.Get_Paused();
ProgressDialog2.h 69 bool Get_Paused();

Completed in 2902 milliseconds