Searched defs:m_isSVGFont (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/loader/
H A DCachedFont.h70 bool isSVGFont() const { return m_isSVGFont; }
71 void setSVGFont(bool isSVG) { m_isSVGFont = isSVG; }
81 bool m_isSVGFont; member in class:WebCore::CachedFont

Completed in 10 milliseconds