Searched defs:new_values_cache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider.cc93 PrefValueMap* new_values_cache) {
105 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser, true);
108 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser,
113 new_values_cache->SetBoolean(
118 new_values_cache->SetBoolean(
138 new_values_cache->SetBoolean(
141 new_values_cache->SetBoolean(
147 new_values_cache->SetBoolean(
161 new_values_cache->SetValue(kAccountsPrefUsers, list);
194 new_values_cache
91 DecodeLoginPolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
235 DecodeKioskPolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
298 DecodeNetworkPolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
309 DecodeAutoUpdatePolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
330 DecodeReportingPolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
364 DecodeGenericPolicies( const em::ChromeDeviceSettingsProto& policy, PrefValueMap* new_values_cache) argument
791 PrefValueMap new_values_cache; local
[all...]

Completed in 281 milliseconds