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

  /external/chromium_org/ui/gfx/image/
image_unittest.cc 41 EXPECT_EQ(0U, image.RepresentationCount());
74 EXPECT_EQ(0U, image1.RepresentationCount());
84 EXPECT_EQ(0U, image2.RepresentationCount());
91 EXPECT_EQ(0U, image3.RepresentationCount());
101 EXPECT_EQ(0U, image1.RepresentationCount());
108 EXPECT_EQ(0U, image2.RepresentationCount());
133 EXPECT_EQ(1U, image.RepresentationCount());
137 EXPECT_EQ(1U, image.RepresentationCount());
149 EXPECT_EQ(1U, image.RepresentationCount());
358 EXPECT_EQ(kRepCount, image.RepresentationCount());
    [all...]
image.h 169 size_t RepresentationCount() const;
image.cc 892 size_t Image::RepresentationCount() const {
900 return RepresentationCount() == 0;

Completed in 35 milliseconds