Searched refs:GetFontSpansForTesting (Results 1 – 8 of 8) sorted by relevance
24 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
32 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
68 virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
41 std::vector<RenderText::FontSpan> RenderTextMac::GetFontSpansForTesting() { in GetFontSpansForTesting() function in gfx::RenderTextMac
397 virtual std::vector<FontSpan> GetFontSpansForTesting() = 0;
123 std::vector<RenderText::FontSpan> RenderTextPango::GetFontSpansForTesting() { in GetFontSpansForTesting() function in gfx::RenderTextPango
555 std::vector<RenderText::FontSpan> RenderTextWin::GetFontSpansForTesting() { in GetFontSpansForTesting() function in gfx::RenderTextWin
1418 render_text->GetFontSpansForTesting(); in TEST_F()