Home
last modified time | relevance | path

Searched refs:pCurView (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp93 BView* pCurView = pView; in add() local
94 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() local
164 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()