Home
last modified time | relevance | path

Searched refs:setHasExternalSVGFont (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSFontFaceSource.h69 void setHasExternalSVGFont(bool value) { m_hasExternalSVGFont = value; } in setHasExternalSVGFont() function
DCSSFontSelector.cpp253 source->setHasExternalSVGFont(true); in addFontFaceRule()
/external/webkit/Source/WebCore/
DChangeLog20837 (WebCore::CSSFontFaceSource::setHasExternalSVGFont):