Home
last modified time | relevance | path

Searched refs:allowed_types_pref (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_management.cc382 const base::ListValue* allowed_types_pref = in Refresh() local
420 allowed_types_pref = list_value; in Refresh()
463 if (allowed_types_pref) { in Refresh()
465 for (auto it = allowed_types_pref->begin(); it != allowed_types_pref->end(); in Refresh()
H A Dextension_management_unittest.cc397 base::ListValue allowed_types_pref; in TEST_F() local
398 allowed_types_pref.AppendInteger(Manifest::TYPE_THEME); in TEST_F()
399 allowed_types_pref.AppendInteger(Manifest::TYPE_USER_SCRIPT); in TEST_F()
401 SetPref(true, pref_names::kAllowedTypes, allowed_types_pref.CreateDeepCopy()); in TEST_F()
692 base::ListValue allowed_types_pref; in TEST_F() local
693 allowed_types_pref.AppendInteger(Manifest::TYPE_USER_SCRIPT); in TEST_F()
694 SetPref(true, pref_names::kAllowedTypes, allowed_types_pref.CreateDeepCopy()); in TEST_F()