HomeSort by relevance Sort by last modified time
    Searched full:round_trip_fonts (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
font_list_unittest.cc 177 const std::vector<Font>& round_trip_fonts = font_list_1.GetFonts(); local
179 EXPECT_EQ(2U, round_trip_fonts.size());
180 EXPECT_EQ("Arial|8|bold", FontToString(round_trip_fonts[0]));
181 EXPECT_EQ("Sans serif|8|bold", FontToString(round_trip_fonts[1]));

Completed in 47 milliseconds