Searched defs:FixedSizeFontDataKey (Results 1 – 1 of 1) sorted by relevance
120 struct FixedSizeFontDataKey { struct121 …FixedSizeFontDataKey(const AtomicString& family = AtomicString(), unsigned weight = 0, bool italic… in FixedSizeFontDataKey() function128 FixedSizeFontDataKey(WTF::HashTableDeletedValueType) : m_weight(-2) { } in FixedSizeFontDataKey() argument129 bool isHashTableDeletedValue() const { return m_weight == -2; } in isHashTableDeletedValue()131 bool operator==(const FixedSizeFontDataKey& other) const in operator ==()138 AtomicString m_family;139 unsigned m_weight;140 bool m_italic;