Home
last modified time | relevance | path

Searched refs:m_keywordSize (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h76 , m_keywordSize(0) in FontDescription()
111 unsigned keywordSize() const { return m_keywordSize; } in keywordSize()
146 void setKeywordSize(unsigned s) { m_keywordSize = s; } in setKeywordSize()
203 …unsigned m_keywordSize : 4; // We cache whether or not a font is currently represented by a CSS ke… variable
239 && m_keywordSize == other.m_keywordSize