Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp353 _foreground = true; in OnInit()
1063 if (!_foreground) in SetTitleText()
1110 SetItemText(IDB_PROGRESS_BACKGROUND, _foreground ? in SetPriorityText()
1118 _foreground = !_foreground; in OnPriorityButton()
1120 SetPriorityClass(GetCurrentProcess(), _foreground ? NORMAL_PRIORITY_CLASS: IDLE_PRIORITY_CLASS); in OnPriorityButton()
DProgressDialog2.h177 bool _foreground; variable