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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m93 NSView *m_pView;
175 m_pView = NULL;
194 m_pView = NULL;
214 m_pView = view;
222 DEBUG_FUNC_RET(("%p\n", (void *)m_pView));
223 return m_pView;
231 m_pView = NULL;
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h242 VBoxDbgStatsView *m_pView; member in class:VBoxDbgStats
H A DVBoxDbgStatsQt4.cpp3034 : VBoxDbgBaseWindow(a_pDbgGui, pParent), m_PatStr(pszPat), m_pPatCB(NULL), m_uRefreshRate(0), m_pTimer(NULL), m_pView(NULL)
3090 m_pView = new VBoxDbgStatsView(a_pDbgGui, pModel, this);
3097 pVLayout->addWidget(m_pView);
3104 m_pView->expandAll();
3105 m_pView->resizeColumnsToContent();
3106 m_pView->collapseAll();
3139 if (m_pView)
3141 delete m_pView;
3142 m_pView = NULL;
3192 m_pView
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m384 NSView *m_pView;
1085 m_pView = NULL;
1126 m_pView = view;;
1139 return m_pView;
1150 m_pView = NULL;;

Completed in 89 milliseconds