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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc311 const std::string profile_name2 = "New Profile 2"; local
320 CreateProfileAsync(profile_manager, profile_name2, false, &mock_observer);
874 const std::string profile_name2 = "New Profile 2"; local
876 base::FilePath dest_path2 = temp_dir_.path().AppendASCII(profile_name2);
883 CreateProfileAsync(profile_manager, profile_name2, false, &mock_observer);
900 EXPECT_EQ(profile_name2, local_state->GetString(prefs::kProfileLastUsed));
932 const std::string profile_name2 = "Profile 1"; local
933 base::FilePath dest_path2 = temp_dir_.path().AppendASCII(profile_name2);
936 EXPECT_EQ(profile_name2, local_state->GetString(prefs::kProfileLastUsed));
986 const std::string profile_name2 local
1016 const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1); local
1062 const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1); local
1116 const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1); local
1203 const std::string profile_name2 = "New Profile 2"; local
1249 const std::string profile_name2 = "New Profile 2"; local
[all...]

Completed in 712 milliseconds