Searched defs:icon_path_2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/win/
H A Dshortcut_unittest.cc54 FilePath icon_path_2; variable
55 base::CreateTemporaryFileInDir(temp_dir_.path(), &icon_path_2);
61 link_properties_2_.set_icon(icon_path_2, 0);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc804 const base::FilePath icon_path_2 = local
819 EXPECT_TRUE(base::ReadFileToString(icon_path_2, &badged_icon_2));
830 EXPECT_TRUE(base::ReadFileToString(icon_path_2, &unbadged_icon_2));
838 const base::FilePath icon_path_2 = local
846 EXPECT_TRUE(base::ReadFileToString(icon_path_2, &badged_icon_2));

Completed in 54 milliseconds