Home | History | Annotate | Download | only in extensions

Lines Matching defs:pref

128       // Extension pref does not exist, create it.
524 NOTREACHED() << "Invalid pref for extension " << *extension_id;
553 // Iterate the leftovers to set blacklist in pref
758 // App windows are not yet supported on mac. Pref sync could make
793 // If the pref is set to launch a window (or no pref is set, and
899 // true, which signifies that the registry key was deleted or the pref file
916 // If the extension doesn't have a pref, it's a --load-extension.
923 LOG(ERROR) << "Bad or missing pref 'state' for extension '"
973 LOG(ERROR) << "Bad or missing pref 'version' for extension '"
1047 LOG(WARNING) << "Invalid pref for extension " << *extension_id;
1054 NOTREACHED() << "Invalid blacklist pref:" << *extension_id;
1474 const PrefService::Preference* pref =
1476 DCHECK(pref) << "Extension controlled preference key " << pref_key
1478 DCHECK_EQ(pref->GetType(), value->GetType())