Home
last modified time | relevance | path

Searched refs:profile_file_path (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dmanage_profile_handler.cc59 base::FilePath* profile_file_path) { in GetProfilePathFromArgs() argument
63 return base::GetValueAsFilePath(*file_path_value, profile_file_path); in GetProfilePathFromArgs()
327 base::FilePath profile_file_path; in SetProfileIconAndName() local
328 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() local
385 !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 …]
Dsupervised_user_create_confirm_handler.cc69 base::FilePath profile_file_path; in SwitchToProfile() local
70 if (!base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchToProfile()
74 GetProfileByPath(profile_file_path); in SwitchToProfile()
/external/chromium_org/chrome/browser/ui/app_list/
Dprofile_loader.cc31 const base::FilePath& profile_file_path, in LoadProfileInvalidatingOtherLoads() argument
35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); in LoadProfileInvalidatingOtherLoads()
43 profile_file_path, in LoadProfileInvalidatingOtherLoads()
Dprofile_loader.h35 const base::FilePath& profile_file_path,
Dapp_list_service_impl.h83 void LoadProfileAsync(const base::FilePath& profile_file_path);
/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler.cc453 base::FilePath profile_file_path = GetProfile()->GetPath(); in ConfigureSyncDone() local
454 ProfileMetrics::LogProfileSyncSignIn(profile_file_path); in ConfigureSyncDone()