Searched refs:m_isSpecifiedFont (Results 1 – 2 of 2) sorted by relevance
74 , m_isSpecifiedFont(false) in FontDescription()102 bool isSpecifiedFont() const { return m_isSpecifiedFont; } in isSpecifiedFont()124 void setIsSpecifiedFont(bool isSpecifiedFont) { m_isSpecifiedFont = isSpecifiedFont; } in setIsSpecifiedFont()157 …bool m_isSpecifiedFont : 1; // True if a web page specifies a non-generic font family as the first… variable175 && m_isSpecifiedFont == other.m_isSpecifiedFont
94891 * platform/graphics/FontDescription.h: Added m_isSpecifiedFont and its accessors.