HomeSort by relevance Sort by last modified time
    Searched refs:dest_path1 (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 132 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/profiles/
profile_manager_unittest.cc 200 base::FilePath dest_path1 = temp_dir_.path(); local
201 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
210 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
441 base::FilePath dest_path1 = temp_dir_.path(); local
442 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"));
451 static_cast<TestingProfile*>(profile_manager->GetProfile(dest_path1));
507 base::FilePath dest_path1 = temp_dir_.path(); local
508 dest_path1 = dest_path1.Append(FILE_PATH_LITERAL("New Profile 1"))
558 base::FilePath dest_path1 = temp_dir_.path(); local
632 base::FilePath dest_path1 = local
673 base::FilePath dest_path1 = local
722 base::FilePath dest_path1 = local
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 758 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
767 Profile* profile_home1 = profile_manager->GetProfile(dest_path1);
864 base::FilePath dest_path1 = profile_manager->user_data_dir().Append( local
    [all...]

Completed in 343 milliseconds