Lines Matching refs:m_lStorages

116     for (  pIt  = m_lStorages.begin();  in forgetCachedStorages()
117 pIt != m_lStorages.end() ; in forgetCachedStorages()
124 m_lStorages.clear(); in forgetCachedStorages()
180 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in openPath()
182 if (pCheck != m_lStorages.end()) in openPath()
216 pInfo = &(m_lStorages[sCheckPath]); in openPath()
256 TPath2StorageInfo::iterator pCheck = m_lStorages.find(sCheckPath); in getAllPathStorages()
257 if (pCheck == m_lStorages.end()) in getAllPathStorages()
338 TPath2StorageInfo::iterator pPath = m_lStorages.find(sPath); in closePath()
339 if (pPath == m_lStorages.end()) in closePath()
347 m_lStorages.erase(pPath); in closePath()
363 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in notifyPath()
364 if (pIt1 == m_lStorages.end()) in notifyPath()
391 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in addStorageListener()
392 if (pIt1 == m_lStorages.end()) in addStorageListener()
413 TPath2StorageInfo::iterator pIt1 = m_lStorages.find(sNormedPath); in removeStorageListener()
414 if (pIt1 == m_lStorages.end()) in removeStorageListener()
433 for ( pIt = m_lStorages.begin(); in getPathOfStorage()
434 pIt != m_lStorages.end() ; in getPathOfStorage()
442 if (pIt == m_lStorages.end()) in getPathOfStorage()
489 TPath2StorageInfo::const_iterator pParent = m_lStorages.find(sParentPath); in getParentStorage()
490 if (pParent != m_lStorages.end()) in getParentStorage()
509 m_lStorages = rCopy.m_lStorages; in operator =()