Searched refs:file_path_value (Results 1 – 3 of 3) sorted by relevance
65 const Value* file_path_value; in SwitchToProfile() local66 if (!args->Get(0, &file_path_value)) in SwitchToProfile()70 if (!base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchToProfile()
58 const Value* file_path_value; in GetProfilePathFromArgs() local59 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() local327 if (!args->Get(0, &file_path_value) || in SwitchAppListProfile()328 !base::GetValueAsFilePath(*file_path_value, &profile_file_path)) in SwitchAppListProfile()
1163 const Value* file_path_value; in DeleteProfile() local1164 if (!args->Get(0, &file_path_value)) in DeleteProfile()1168 if (!base::GetValueAsFilePath(*file_path_value, &file_path)) in DeleteProfile()