Home
last modified time | relevance | path

Searched defs:svgFontFaceElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp68 SVGFontFaceElement* svgFontFaceElement = this->svgFontFaceElement(); in initializeFontData() local
132 SVGFontFaceElement* svgFontFaceElement = this->svgFontFaceElement(); in widthForSVGGlyph() local
172 SVGFontFaceElement* svgFontFaceElement = this->svgFontFaceElement(); in applySVGGlyphSelection() local
324 SVGFontFaceElement* SVGFontData::svgFontFaceElement() const in svgFontFaceElement() function in WebCore::SVGFontData
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSrcValue.h64 SVGFontFaceElement* svgFontFaceElement() const { return m_svgFontFaceElement; } in svgFontFaceElement() function