Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DSettings.h73 const AtomicString& fixedFontFamily() const { return m_fixedFontFamily; } in fixedFontFamily()
490 AtomicString m_fixedFontFamily; variable
DSettings.cpp225 if (m_fixedFontFamily == fixedFontFamily) in setFixedFontFamily()
228 m_fixedFontFamily = fixedFontFamily; in setFixedFontFamily()