Home
last modified time | relevance | path

Searched refs:releaseFontData (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFallbackList.cpp54 releaseFontData(); in invalidate()
68 void FontFallbackList::releaseFontData() in releaseFontData() function in WebCore::FontFallbackList
74 … FontCache::fontCache()->releaseFontData(static_cast<const SimpleFontData*>(m_fontList[i].get())); in releaseFontData()
DFontFallbackList.h69 ~FontFallbackList() { releaseFontData(); } in ~FontFallbackList()
106 void releaseFontData();
DFontCache.h77 void releaseFontData(const SimpleFontData*);
DFontCache.cpp181 void FontCache::releaseFontData(const SimpleFontData* fontData) in releaseFontData() function in WebCore::FontCache
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DSimpleFontDataMac.mm309 FontCache::fontCache()->releaseFontData(m_derivedFontData->smallCaps.get());
312 FontCache::fontCache()->releaseFontData(m_derivedFontData->emphasisMark.get());