Searched refs:_pStartWith (Results 1 – 2 of 2) sorted by relevance
1793 SvLBoxEntry* FmFilterNavigator::getNextEntry(SvLBoxEntry* _pStartWith) in getNextEntry() argument1795 SvLBoxEntry* pEntry = _pStartWith ? _pStartWith : LastSelected(); in getNextEntry()1803 SvLBoxEntry* FmFilterNavigator::getPrevEntry(SvLBoxEntry* _pStartWith) in getPrevEntry() argument1805 SvLBoxEntry* pEntry = _pStartWith ? _pStartWith : FirstSelected(); in getPrevEntry()
320 SvLBoxEntry* getPrevEntry(SvLBoxEntry* _pStartWith = NULL);321 SvLBoxEntry* getNextEntry(SvLBoxEntry* _pStartWith = NULL);
Completed in 21 milliseconds