Lines Matching refs:maDocShells
1920 DocShellMap::iterator itrEnd = maDocShells.end(); in getSrcDocument()
1921 DocShellMap::iterator itr = maDocShells.find(nFileId); in getSrcDocument()
1950 if (maDocShells.empty()) in getSrcDocument()
1956 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()
2238 lcl_removeByFileId(nFileId, maDocShells); in refreshNames()
2240 if (maDocShells.empty()) in refreshNames()
2263 lcl_removeByFileId(nFileId, maDocShells); in breakLink()
2265 if (maDocShells.empty()) in breakLink()
2306 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()
2307 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()
2310 maDocShells.clear(); in clear()
2411 DocShellMap::iterator itr = maDocShells.begin(), itrEnd = maDocShells.end(); in purgeStaleSrcDocument()
2419 maDocShells.swap(aNewDocShells); in purgeStaleSrcDocument()
2421 if (maDocShells.empty()) in purgeStaleSrcDocument()