Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp104 FontDescription::Size FontDescription::smallerSize(const Size& size) in smallerSize() function in blink::FontDescription
DFontDescription.h132 static Size smallerSize(const Size&);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderConverter.cpp176 return FontDescription::smallerSize(parentSize); in convertFontSize()