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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 148 float FontDescription::effectiveFontSize() const
174 return FontCacheKey(familyName, effectiveFontSize(), options | traits << 9);
FontCache.cpp 96 result = createFontPlatformData(fontDescription, familyName, fontDescription.effectiveFontSize());
FontDescription.h 142 float effectiveFontSize() const; // Returns either the computedSize or the computedPixelSize
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.cpp 190 fontDescription.effectiveFontSize(),
202 m_font->platformDataFromCustomData(fontDescription.effectiveFontSize(),
212 fontDescription.effectiveFontSize(),

Completed in 193 milliseconds