Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp329 _foreground = true; in OnInit()
1037 if (!_foreground) in SetTitleText()
1084 SetItemText(IDB_PROGRESS_BACKGROUND, _foreground ? in SetPriorityText()
1092 _foreground = !_foreground; in OnPriorityButton()
1094 SetPriorityClass(GetCurrentProcess(), _foreground ? NORMAL_PRIORITY_CLASS: IDLE_PRIORITY_CLASS); in OnPriorityButton()
DProgressDialog2.h176 bool _foreground; variable