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 192 bool applyFontFace() const { return m_applyFontFace.length() > 0; }
196 String fontFace() { return m_applyFontFace; }
209 && m_applyFontFace == other.m_applyFontFace
227 String m_applyFontFace;
EditingStyle.cpp     [all...]

Completed in 52 milliseconds