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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 210 m_derivedFontData = DerivedFontData::create(isCustomFont());
222 m_derivedFontData = DerivedFontData::create(isCustomFont());
231 m_derivedFontData = DerivedFontData::create(isCustomFont());
251 PassOwnPtr<SimpleFontData::DerivedFontData> SimpleFontData::DerivedFontData::create(bool forCustomFont)
253 return adoptPtr(new DerivedFontData(forCustomFont));
256 SimpleFontData::DerivedFontData::~DerivedFontData()
SimpleFontData.h 235 struct DerivedFontData {
236 static PassOwnPtr<DerivedFontData> create(bool forCustomFont);
237 ~DerivedFontData();
247 DerivedFontData(bool custom)
253 mutable OwnPtr<DerivedFontData> m_derivedFontData;

Completed in 31 milliseconds