Home
last modified time | relevance | path

Searched refs:shouldRetain (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDataCache.cpp48 …SimpleFontData> FontDataCache::get(const FontPlatformData* platformData, ShouldRetain shouldRetain) in get() argument
55 …eFontData>, unsigned> newValue(SimpleFontData::create(*platformData), shouldRetain == Retain ? 1 :… in get()
57 if (shouldRetain == DoNotRetain) in get()
67 if (shouldRetain == Retain) { in get()
DFontCache.cpp149 …fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain) in getFontData() argument
152 return fontDataFromFontPlatformData(platformData, shouldRetain); in getFontData()
157 …ache::fontDataFromFontPlatformData(const FontPlatformData* platformData, ShouldRetain shouldRetain) in fontDataFromFontPlatformData() argument
163 if (shouldRetain == DoNotRetain) in fontDataFromFontPlatformData()
167 return gFontDataCache->get(platformData, shouldRetain); in fontDataFromFontPlatformData()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DFontCacheSkia.cpp91 …FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain) in getLastResortFallbackFont() argument
118 return fontDataFromFontPlatformData(fontPlatformData, shouldRetain); in getLastResortFallbackFont()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontCacheMac.mm186 …Cache::getLastResortFallbackFont(const FontDescription& fontDescription, ShouldRetain shouldRetain)
192 …efPtr<SimpleFontData> simpleFontData = getFontData(fontDescription, timesStr, false, shouldRetain);
201 return getFontData(fontDescription, lucidaGrandeStr, false, shouldRetain);