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

  /external/chromium_org/ui/gfx/image/
image_family_unittest.cc 97 gfx::ImageFamily empty_family; local
98 EXPECT_TRUE(empty_family.empty());
99 EXPECT_FALSE(empty_family.GetBest(32, 32));
100 EXPECT_FALSE(empty_family.GetBest(0, 32));
101 EXPECT_FALSE(empty_family.GetBest(32, 0));

Completed in 63 milliseconds