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()
496 AtomicString m_fixedFontFamily; variable
DSettings.cpp227 if (m_fixedFontFamily == fixedFontFamily) in setFixedFontFamily()
230 m_fixedFontFamily = fixedFontFamily; in setFixedFontFamily()