fillSVGGlyphPage   45 Source/core/svg/SVGFontData.h     virtual bool fillSVGGlyphPage(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const OVERRIDE;
fillSVGGlyphPage   52 Source/platform/fonts/CustomFontData.h     virtual bool fillSVGGlyphPage(GlyphPage*, unsigned, unsigned, UChar*, unsigned, const SimpleFontData*) const { return false; }
fillSVGGlyphPage  125 Source/platform/fonts/GlyphPageTreeNode.cpp         return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLength, fontData);