Lines Matching full:update
52 // its update check.
61 // Path for settings specific to blacklist update.
96 // A preference for storing extra data sent in update checks for an extension.
209 DictionaryPrefUpdate update(prefs, ExtensionPrefs::kExtensionsPref);
210 DictionaryValue* update_dictionary = update.Get();
303 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
304 const DictionaryValue* update_dict = update.Get();
603 ScopedExtensionPrefUpdate update(prefs_, extension_id);
604 SaveTime(update.Get(), kLastPingDay, time);
613 DictionaryPrefUpdate update(prefs_, kExtensionsBlacklistUpdate);
614 SaveTime(update.Get(), kLastPingDay, time);
625 ScopedExtensionPrefUpdate update(prefs_, extension_id);
626 SaveTime(update.Get(), kLastActivePingDay, time);
639 ScopedExtensionPrefUpdate update(prefs_, extension_id);
640 update.Get()->SetBoolean(kActiveBit, active);
850 ListPrefUpdate update(prefs_, kExtensionToolbar);
851 ListValue* toolbar_order = update.Get();
865 ScopedExtensionPrefUpdate update(prefs_, id);
866 DictionaryValue* extension_dict = update.Get();
1016 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1017 DictionaryValue* extension = update.Get();
1022 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1023 DictionaryValue* dict = update.Get();
1142 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1143 DictionaryValue* extension_prefs = update.Get();
1161 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1162 DictionaryValue* extension_prefs = update.Get();
1321 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1322 DictionaryValue* dictionary = update.Get();
1334 ScopedExtensionPrefUpdate update(prefs_, extension_id);
1335 DictionaryValue* dictionary = update.Get();
1393 ScopedExtensionPrefUpdate update(prefs_, *ext_id);
1394 DictionaryValue* extension = update.Get();
1417 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1418 update.Get()->Set(key, new DictionaryValue);
1433 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
1439 update.Get()->Set(key, new DictionaryValue);
1485 ScopedExtensionControlledPrefUpdate update(prefs_, extension_id);
1486 DictionaryValue* dict = update.Get();
1506 ScopedExtensionControlledPrefUpdate update(prefs_, extension_id);
1507 DictionaryValue* dict = update.Get();