Searched refs:update_dict (Results 1 – 3 of 3) sorted by relevance
52 const base::DictionaryValue* update_dict; in GoogleParseLogoResponse() local53 if (!outer_dict->GetDictionary("update", &update_dict)) in GoogleParseLogoResponse()56 if (!update_dict->GetDictionary("logo", &logo_dict)) in GoogleParseLogoResponse()
104 DictionaryValue* update_dict = update.Get(); in SetValueInternal() local107 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() local306 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()
426 base::DictionaryValue* update_dict = update.Get(); in MakePathsRelative() local430 if (!update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) { in MakePathsRelative()