Home
last modified time | relevance | path

Searched refs:specifiedFontSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp240 float fontSize = style->specifiedFontSize(); in convertValueFromUserUnitsToEMS()
257 return value * style->specifiedFontSize(); in convertValueFromEMSToUserUnits()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSPropertyEquality.cpp144 return a.specifiedFontSize() == b.specifiedFontSize(); in propertiesEqual()
DCSSAnimatableValueFactory.cpp353 return createFromDouble(style.specifiedFontSize()); in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.cpp203 matchingFontSize = renderer->style()->specifiedFontSize(); in blockIsRowOfLinks()
204 else if (matchingFontSize != renderer->style()->specifiedFontSize()) in blockIsRowOfLinks()
634 …nderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize(); in clusterHasEnoughTextToAutosize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1113 float RenderStyle::specifiedFontSize() const { return fontDescription().specifiedSize(); } in specifiedFontSize() function in blink::RenderStyle
DRenderStyle.h554 float specifiedFontSize() const;