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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h 195 bool applyFontFace() const { return m_applyFontFace.length() > 0; }
199 String fontFace() { return m_applyFontFace; }
212 && m_applyFontFace == other.m_applyFontFace
230 String m_applyFontFace;
EditingStyle.cpp     [all...]

Completed in 27 milliseconds