Home | History | Annotate | Download | only in translate

Lines Matching refs:prefs_

25     : prefs_(user_prefs) {
57 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);
70 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
77 prefs_->ScheduleSavePersistentPrefs();
83 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
90 prefs_->ScheduleSavePersistentPrefs();
95 prefs_->GetDictionary(kPrefTranslateDeniedCount);
102 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
111 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
117 prefs_->GetDictionary(kPrefTranslateAcceptedCount);
124 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
133 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
224 const ListValue* blacklist = prefs_->GetList(pref_id);
231 ListPrefUpdate update(prefs_, pref_id);
239 prefs_->ScheduleSavePersistentPrefs();
246 ListPrefUpdate update(prefs_, pref_id);
256 prefs_->ScheduleSavePersistentPrefs();
261 const DictionaryValue* dict = prefs_->GetDictionary(kPrefTranslateWhitelists);