Home | History | Annotate | Download | only in profiles

Lines Matching refs:profile_path

176 bool IsProfileMarkedForDeletion(const base::FilePath& profile_path) {
178 profile_path) != ProfilesToDelete().end();
182 void NukeProfileFromDisk(const base::FilePath& profile_path) {
185 chrome::GetUserCacheDirectory(profile_path, &cache_path);
186 base::DeleteFile(profile_path, true);
390 const base::FilePath& profile_path,
398 "profile_path",
399 profile_path.value().c_str());
402 if (IsProfileMarkedForDeletion(profile_path)) {
409 ProfilesInfoMap::iterator iter = profiles_info_.find(profile_path);
416 info = RegisterProfile(CreateProfileAsyncHelper(profile_path, this), false);
423 cache.AddProfileToCache(profile_path, name, base::string16(), icon_index,
496 base::FilePath profile_path(user_data_dir);
497 Profile* profile = GetProfile(profile_path.Append(profile_dir));
915 std::string profile_path = (*it)->GetPath().BaseName().MaybeAsASCII();
918 profile_paths.find(profile_path) == profile_paths.end()) {
919 profile_paths.insert(profile_path);
920 profile_list->Append(new base::StringValue(profile_path));