Searched refs:pCurView (Results 1 – 1 of 1) sorted by relevance
93 BView* pCurView = pView; in add() local94 while(pCurView && pCurView != m_target) { in add()95 parentOrder.push_front(pCurView); in add()96 pCurView = pCurView->Parent(); in add()98 if(pCurView != m_target) in add()163 BView* pCurView = pView; in remove() local164 while(pCurView && pCurView != m_target) { in remove()165 parentOrder.push_front(pCurView); in remove()166 pCurView = pCurView->Parent(); in remove()168 if(pCurView != m_target) in remove()