HomeSort by relevance Sort by last modified time
    Searched refs:derived_2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
platform_font_win_unittest.cc 80 gfx::Font derived_2 = static_cast<PlatformFontWin*>( local
83 EXPECT_EQ(derived_1.GetFontSize(), derived_2.GetFontSize());
85 EXPECT_EQ(16, derived_2.GetHeight());
font_list_unittest.cc 306 FontList derived_2 = font_list.DeriveWithHeightUpperBound(height_2); local
307 EXPECT_LE(derived_2.GetHeight(), height_2);
308 EXPECT_EQ(font_list.GetHeight(), derived_2.GetHeight());
309 EXPECT_EQ(font_list.GetFontSize(), derived_2.GetFontSize());

Completed in 140 milliseconds