HomeSort by relevance Sort by last modified time
    Searched refs:m_applyFontSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.h 162 bool applyFontSize() const { return m_applyFontSize.length() > 0; }
166 String fontSize() { return m_applyFontSize; }
179 && m_applyFontSize == other.m_applyFontSize;
197 String m_applyFontSize;
EditingStyle.cpp     [all...]

Completed in 56 milliseconds