Searched refs:legacyFontSizeFromCSSValue (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.h | 203 int legacyFontSizeFromCSSValue(Document*, CSSPrimitiveValue*, bool shouldUseFixedFontDefaultSize, L…
|
D | EditingStyle.cpp | 912 …else if (int legacyFontSize = legacyFontSizeFromCSSValue(document, static_cast<CSSPrimitiveValue*>… in extractTextStyles() 1027 int legacyFontSizeFromCSSValue(Document* document, CSSPrimitiveValue* value, bool shouldUseFixedFon… in legacyFontSizeFromCSSValue() function
|
D | Editor.cpp | 959 …value = String::number(legacyFontSizeFromCSSValue(m_frame->document(), static_cast<CSSPrimitiveVal… in selectionStartCSSPropertyValue()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 5469 (WebCore::legacyFontSizeFromCSSValue): Extracted from StyleChange::extractTextStyles. 5470 …(WebCore::StyleChange::extractTextStyles): Calls legacyFontSizeFromCSSValue; this fixes the bug th… 5474 (WebCore::Editor::selectionStartCSSPropertyValue): Calls legacyFontSizeFromCSSValue.
|
D | ChangeLog | 23557 Moved StyleChange, getIdentifierValue, and legacyFontSizeFromCSSValue from ApplyStyleCommand 23559 setTextDecorationProperty, isCSSValueLength, legacyFontSizeFromCSSValue, extractTextStyles, 23578 (WebCore::legacyFontSizeFromCSSValue):
|