HomeSort by relevance Sort by last modified time
    Searched refs:allowed_types_pref (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_management.cc 231 const base::ListValue* allowed_types_pref = local
265 allowed_types_pref = list_value;
322 if (allowed_types_pref) {
324 for (base::ListValue::const_iterator it = allowed_types_pref->begin();
325 it != allowed_types_pref->end(); ++it) {
extension_management_unittest.cc 225 base::ListValue allowed_types_pref; local
226 allowed_types_pref.AppendInteger(Manifest::TYPE_THEME);
227 allowed_types_pref.AppendInteger(Manifest::TYPE_USER_SCRIPT);
229 SetPref(true, pref_names::kAllowedTypes, allowed_types_pref.DeepCopy());
388 base::ListValue allowed_types_pref; local
389 allowed_types_pref.AppendInteger(Manifest::TYPE_USER_SCRIPT);
390 SetPref(true, pref_names::kAllowedTypes, allowed_types_pref.DeepCopy());

Completed in 1455 milliseconds