Home
last modified time | relevance | path

Searched refs:m_applyFontFace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.h161 bool applyFontFace() const { return m_applyFontFace.length() > 0; } in applyFontFace()
165 String fontFace() { return m_applyFontFace; } in fontFace()
178 && m_applyFontFace == other.m_applyFontFace
196 String m_applyFontFace; variable
DEditingStyle.cpp906 m_applyFontFace = style->getPropertyValue(CSSPropertyFontFamily); in extractTextStyles()