OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoNotUseSmartMinimumForFontSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.h
29
enum ESmartMinimumForFontSize {
DoNotUseSmartMinimumForFontSize
, UseSmartMinimumForFontFize };
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp
236
fontDescription.setComputedSize(FontSize::getComputedSizeFromSpecifiedSize(&document, scalingFactor, fontDescription.isAbsoluteSize(), fontDescription.specifiedSize(),
DoNotUseSmartMinimumForFontSize
));
Completed in 41 milliseconds