OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getComputedSizeFromSpecifiedSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp
38
float FontSize::
getComputedSizeFromSpecifiedSize
(const Document* document, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize useSmartMinimumForFontSize)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
138
fontDescription.setComputedSize(
getComputedSizeFromSpecifiedSize
(fontDescription, effectiveZoom, fontDescription.specifiedSize()));
517
fontDescription.setComputedSize(
getComputedSizeFromSpecifiedSize
(fontDescription, effectiveZoom, size));
520
float FontBuilder::
getComputedSizeFromSpecifiedSize
(FontDescription& fontDescription, float effectiveZoom, float specifiedSize)
530
return FontSize::
getComputedSizeFromSpecifiedSize
(m_document, zoomFactor, fontDescription.isAbsoluteSize(), specifiedSize);
661
fontDescription.setComputedSize(
getComputedSizeFromSpecifiedSize
(fontDescription, documentStyle->effectiveZoom(), size));
Completed in 111 milliseconds