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

  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 195 // The following test case makes sure IconUtil::CreateIconFileFromImageFamily
213 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
223 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
234 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
244 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
249 // This test case makes sure IconUtil::CreateIconFileFromImageFamily fails if
256 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(gfx::ImageFamily(),
263 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
339 // This test case makes sure that CreateIconFileFromImageFamily creates a
350 ASSERT_TRUE(IconUtil::CreateIconFileFromImageFamily(image_family
    [all...]
icon_util.h 128 static bool CreateIconFileFromImageFamily(
icon_util.cc 453 bool IconUtil::CreateIconFileFromImageFamily(
  /external/chromium_org/chrome/browser/
jumplist_win.cc 76 if (!IconUtil::CreateIconFileFromImageFamily(image_family, path))
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 59 if (!IconUtil::CreateIconFileFromImageFamily(image, icon_file))
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 204 if (!IconUtil::CreateIconFileFromImageFamily(badged_bitmaps, icon_path)) {
    [all...]

Completed in 210 milliseconds