Searched refs:pEntryToIgnore (Results 1 – 1 of 1) sorted by relevance
3462 void SvImpLBox::FindMostRight( SvLBoxEntry* pEntryToIgnore ) in FindMostRight() argument3472 if( pEntry != pEntryToIgnore ) in FindMostRight()3478 void SvImpLBox::FindMostRight( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight() argument3481 FindMostRight( pEntryToIgnore ); in FindMostRight()3483 FindMostRight_Impl( pParent, pEntryToIgnore ); in FindMostRight()3486 void SvImpLBox::FindMostRight_Impl( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight_Impl() argument3497 if( pChild != pEntryToIgnore ) in FindMostRight_Impl()3501 FindMostRight_Impl( pChild, pEntryToIgnore ); in FindMostRight_Impl()
Completed in 13 milliseconds