Lines Matching full:update_dictionary
210 DictionaryValue* update_dictionary = update.Get();
216 if (update_dictionary->HasKey(i->second)) {
217 CHECK(update_dictionary->RemoveWithoutPathExpansion(i->first, NULL));
221 CHECK(update_dictionary->RemoveWithoutPathExpansion(
223 update_dictionary->SetWithoutPathExpansion(i->second, extension_prefs);