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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.cpp 171 m_derivedFontData = DerivedFontData::create(isCustomFont());
183 m_derivedFontData = DerivedFontData::create(isCustomFont());
192 m_derivedFontData = DerivedFontData::create(isCustomFont());
202 m_derivedFontData = DerivedFontData::create(isCustomFont());
212 m_derivedFontData = DerivedFontData::create(isCustomFont());
220 PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont)
222 return adoptPtr(new DerivedFontData(forCustomFont));
225 SimpleFontData::DerivedFontData::~DerivedFontData()
    [all...]
SimpleFontData.h 208 struct DerivedFontData {
209 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);
210 ~DerivedFontData();
223 DerivedFontData(bool custom)
229 mutable OwnPtr<DerivedFontData> m_derivedFontData;

Completed in 40 milliseconds