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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc310 const std::string profile_name1 = "New Profile 1"; local
319 CreateProfileAsync(profile_manager, profile_name1, false, &mock_observer);
873 const std::string profile_name1 = "New Profile 1"; local
875 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1);
882 CreateProfileAsync(profile_manager, profile_name1, false, &mock_observer);
891 local_state->SetString(prefs::kProfileLastUsed, profile_name1);
908 const std::string profile_name1 = "New Profile 1"; local
909 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1);
915 CreateProfileAsync(profile_manager, profile_name1, false, &mock_observer);
923 local_state->SetString(prefs::kProfileLastUsed, profile_name1);
946 const std::string profile_name1 = "New Profile 1"; local
1009 const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0); local
1047 const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0); local
1093 const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0); local
1202 const std::string profile_name1 = "New Profile 1"; local
1248 const std::string profile_name1 = "New Profile 1"; local
[all...]

Completed in 76 milliseconds