Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h74 , 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… variable
175 && m_isSpecifiedFont == other.m_isSpecifiedFont
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0694891 * platform/graphics/FontDescription.h: Added m_isSpecifiedFont and its accessors.