HomeSort by relevance Sort by last modified time
    Searched refs:m_hasExternalSVGFont (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.h 69 void setHasExternalSVGFont(bool value) { m_hasExternalSVGFont = value; }
81 bool m_hasExternalSVGFont;
CSSFontFaceSource.cpp 54 , m_hasExternalSVGFont(false)
130 if (m_hasExternalSVGFont) {
208 return m_svgFontFaceElement || m_hasExternalSVGFont;

Completed in 141 milliseconds