Searched refs:a_pParent (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.h134 VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent);
H A DVBoxDbgBase.cpp162 VBoxDbgBaseWindow::VBoxDbgBaseWindow(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent) argument
163 : QWidget(a_pParent, Qt::Window), VBoxDbgBase(a_pDbgGui), m_fPolished(false),
H A DVBoxDbgStatsQt4.h53 * @param a_pParent Parent widget.
55 VBoxDbgStatsView(VBoxDbgGui *a_pDbgGui, VBoxDbgStatsModel *a_pModel, VBoxDbgStats *a_pParent = NULL);
H A DVBoxDbgConsole.h180 * @param a_pParent Parent Widget.
182 VBoxDbgConsole(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent = NULL);
H A DVBoxDbgConsole.cpp355 VBoxDbgConsole::VBoxDbgConsole(VBoxDbgGui *a_pDbgGui, QWidget *a_pParent/* = NULL*/)
356 : VBoxDbgBaseWindow(a_pDbgGui, a_pParent), m_pOutput(NULL), m_pInput(NULL), m_fInputRestoreFocus(false),
H A DVBoxDbgStatsQt4.cpp194 * @param a_pParent The parent object. See QAbstractItemModel in the Qt
197 VBoxDbgStatsModel(QObject *a_pParent);
561 * @param a_pParent The parent object. NULL is fine.
563 VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent);
750 VBoxDbgStatsModel::VBoxDbgStatsModel(QObject *a_pParent)
751 : QAbstractItemModel(a_pParent),
2591 VBoxDbgStatsModelVM::VBoxDbgStatsModelVM(VBoxDbgGui *a_pDbgGui, QString &a_rPatStr, QObject *a_pParent)
2592 : VBoxDbgStatsModel(a_pParent), VBoxDbgBase(a_pDbgGui)
2719 VBoxDbgStatsView::VBoxDbgStatsView(VBoxDbgGui *a_pDbgGui, VBoxDbgStatsModel *a_pModel, VBoxDbgStats *a_pParent/* = NULL*/)
2720 : QTreeView(a_pParent), VBoxDbgBas
[all...]
/vbox/src/VBox/Main/include/
H A DAdditionsFacilityImpl.h35 HRESULT init(Guest *a_pParent, AdditionsFacilityType_T a_enmFacility, AdditionsFacilityStatus_T a_enmStatus,
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp59 HRESULT AdditionsFacility::init(Guest *a_pParent, AdditionsFacilityType_T a_enmFacility, AdditionsFacilityStatus_T a_enmStatus, argument
62 LogFlowThisFunc(("a_pParent=%p\n", a_pParent));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp607 #define INSERT_LEFT(a_pParent, a_pNode) \
609 (a_pParent)->pLeftR3 = (a_pNode); \
610 (a_pParent)->pLeftR0 = (a_pNode)->pSelfR0; \
611 (a_pParent)->pLeftRC = (a_pNode)->pSelfRC; \
613 #define INSERT_RIGHT(a_pParent, a_pNode) \
615 (a_pParent)->pRightR3 = (a_pNode); \
616 (a_pParent)->pRightR0 = (a_pNode)->pSelfR0; \
617 (a_pParent)->pRightRC = (a_pNode)->pSelfRC; \

Completed in 75 milliseconds