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

/external/chromium_org/ui/gfx/
H A Drender_text_mac.h32 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
H A Drender_text_pango.h24 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
H A Drender_text_win.h68 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
H A Drender_text.h397 virtual std::vector<FontSpan> GetFontSpansForTesting() = 0;
H A Drender_text_mac.cc41 std::vector<RenderText::FontSpan> RenderTextMac::GetFontSpansForTesting() { function in class:gfx::RenderTextMac
H A Drender_text_pango.cc123 std::vector<RenderText::FontSpan> RenderTextPango::GetFontSpansForTesting() { function in class:gfx::RenderTextPango
H A Drender_text_win.cc555 std::vector<RenderText::FontSpan> RenderTextWin::GetFontSpansForTesting() { function in class:gfx::RenderTextWin
H A Drender_text_unittest.cc1418 render_text->GetFontSpansForTesting();

Completed in 579 milliseconds