Lines Matching refs:maDocShells
1921 DocShellMap::iterator itrEnd = maDocShells.end(); in getSrcDocument()
1922 DocShellMap::iterator itr = maDocShells.find(nFileId); in getSrcDocument()
1951 if (maDocShells.empty()) in getSrcDocument()
1957 maDocShells.insert(DocShellMap::value_type(nFileId, aSrcDoc)); in getSrcDocument()
2239 lcl_removeByFileId(nFileId, maDocShells); in refreshNames()
2241 if (maDocShells.empty()) in refreshNames()
2264 lcl_removeByFileId(nFileId, maDocShells); in breakLink()
2266 if (maDocShells.empty()) in breakLink()
2307 DocShellMap::iterator itrEnd = maDocShells.end(); in clear()
2308 for (DocShellMap::iterator itr = maDocShells.begin(); itr != itrEnd; ++itr) in clear()
2311 maDocShells.clear(); in clear()
2412 DocShellMap::iterator itr = maDocShells.begin(), itrEnd = maDocShells.end(); in purgeStaleSrcDocument()
2420 maDocShells.swap(aNewDocShells); in purgeStaleSrcDocument()
2422 if (maDocShells.empty()) in purgeStaleSrcDocument()