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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 231 float fontSize = style->specifiedFontSize();
248 return value * style->specifiedFontSize();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 472 matchingFontSize = renderer->style()->specifiedFontSize();
474 if (matchingFontSize != renderer->style()->specifiedFontSize())
551 textWidth += toRenderText(descendant)->renderedTextLength() * descendant->style()->specifiedFontSize();
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 527 float specifiedFontSize() const;
    [all...]

Completed in 54 milliseconds