HomeSort by relevance Sort by last modified time
    Searched refs:CacheGroupMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 147 typedef HashMap<String, ApplicationCacheGroup*> CacheGroupMap;
148 CacheGroupMap m_cachesInMemory; // Excludes obsolete cache groups.
ApplicationCacheStorage.cpp 138 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) {
    [all...]

Completed in 459 milliseconds