Searched refs:m_keywordSize (Results 1 – 1 of 1) sorted by relevance
93 , m_keywordSize(0) in FontDescription()126 unsigned keywordSize() const { return m_keywordSize; } in keywordSize()164 void setKeywordSize(unsigned s) { m_keywordSize = s; } in setKeywordSize()207 …unsigned m_keywordSize : 4; // We cache whether or not a font is currently represented by a CSS ke… variable237 && m_keywordSize == other.m_keywordSize