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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc196 base::FilePath dest_path1 = temp_dir_.path(); local
197 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
206 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
443 base::FilePath dest_path1 = temp_dir_.path(); local
444 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
453 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
509 base::FilePath dest_path1 = temp_dir_.path(); local
510 dest_path1
560 base::FilePath dest_path1 = temp_dir_.path(); local
657 base::FilePath dest_path1 = temp_dir_.path(); local
733 base::FilePath dest_path1 = local
774 base::FilePath dest_path1 = local
823 base::FilePath dest_path1 = local
[all...]
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc132 FilePath dest_path1 = temp_dir_.path(); local
133 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
142 profile1 = profile_manager_->GetProfile(dest_path1);
203 FilePath dest_path1 = local
211 profile_manager_->CreateProfileAsync(dest_path1, &mock_observer);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc769 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
778 Profile* profile_home1 = profile_manager->GetProfile(dest_path1);
875 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
882 Profile* profile_home = profile_manager->GetProfile(dest_path1);

Completed in 97 milliseconds