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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.cpp 74 const AtomicString& passedFamilyName, bool checkingAlternateName)
104 if (!foundResult && !checkingAlternateName) {
143 PassRefPtr<SimpleFontData> FontCache::getFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain)
145 if (FontPlatformData* platformData = getFontPlatformData(fontDescription, adjustFamilyNameToAvoidUnsupportedFonts(family), checkingAlternateName))
166 bool checkingAlternateName = true;
167 return getFontPlatformData(fontDescription, family, checkingAlternateName);
FontCache.h 83 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain);
134 FontPlatformData* getFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);

Completed in 24 milliseconds