MatchPendingDeletePath  365 chrome/installer/util/delete_after_reboot_helper.cc     if (!MatchPendingDeletePath(short_directory, move_path)) {
MatchPendingDeletePath   46 chrome/installer/util/delete_after_reboot_helper.h bool MatchPendingDeletePath(const base::FilePath& short_form_needle,
MatchPendingDeletePath  162 chrome/installer/util/delete_after_reboot_helper_unittest.cc     if (MatchPendingDeletePath(short_temp_file, move_path))
MatchPendingDeletePath  174 chrome/installer/util/delete_after_reboot_helper_unittest.cc       EXPECT_TRUE(MatchPendingDeletePath(short_path_name, move_path));
MatchPendingDeletePath  187 chrome/installer/util/delete_after_reboot_helper_unittest.cc     EXPECT_FALSE(MatchPendingDeletePath(short_temp_file, move_path));
MatchPendingDeletePath  216 chrome/installer/util/delete_after_reboot_helper_unittest.cc     if (MatchPendingDeletePath(short_temp_file, move_path))
MatchPendingDeletePath  228 chrome/installer/util/delete_after_reboot_helper_unittest.cc       EXPECT_TRUE(MatchPendingDeletePath(short_path_name, move_path));
MatchPendingDeletePath  246 chrome/installer/util/delete_after_reboot_helper_unittest.cc     EXPECT_FALSE(MatchPendingDeletePath(short_temp_file, move_path));