Searched refs:iViewShell (Results 1 – 2 of 2) sorted by relevance
254 ViewShellContainer::iterator iViewShell ( in releaseResource() local259 if (iViewShell != mpViewShellContainer->end()) in releaseResource()261 ::boost::shared_ptr<ViewShell> pViewShell ((*iViewShell)->mpViewShell); in releaseResource()263 if ((*iViewShell)->mxViewId->isBoundToURL( in releaseResource()286 ReleaseView(*iViewShell); in releaseResource()288 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()
Completed in 24 milliseconds