Searched refs:pParentToCollapse (Results 1 – 1 of 1) sorted by relevance
2587 SvLBoxEntry* pParentToCollapse = (SvLBoxEntry*)pTree->GetRootLevelParent(pCursor); in KeyInput() local2588 if( pParentToCollapse ) in KeyInput()2597 pParentToCollapse = pCursor; in KeyInput()2598 while( pTree->GetParent(pParentToCollapse) && in KeyInput()2599 pTree->GetDepth( pTree->GetParent(pParentToCollapse)) > 0) in KeyInput()2601 pParentToCollapse = pTree->GetParent(pParentToCollapse); in KeyInput()2607 if( pView->IsExpanded(pParentToCollapse) ) in KeyInput()2608 pView->Collapse( pParentToCollapse ); in KeyInput()2609 SvLBoxEntry* pCur = pTree->Next( pParentToCollapse ); in KeyInput()
Completed in 22 milliseconds