Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.h203 int legacyFontSizeFromCSSValue(Document*, CSSPrimitiveValue*, bool shouldUseFixedFontDefaultSize, L…
DEditingStyle.cpp912 …else if (int legacyFontSize = legacyFontSizeFromCSSValue(document, static_cast<CSSPrimitiveValue*>… in extractTextStyles()
1027 int legacyFontSizeFromCSSValue(Document* document, CSSPrimitiveValue* value, bool shouldUseFixedFon… in legacyFontSizeFromCSSValue() function
DEditor.cpp959 …value = String::number(legacyFontSizeFromCSSValue(m_frame->document(), static_cast<CSSPrimitiveVal… in selectionStartCSSPropertyValue()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165469 (WebCore::legacyFontSizeFromCSSValue): Extracted from StyleChange::extractTextStyles.
5470 …(WebCore::StyleChange::extractTextStyles): Calls legacyFontSizeFromCSSValue; this fixes the bug th…
5474 (WebCore::Editor::selectionStartCSSPropertyValue): Calls legacyFontSizeFromCSSValue.
DChangeLog23557 Moved StyleChange, getIdentifierValue, and legacyFontSizeFromCSSValue from ApplyStyleCommand
23559 setTextDecorationProperty, isCSSValueLength, legacyFontSizeFromCSSValue, extractTextStyles,
23578 (WebCore::legacyFontSizeFromCSSValue):