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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h 193 bool applyFontSize() const { return m_applyFontSize.length() > 0; }
197 String fontSize() { return m_applyFontSize; }
210 && m_applyFontSize == other.m_applyFontSize;
228 String m_applyFontSize;
EditingStyle.cpp     [all...]

Completed in 87 milliseconds