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

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

Completed in 442 milliseconds