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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp 76 return getLastResortFallbackFont(fontDescription, DoNotRetain);
77 return fontDataFromFontPlatformData(getFontPlatformData(fontDescription, familyName), DoNotRetain);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h 64 enum ShouldRetain { Retain, DoNotRetain };
FontCache.cpp 157 if (shouldRetain == DoNotRetain)
172 return getLastResortFallbackFont(fontDescription, DoNotRetain).leakRef();
FontDataCache.cpp 57 if (shouldRetain == DoNotRetain)
70 // If shouldRetain is DoNotRetain and count is 0, we want to remove the fontData from
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 86 return fontDataFromFontPlatformData(&platformData, DoNotRetain);
FontCacheSkiaWin.cpp 156 return fontDataFromFontPlatformData(data, DoNotRetain);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 173 return fontDataFromFontPlatformData(&alternateFont, DoNotRetain);
ComplexTextControllerCoreText.mm 278 runFontData = FontCache::fontCache()->getFontData(m_font.fontDescription(), fontName.get(), false, DoNotRetain).get();
283 runFontData = FontCache::fontCache()->fontDataFromFontPlatformData(&runFontPlatformData, DoNotRetain).get();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheWin.cpp 486 return fontDataFromPlatformData(data, DoNotRetain);

Completed in 164 milliseconds