Searched refs:forCustomFont (Results 1 – 2 of 2) sorted by relevance
220 …OwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont) in create() argument222 return adoptPtr(new DerivedFontData(forCustomFont)); in create()227 if (!forCustomFont) in ~DerivedFontData()
209 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);212 bool forCustomFont; member224 : forCustomFont(custom) in DerivedFontData()