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

  /external/chromium_org/chrome/browser/history/
select_favicon_frames_unittest.cc 65 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
80 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
94 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
109 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
121 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
122 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_200P));
136 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
137 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_200P));
153 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_100P));
154 ASSERT_TRUE(image.HasRepresentation(ui::SCALE_FACTOR_200P))
    [all...]
  /external/chromium_org/ui/gfx/image/
image_skia.h 92 bool HasRepresentation(ui::ScaleFactor scale_factor) const;
image_unittest.cc 150 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
152 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
221 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
281 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
287 EXPECT_TRUE(from_png.HasRepresentation(gfx::Image::kImageRepPNG));
353 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
355 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
364 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
365 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
376 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()))
    [all...]
image.h 166 bool HasRepresentation(RepresentationType type) const;
image_skia.cc 281 bool ImageSkia::HasRepresentation(ui::ScaleFactor scale_factor) const {
image.cc 888 bool Image::HasRepresentation(RepresentationType type) const {
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 175 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
193 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
212 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
230 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
249 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
268 action_icon.ToImageSkia()->HasRepresentation(ui::SCALE_FACTOR_200P));
284 EXPECT_FALSE(action_icon_skia->HasRepresentation(ui::SCALE_FACTOR_100P));
285 EXPECT_TRUE(action_icon_skia->HasRepresentation(ui::SCALE_FACTOR_200P));
extension_action_api.cc 170 if (icon.HasRepresentation(kIconSizes[i].scale)) {
  /external/chromium_org/chrome/browser/extensions/
extension_icon_image_unittest.cc 461 ASSERT_FALSE(lazy_default_icon.HasRepresentation(ui::SCALE_FACTOR_100P));
467 EXPECT_TRUE(lazy_default_icon.HasRepresentation(ui::SCALE_FACTOR_100P));
501 ASSERT_FALSE(lazy_default_icon.HasRepresentation(ui::SCALE_FACTOR_100P));
511 EXPECT_TRUE(lazy_default_icon.HasRepresentation(ui::SCALE_FACTOR_100P));
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 162 if (item->icon().HasRepresentation(scale_factor))
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 482 if (source_.HasRepresentation(scale_factor))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 448 if (!mask->HasRepresentation(scale_factor))
    [all...]

Completed in 131 milliseconds