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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp356 : VBoxDbgBaseWindow(a_pDbgGui, a_pParent), m_pOutput(NULL), m_pInput(NULL), m_fInputRestoreFocus(false),
421 m_fInputRestoreFocus = true; /* hack */
551 m_fInputRestoreFocus = m_pInput->hasFocus(); /* dirty focus hack */
793 if ( m_fInputRestoreFocus
796 m_fInputRestoreFocus = false;
H A DVBoxDbgConsole.h306 bool m_fInputRestoreFocus; member in class:VBoxDbgConsole

Completed in 50 milliseconds