Home | History | Annotate | Download | only in profiles

Lines Matching full:dest_path

80   FilePath dest_path = temp_dir_.path();
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
86 profile = profile_manager_->GetProfile(dest_path);
90 EXPECT_EQ(profile, profile_manager_->GetProfile(dest_path));
165 FilePath dest_path =
171 profile_manager_->CreateProfileAsync(dest_path, &mock_observer);
183 FilePath dest_path =
195 profile_manager_->CreateProfileAsync(dest_path, &mock_observer1);
196 profile_manager_->CreateProfileAsync(dest_path, &mock_observer2);
197 profile_manager_->CreateProfileAsync(dest_path, &mock_observer3);