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

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp46 _boot_button = 0;
55 if (_boot_button)
56 delete _boot_button;
204 _saved_focus : _boot_button->_window);
239 _boot_button = new BootButton(_app, *this, rect);
240 _boot_button->create(aux);
261 SetFocus(_boot_button->_window);
312 if (msg.hwnd == _boot_button->_window) {
317 prev = _boot_button->_window;
H A Drootwindow.h40 BootButton *_boot_button; member in class:RootWindow

Completed in 106 milliseconds