Home
last modified time | relevance | path

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

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