Searched refs:dest_path1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc249 base::FilePath dest_path1 = temp_dir_.path(); local
250 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
259 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
592 base::FilePath dest_path1 = temp_dir_.path(); local
593 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
602 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
658 base::FilePath dest_path1 = temp_dir_.path(); local
659 dest_path1
709 base::FilePath dest_path1 = temp_dir_.path(); local
799 base::FilePath dest_path1 = temp_dir_.path(); local
875 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1); local
909 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1); local
947 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1); local
1204 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1); local
1251 base::FilePath dest_path1 = temp_dir_.path().AppendASCII(profile_name1); local
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc791 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
800 Profile* profile_home1 = profile_manager->GetProfile(dest_path1);
906 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
913 Profile* profile_home = profile_manager->GetProfile(dest_path1);

Completed in 436 milliseconds