Searched refs:TestCustomFontData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphPageTreeNodeTest.cpp14 class TestCustomFontData : public CustomFontData { class in namespace:WebCore
16 static PassRefPtr<TestCustomFontData> create() { return adoptRef(new TestCustomFontData()); }
18 TestCustomFontData() { } function in class:WebCore::TestCustomFontData
31 return adoptRef(new TestSimpleFontData(TestCustomFontData::create(), from, to));

Completed in 79 milliseconds