Home
last modified time | relevance | path

Searched refs:m_applyFontSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h162 bool applyFontSize() const { return m_applyFontSize.length() > 0; } in applyFontSize()
166 String fontSize() { return m_applyFontSize; } in fontSize()
179 && m_applyFontSize == other.m_applyFontSize;
197 String m_applyFontSize; variable
DEditingStyle.cpp914 m_applyFontSize = String::number(legacyFontSize); in extractTextStyles()