Searched refs:a_pCloseEvt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h199 * @param a_pCloseEvt The close event.
201 virtual void closeEvent(QCloseEvent *a_pCloseEvt);
H A DVBoxDbgConsole.h219 * @param a_pCloseEvt The close event.
221 virtual void closeEvent(QCloseEvent *a_pCloseEvt);
H A DVBoxDbgConsole.cpp825 VBoxDbgConsole::closeEvent(QCloseEvent *a_pCloseEvt) argument
829 a_pCloseEvt->accept();
H A DVBoxDbgStatsQt4.cpp3148 VBoxDbgStats::closeEvent(QCloseEvent *a_pCloseEvt)
3150 a_pCloseEvt->accept();

Completed in 62 milliseconds