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

  /external/webkit/WebCore/page/
Settings.h 109 int minimumFontSize() const { return m_minimumFontSize; }
374 int m_minimumFontSize;
Settings.cpp 63 , m_minimumFontSize(0)
207 if (m_minimumFontSize == minimumFontSize)
210 m_minimumFontSize = minimumFontSize;

Completed in 11 milliseconds