Home
last modified time | relevance | path

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

/external/chromium_org/components/search_provider_logos/
Dgoogle_logo_api.cc52 const base::DictionaryValue* update_dict; in GoogleParseLogoResponse() local
53 if (!outer_dict->GetDictionary("update", &update_dict)) in GoogleParseLogoResponse()
56 if (!update_dict->GetDictionary("logo", &logo_dict)) in GoogleParseLogoResponse()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_shared_settings_service.cc104 DictionaryValue* update_dict = update.Get(); in SetValueInternal() local
107 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); in SetValueInternal()
110 update_dict->SetWithoutPathExpansion(key, dict); in SetValueInternal()
304 DictionaryValue* update_dict = update.Get(); in ProcessSyncChanges() local
306 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict); in ProcessSyncChanges()
322 update_dict->SetWithoutPathExpansion(key, dict); in ProcessSyncChanges()
333 update_dict->RemoveWithoutPathExpansion(key, NULL); in ProcessSyncChanges()
/external/chromium_org/extensions/browser/
Dextension_prefs.cc426 base::DictionaryValue* update_dict = update.Get(); in MakePathsRelative() local
430 if (!update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) { in MakePathsRelative()