HomeSort by relevance Sort by last modified time
    Searched refs:update_dict (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/search_provider_logos/
google_logo_api.cc 66 const base::DictionaryValue* update_dict; local
67 if (!outer_dict->GetDictionary("update", &update_dict))
70 if (!update_dict->GetDictionary("logo", &logo_dict))
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_service.cc 104 DictionaryValue* update_dict = update.Get(); local
107 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict);
110 update_dict->SetWithoutPathExpansion(key, dict);
304 DictionaryValue* update_dict = update.Get(); local
306 bool has_key = update_dict->GetDictionaryWithoutPathExpansion(key, &dict);
322 update_dict->SetWithoutPathExpansion(key, dict);
333 update_dict->RemoveWithoutPathExpansion(key, NULL);
  /external/chromium_org/extensions/browser/
extension_prefs.cc 428 base::DictionaryValue* update_dict = update.Get(); local
432 if (!update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) {
    [all...]

Completed in 60 milliseconds