Searched refs:expanded_value (Results 1 – 2 of 2) sorted by relevance
70 base::FilePath::StringType expanded_value; in ApplyPolicySettingsWithParameters() local85 expanded_value = string_value.replace( in ApplyPolicySettingsWithParameters()90 expanded_value = string_value; in ApplyPolicySettingsWithParameters()93 expanded_value = policy::path_parser::ExpandPathVariables(string_value); in ApplyPolicySettingsWithParameters()99 if (expanded_value.empty()) in ApplyPolicySettingsWithParameters()100 expanded_value = DownloadPrefs::GetDefaultDownloadDirectory().value(); in ApplyPolicySettingsWithParameters()102 new base::StringValue(expanded_value)); in ApplyPolicySettingsWithParameters()
27 base::FilePath::StringType expanded_value = in ApplyPolicySettings() local30 new base::StringValue(expanded_value)); in ApplyPolicySettings()