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

  /external/chromium_org/chrome/browser/history/
select_favicon_frames_unittest.cc 75 ASSERT_TRUE(image.HasRepresentation(1.0f));
91 ASSERT_TRUE(image.HasRepresentation(1.0f));
106 ASSERT_TRUE(image.HasRepresentation(1.0f));
122 ASSERT_TRUE(image.HasRepresentation(1.0f));
135 ASSERT_TRUE(image.HasRepresentation(1.0f));
136 ASSERT_TRUE(image.HasRepresentation(2.0f));
151 ASSERT_TRUE(image.HasRepresentation(1.0f));
152 ASSERT_TRUE(image.HasRepresentation(2.0f));
  /external/chromium_org/ui/gfx/image/
image_skia.h 102 bool HasRepresentation(float scale) const;
image_unittest.cc 159 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
161 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
230 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
290 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepPNG));
296 EXPECT_TRUE(from_png.HasRepresentation(gfx::Image::kImageRepPNG));
360 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
362 EXPECT_FALSE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
371 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
372 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()));
383 EXPECT_TRUE(image.HasRepresentation(gt::GetPlatformRepresentationType()))
    [all...]
image.h 166 bool HasRepresentation(RepresentationType type) const;
image_skia.cc 297 bool ImageSkia::HasRepresentation(float scale) const {
image.cc 886 bool Image::HasRepresentation(RepresentationType type) const {
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_apitest.cc 175 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
193 action_icon.ToImageSkia()->HasRepresentation(2.0f));
211 EXPECT_TRUE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
228 EXPECT_TRUE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
246 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
264 EXPECT_FALSE(action_icon.ToImageSkia()->HasRepresentation(2.0f));
280 EXPECT_FALSE(action_icon_skia->HasRepresentation(1.0f));
281 EXPECT_TRUE(action_icon_skia->HasRepresentation(2.0f));
extension_action_api.cc 184 if (icon.HasRepresentation(scale)) {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_util_unittest.cc 30 EXPECT_TRUE(image.ToImageSkia()->HasRepresentation(1.0f));
33 EXPECT_TRUE(image.ToImageSkia()->HasRepresentation(2.0f));
  /external/chromium_org/chrome/browser/extensions/
extension_icon_image_unittest.cc 463 ASSERT_FALSE(lazy_default_icon.HasRepresentation(1.0f));
468 EXPECT_TRUE(lazy_default_icon.HasRepresentation(1.0f));
502 ASSERT_FALSE(lazy_default_icon.HasRepresentation(1.0f));
511 EXPECT_TRUE(lazy_default_icon.HasRepresentation(1.0f));
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 183 if (item->icon().HasRepresentation(scale))
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 634 if (window_icon.HasRepresentation(1.0f))
637 if (app_icon.HasRepresentation(1.0f))
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 481 if (source_.HasRepresentation(scale))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 471 if (!mask->HasRepresentation(scale))
    [all...]

Completed in 912 milliseconds