Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSFontFaceSource.h69 void setHasExternalSVGFont(bool value) { m_hasExternalSVGFont = value; } in setHasExternalSVGFont()
81 bool m_hasExternalSVGFont; variable
DCSSFontFaceSource.cpp54 , m_hasExternalSVGFont(false) in CSSFontFaceSource()
130 if (m_hasExternalSVGFont) { in getFontData()
208 return m_svgFontFaceElement || m_hasExternalSVGFont; in getFontData()