Home
last modified time | relevance | path

Searched refs:fromSystemFont (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h54 void fromSystemFont(CSSValueID, float effectiveZoom);
DFontBuilder.cpp118 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom) in fromSystemFont() function in blink::FontBuilder
DStyleBuilderCustom.cpp1027 …state.fontBuilder().fromSystemFont(toCSSPrimitiveValue(value)->getValueID(), state.style()->effect… in applyValueCSSPropertyFont()