Searched refs:m_CurIndex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h136 QModelIndex m_CurIndex; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2721 m_pLeafMenu(NULL), m_pBranchMenu(NULL), m_pViewMenu(NULL), m_pCurMenu(NULL), m_CurIndex()
2822 m_CurIndex = QModelIndex();
2909 m_CurIndex = Idx;
2915 m_CurIndex = QModelIndex();
2932 m_CurIndex = m_pModel->getRootIndex();
2938 m_CurIndex = QModelIndex();
2948 QModelIndex Idx = m_pCurMenu ? m_CurIndex : currentIndex();
2957 QModelIndex Idx = m_pCurMenu ? m_CurIndex : currentIndex();
2966 QModelIndex Idx = m_pCurMenu ? m_CurIndex : currentIndex();
2980 QModelIndex Idx = m_pCurMenu ? m_CurIndex
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m470 NSUInteger m_CurIndex;
494 m_CurIndex = 0;
538 Assert(m_CurIndex <= count);
539 if (m_CurIndex == count)
542 m_CurIndex = 0;
547 VBoxTask *pTask = (VBoxTask *)[m_pArray objectAtIndex:m_CurIndex];
550 ++m_CurIndex;
555 if (m_CurIndex > 1024)
559 range.length = m_CurIndex;
561 m_CurIndex
[all...]

Completed in 46 milliseconds