FontVerticalDataCache 126 Source/platform/fonts/FontCache.cpp FontVerticalDataCache& fontVerticalDataCacheInstance() FontVerticalDataCache 128 Source/platform/fonts/FontCache.cpp DEFINE_STATIC_LOCAL(FontVerticalDataCache, fontVerticalDataCache, ()); FontVerticalDataCache 134 Source/platform/fonts/FontCache.cpp FontVerticalDataCache& fontVerticalDataCache = fontVerticalDataCacheInstance(); FontVerticalDataCache 135 Source/platform/fonts/FontCache.cpp FontVerticalDataCache::iterator result = fontVerticalDataCache.find(key); FontVerticalDataCache 209 Source/platform/fonts/FontCache.cpp FontVerticalDataCache& fontVerticalDataCache = fontVerticalDataCacheInstance(); FontVerticalDataCache 212 Source/platform/fonts/FontCache.cpp FontVerticalDataCache::iterator verticalDataEnd = fontVerticalDataCache.end(); FontVerticalDataCache 213 Source/platform/fonts/FontCache.cpp for (FontVerticalDataCache::iterator verticalData = fontVerticalDataCache.begin(); verticalData != verticalDataEnd; ++verticalData) { FontVerticalDataCache 222 Source/platform/fonts/FontCache.cpp for (FontVerticalDataCache::iterator verticalData = fontVerticalDataCache.begin(); verticalData != verticalDataEnd; ++verticalData) {