Searched refs:CreateIconFileFromImageFamily (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dicon_util_unittest.cc196 // The following test case makes sure IconUtil::CreateIconFileFromImageFamily
214 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
224 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
235 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
245 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
250 // This test case makes sure IconUtil::CreateIconFileFromImageFamily fails if
257 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(gfx::ImageFamily(),
264 EXPECT_FALSE(IconUtil::CreateIconFileFromImageFamily(image_family,
340 // This test case makes sure that CreateIconFileFromImageFamily creates a
351 ASSERT_TRUE(IconUtil::CreateIconFileFromImageFamily(image_famil
[all...]
H A Dicon_util.h128 static bool CreateIconFileFromImageFamily(
H A Dicon_util.cc453 bool IconUtil::CreateIconFileFromImageFamily( function in class:IconUtil
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc77 if (!IconUtil::CreateIconFileFromImageFamily(image_family, path))
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc59 if (!IconUtil::CreateIconFileFromImageFamily(image, icon_file))
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc204 if (!IconUtil::CreateIconFileFromImageFamily(badged_bitmaps, icon_path)) {

Completed in 1207 milliseconds