Cache              66 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::iterator it = m_cache.find(hash);
Cache              96 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::AddResult addResult = m_cache.add(hash, nullptr);
Cache             115 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (Cache::iterator it = m_cache.begin(); it != m_cache.end(); ++it) {
Cache             130 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::iterator it = m_cache.begin();
Cache             131 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::iterator end = m_cache.end();
Cache              69 Source/core/css/resolver/MatchedPropertiesCache.h     Cache m_cache;
Cache              16 Source/modules/serviceworkers/Cache.cpp PassRefPtr<Cache> Cache::create(const Vector<String>& urlStrings)
Cache              18 Source/modules/serviceworkers/Cache.cpp     RefPtr<Cache> cache = adoptRef(new Cache);
Cache              24 Source/modules/serviceworkers/Cache.cpp Cache::~Cache()
Cache              28 Source/modules/serviceworkers/Cache.cpp ScriptPromise Cache::match(ExecutionContext* executionContext, const String& urlString)
Cache              39 Source/modules/serviceworkers/Cache.cpp ScriptPromise Cache::ready(ExecutionContext* executionContext)
Cache              50 Source/modules/serviceworkers/Cache.cpp Cache::Cache()
Cache              19 Source/modules/serviceworkers/Cache.h class Cache FINAL : public RefCounted<Cache>, public ScriptWrappable {
Cache              21 Source/modules/serviceworkers/Cache.h     static PassRefPtr<Cache> create(const Vector<String>& urlStrings);
Cache              22 Source/modules/serviceworkers/Cache.h     ~Cache();
Cache              28 Source/modules/serviceworkers/Cache.h     Cache();
Cache              53 Source/platform/fonts/FontDataCache.cpp     Cache::iterator result = m_cache.find(*platformData);
Cache              87 Source/platform/fonts/FontDataCache.cpp     Cache::iterator it = m_cache.find(fontData->platformData());
Cache             100 Source/platform/fonts/FontDataCache.cpp     Cache::iterator end = m_cache.end();
Cache             101 Source/platform/fonts/FontDataCache.cpp     for (Cache::iterator fontData = m_cache.begin(); fontData != end; ++fontData) {
Cache              93 Source/platform/fonts/FontDataCache.h     Cache m_cache;