Searched defs:computedFontSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp383 startingFontSizes.set(node, computedFontSize(node));
411 float currentFontSize = computedFontSize(node);
416 currentFontSize = computedFontSize(node);
1520 float ApplyStyleCommand::computedFontSize(Node* node) function in class:blink::ApplyStyleCommand
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1114 float RenderStyle::computedFontSize() const { return fontDescription().computedSize(); } function in class:blink::RenderStyle

Completed in 181 milliseconds