Searched refs:CacheGroupMap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.h147 typedef HashMap<String, ApplicationCacheGroup*> CacheGroupMap; typedef in class:WebCore::ApplicationCacheStorage
148 CacheGroupMap m_cachesInMemory; // Excludes obsolete cache groups.
H A DApplicationCacheStorage.cpp138 std::pair<CacheGroupMap::iterator, bool> result = m_cachesInMemory.add(manifestURL, 0);
199 CacheGroupMap::const_iterator end = m_cachesInMemory.end();
200 for (CacheGroupMap::const_iterator it = m_cachesInMemory.begin(); it != end; ++it) {
270 CacheGroupMap::const_iterator end = m_cachesInMemory.end();
271 for (CacheGroupMap::const_iterator it = m_cachesInMemory.begin(); it != end; ++it) {
1212 CacheGroupMap::const_iterator end = m_cachesInMemory.end();
1213 for (CacheGroupMap::const_iterator it = m_cachesInMemory.begin(); it != end; ++it)

Completed in 327 milliseconds