Home
last modified time | relevance | path

Searched refs:computedFontSize (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.h96 float computedFontSize(const Node*);
DApplyStyleCommand.cpp712 startingFontSizes.set(node, computedFontSize(node)); in applyRelativeFontStyleChange()
738 float currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()
743 currentFontSize = computedFontSize(node); in applyRelativeFontStyleChange()
1840 float ApplyStyleCommand::computedFontSize(const Node *node) in computedFontSize() function in WebCore::ApplyStyleCommand
/external/webkit/WebCore/
DChangeLog-2005-12-193019 (khtml::ApplyStyleCommand::computedFontSize):
20003 (khtml::ApplyStyleCommand::computedFontSize): Ditto.
DChangeLog-2006-05-1021404 (WebCore::ApplyStyleCommand::computedFontSize):
DChangeLog-2005-08-2326442 (khtml::ApplyStyleCommand::computedFontSize): New helper function.