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

  /external/webkit/Source/WebCore/page/
Settings.h 96 int minimumFontSize() const { return m_minimumFontSize; }
486 int m_minimumFontSize;
Settings.cpp 87 , m_minimumFontSize(0)
261 if (m_minimumFontSize == minimumFontSize)
264 m_minimumFontSize = minimumFontSize;

Completed in 264 milliseconds