Home
last modified time | relevance | path

Searched refs:file_path_value (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dmanaged_user_create_confirm_handler.cc65 const Value* file_path_value; in SwitchToProfile() local
66 if (!args->Get(0, &file_path_value)) in SwitchToProfile()
70 if (!base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchToProfile()
Dmanage_profile_handler.cc58 const Value* file_path_value; in GetProfilePathFromArgs() local
59 if (!args->Get(0, &file_path_value)) in GetProfilePathFromArgs()
61 return base::GetValueAsFilePath(*file_path_value, profile_file_path); in GetProfilePathFromArgs()
325 const Value* file_path_value; in SwitchAppListProfile() local
327 if (!args->Get(0, &file_path_value) || in SwitchAppListProfile()
328 !base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchAppListProfile()
Dbrowser_options_handler.cc1163 const Value* file_path_value; in DeleteProfile() local
1164 if (!args->Get(0, &file_path_value)) in DeleteProfile()
1168 if (!base::GetValueAsFilePath(*file_path_value, &file_path)) in DeleteProfile()