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

  /external/chromium_org/chrome/browser/history/
select_favicon_frames_unittest.cc 82 ASSERT_TRUE(image.HasRepresentation(1.0f));
101 ASSERT_TRUE(image.HasRepresentation(1.0f));
129 ASSERT_TRUE(image.HasRepresentation(1.0f));
148 ASSERT_TRUE(image.HasRepresentation(1.0f));
163 ASSERT_TRUE(image.HasRepresentation(1.0f));
164 ASSERT_TRUE(image.HasRepresentation(2.0f));
182 ASSERT_TRUE(image.HasRepresentation(1.0f));
183 ASSERT_TRUE(image.HasRepresentation(2.0f));
  /external/chromium_org/ui/gfx/image/
image_skia.h 106 bool HasRepresentation(float scale) const;
image_unittest.cc 156 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
158 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
227 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
299 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
305 EXPECT_TRUE(from_png.HasRepresentation(gfx::Image::kImageRepPNG));
369 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
371 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
380 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
381 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
392 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()))
    [all...]
image.h 156 bool HasRepresentation(RepresentationType type) const;
image_util.cc 53 if (!image.HasRepresentation(1.0))
image_skia.cc 379 bool ImageSkia::HasRepresentation(float scale) const {
image.cc 715 bool Image::HasRepresentation(RepresentationType type) const {
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 172 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
190 action_icon.ToImageSkia()->HasRepresentation(2.0f));
208 EXPECT_TRUE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
225 EXPECT_TRUE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
243 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
261 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
277 EXPECT_FALSE(action_icon_skia->HasRepresentation(1.0f));
278 EXPECT_TRUE(action_icon_skia->HasRepresentation(2.0f));
extension_action_api.cc 222 if (icon.HasRepresentation(scale)) {
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util_unittest.cc 30 EXPECT_TRUE(image.ToImageSkia()->HasRepresentation(1.0f));
33 EXPECT_TRUE(image.ToImageSkia()->HasRepresentation(2.0f));
  /external/chromium_org/extensions/browser/
extension_icon_image_unittest.cc 460 ASSERT_FALSE(lazy_default_icon.HasRepresentation(1.0f));
465 EXPECT_TRUE(lazy_default_icon.HasRepresentation(1.0f));
499 ASSERT_FALSE(lazy_default_icon.HasRepresentation(1.0f));
508 EXPECT_TRUE(lazy_default_icon.HasRepresentation(1.0f));
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 233 if (item->icon().HasRepresentation(scale_factor))
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 746 if (window_icon.HasRepresentation(1.0f))
749 if (app_icon.HasRepresentation(1.0f))
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 480 if (source_.HasRepresentation(scale))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 376 if (!mask->HasRepresentation(scale))
    [all...]

Completed in 95 milliseconds