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

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.cpp67 bool applyFontSize() const { return m_applyFontSize.length() > 0; }
71 String fontSize() { return m_applyFontSize; }
87 String m_applyFontSize; member in class:WebCore::StyleChange
239 m_applyFontSize = "1";
241 m_applyFontSize = "2";
243 m_applyFontSize = "3";
245 m_applyFontSize = "4";
247 m_applyFontSize = "5";
249 m_applyFontSize = "6";
251 m_applyFontSize
[all...]

Completed in 10 milliseconds