Searched refs:iViewShell (Results 1 – 2 of 2) sorted by relevance
251 ViewShellContainer::iterator iViewShell ( in releaseResource() local256 if (iViewShell != mpViewShellContainer->end()) in releaseResource()258 ::boost::shared_ptr<ViewShell> pViewShell ((*iViewShell)->mpViewShell); in releaseResource()260 if ((*iViewShell)->mxViewId->isBoundToURL( in releaseResource()283 ReleaseView(*iViewShell); in releaseResource()285 mpViewShellContainer->erase(iViewShell); in releaseResource()
1124 for (ActiveShellList::const_reverse_iterator iViewShell (maActiveViewShells.rbegin()); in CreateTargetStack() local1125 iViewShell != maActiveViewShells.rend(); in CreateTargetStack()1126 ++iViewShell) in CreateTargetStack()1131 && iViewShell->mpShell==mpFormShellParent) in CreateTargetStack()1137 rStack.push_back (iViewShell->mpShell); in CreateTargetStack()1142 && iViewShell->mpShell==mpFormShellParent) in CreateTargetStack()1148 SubShellList::const_iterator iList (maActiveSubShells.find(iViewShell->mpShell)); in CreateTargetStack()