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

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp59 if (_progress_bar)
60 delete _progress_bar;
172 SendMessage(_progress_bar->_window, PBM_SETPOS, 0, 0);
245 _progress_bar = new ProgressBar(_app, *this, rect);
246 _progress_bar->create(aux);
374 SendMessage(_progress_bar->_window, PBM_STEPIT, 0, 0);
380 SendMessage(_progress_bar->_window, PBM_SETPOS, 0, 0);
H A Drootwindow.h42 ProgressBar *_progress_bar; member in class:RootWindow

Completed in 147 milliseconds