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

  /external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h 76 , smallCaps(false)
88 bool smallCaps;
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp 44 smallCaps = desc.variant() == FontVariantSmallCaps;
62 desc.setVariant(smallCaps ? FontVariantSmallCaps : FontVariantNormal);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 193 if (!m_derivedFontData->smallCaps)
194 m_derivedFontData->smallCaps = createScaledFontData(fontDescription, smallCapsFontSizeMultiplier);
196 return m_derivedFontData->smallCaps;
230 if (smallCaps)
231 GlyphPageTreeNode::pruneTreeCustomFontData(smallCaps.get());
SimpleFontData.h 213 RefPtr<SimpleFontData> smallCaps;
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 216 result.smallCaps = font.small_caps != PP_FALSE;
283 description->small_caps = web_desc.smallCaps ? PP_TRUE : PP_FALSE;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 273 void FontBuilder::setVariant(FontVariant smallCaps)
277 scope.fontDescription().setVariant(smallCaps);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 306 if (m_derivedFontData->smallCaps)
307 FontCache::fontCache()->releaseFontData(m_derivedFontData->smallCaps.get());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 422 milliseconds