Searched refs:profile_file_path (Results 1 – 6 of 6) sorted by relevance
59 base::FilePath* profile_file_path) { in GetProfilePathFromArgs() argument63 return base::GetValueAsFilePath(*file_path_value, profile_file_path); in GetProfilePathFromArgs()327 base::FilePath profile_file_path; in SetProfileIconAndName() local328 if (!GetProfilePathFromArgs(args, &profile_file_path)) in SetProfileIconAndName()332 g_browser_process->profile_manager()->GetProfile(profile_file_path); in SetProfileIconAndName()363 ProfileMetrics::LogProfileUpdate(profile_file_path); in SetProfileIconAndName()383 base::FilePath profile_file_path; in SwitchAppListProfile() local385 !base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchAppListProfile()390 app_list_service->SetProfilePath(profile_file_path); in SwitchAppListProfile()402 base::FilePath profile_file_path; in ProfileIconSelectionChanged() local[all …]
69 base::FilePath profile_file_path; in SwitchToProfile() local70 if (!base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchToProfile()74 GetProfileByPath(profile_file_path); in SwitchToProfile()
31 const base::FilePath& profile_file_path, in LoadProfileInvalidatingOtherLoads() argument35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); in LoadProfileInvalidatingOtherLoads()43 profile_file_path, in LoadProfileInvalidatingOtherLoads()
35 const base::FilePath& profile_file_path,
83 void LoadProfileAsync(const base::FilePath& profile_file_path);
453 base::FilePath profile_file_path = GetProfile()->GetPath(); in ConfigureSyncDone() local454 ProfileMetrics::LogProfileSyncSignIn(profile_file_path); in ConfigureSyncDone()