HomeSort by relevance Sort by last modified time
    Searched refs:specifiedFontSize (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 240 float fontSize = style->specifiedFontSize();
257 return value * style->specifiedFontSize();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 144 return a.specifiedFontSize() == b.specifiedFontSize();
CSSAnimatableValueFactory.cpp 353 return createFromDouble(style.specifiedFontSize());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 203 matchingFontSize = renderer->style()->specifiedFontSize();
204 else if (matchingFontSize != renderer->style()->specifiedFontSize())
634 length += toRenderText(descendant)->text().stripWhiteSpace().length() * descendant->style()->specifiedFontSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 554 float specifiedFontSize() const;
    [all...]

Completed in 230 milliseconds