Searched refs:checkingAlternateName (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DFontCache.h81 SimpleFontData* getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName = false);
99 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
H A DFontCache.cpp186 bool checkingAlternateName)
207 if (!foundResult && !checkingAlternateName) {
260 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName) argument
262 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
184 getCachedFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName, bool checkingAlternateName) argument

Completed in 23 milliseconds