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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp181 bool checkingAlternateName)
203 if (!foundResult && !checkingAlternateName) {
256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName) argument
258 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
179 getCachedFontPlatformData(const FontDescription& fontDescription, const AtomicString& familyName, bool checkingAlternateName) argument

Completed in 101 milliseconds