Home | History | Annotate | Download | only in content_settings

Lines Matching refs:dictionary

59 // The names of the ContentSettingsType values, for use with dictionary prefs.
258 const DictionaryValue* dictionary,
260 for (DictionaryValue::key_iterator i(dictionary->begin_keys());
261 i != dictionary->end_keys(); ++i) {
266 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type,
705 const DictionaryValue* dictionary,
707 for (DictionaryValue::key_iterator i(dictionary->begin_keys());
708 i != dictionary->end_keys(); ++i) {
713 bool found = dictionary->GetIntegerWithoutPathExpansion(content_type,
732 const DictionaryValue* dictionary,
734 for (DictionaryValue::key_iterator i(dictionary->begin_keys());
735 i != dictionary->end_keys(); ++i) {
741 bool found = dictionary->GetDictionary(content_type,