Searched refs:expected_app_id (Results 1 – 3 of 3) sorted by relevance
89 std::wstring* expected_app_id) const;173 std::wstring expected_app_id; in MigrateWin7ShortcutsInPath() local174 if (!GetExpectedAppId(shell_link, &expected_app_id) || in MigrateWin7ShortcutsInPath()175 expected_app_id.empty()) in MigrateWin7ShortcutsInPath()182 if (expected_app_id != existing_app_id) { in MigrateWin7ShortcutsInPath()190 expected_app_id.c_str()); in MigrateWin7ShortcutsInPath()197 std::wstring* expected_app_id) const { in GetExpectedAppId()199 DCHECK(expected_app_id); in GetExpectedAppId()201 expected_app_id->clear(); in GetExpectedAppId()239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path)); in GetExpectedAppId()
410 base::string16 expected_app_id( in MigrateShortcutsInPathInternal() local412 if (expected_app_id.empty()) in MigrateShortcutsInPathInternal()443 if (!expected_app_id.empty()) in MigrateShortcutsInPathInternal()444 updated_properties.set_app_id(expected_app_id); in MigrateShortcutsInPathInternal()447 if (expected_app_id != base::string16(propvariant.get().pwszVal)) in MigrateShortcutsInPathInternal()448 updated_properties.set_app_id(expected_app_id); in MigrateShortcutsInPathInternal()460 if (check_dual_mode && expected_app_id == default_chromium_model_id) { in MigrateShortcutsInPathInternal()
175 std::string expected_app_id(kAppId1); in TEST_F() local177 EXPECT_EQ(found_app_id, expected_app_id); in TEST_F()