Lines Matching refs:iList

561         SubShellList::iterator iList (maActiveSubShells.find(&rShell));  in DeactivateViewShell()  local
562 if (iList != maActiveSubShells.end()) in DeactivateViewShell()
564 SubShellSubList& rList (iList->second); in DeactivateViewShell()
635 SubShellList::iterator iList (maActiveSubShells.find(&rShell)); in DeactivateShell() local
636 if (iList != maActiveSubShells.end()) in DeactivateShell()
638 SubShellSubList& rList (iList->second); in DeactivateShell()
667 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in ActivateSubShell() local
668 if (iList == maActiveSubShells.end()) in ActivateSubShell()
669 iList = maActiveSubShells.insert( in ActivateSubShell()
674 SubShellSubList& rList (iList->second); in ActivateSubShell()
698 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in DeactivateSubShell() local
699 if (iList == maActiveSubShells.end()) in DeactivateSubShell()
703 SubShellSubList& rList (iList->second); in DeactivateSubShell()
732 SubShellList::iterator iList (maActiveSubShells.find(&rParentShell)); in MoveSubShellToTop() local
733 if (iList != maActiveSubShells.end()) in MoveSubShellToTop()
736 SubShellSubList& rList (iList->second); in MoveSubShellToTop()
848 SubShellList::const_iterator iList; in GetShell() local
849 for (iList=maActiveSubShells.begin(); iList!=maActiveSubShells.end(); ++iList) in GetShell()
851 const SubShellSubList& rList (iList->second); in GetShell()
1098 SubShellList::iterator iList (maActiveSubShells.find(iShell->mpShell)); in CreateShells() local
1099 if (iList != maActiveSubShells.end()) in CreateShells()
1101 SubShellSubList& rList (iList->second); in CreateShells()
1148 SubShellList::const_iterator iList (maActiveSubShells.find(iViewShell->mpShell)); in CreateTargetStack() local
1149 if (iList != maActiveSubShells.end()) in CreateTargetStack()
1151 const SubShellSubList& rList (iList->second); in CreateTargetStack()
1295 SubShellList::iterator iList (maActiveSubShells.find(pParentShell)); in InvalidateAllSubShells() local
1296 if (iList != maActiveSubShells.end()) in InvalidateAllSubShells()
1298 SubShellSubList& rList (iList->second); in InvalidateAllSubShells()