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

  /external/webkit/WebCore/page/
Settings.h 118 int defaultFixedFontSize() const { return m_defaultFixedFontSize; }
377 int m_defaultFixedFontSize;
Settings.cpp 66 , m_defaultFixedFontSize(0)
234 if (m_defaultFixedFontSize == defaultFontSize)
237 m_defaultFixedFontSize = defaultFontSize;

Completed in 79 milliseconds