OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAllowedInstallSites
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/extensions/browser/
pref_names.h
32
extern const char
kAllowedInstallSites
[];
pref_names.cc
31
const char
kAllowedInstallSites
[] = "extensions.allowed_install_sites";
extension_prefs.cc
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_management.cc
129
pref_change_registrar_.Add(pref_names::
kAllowedInstallSites
,
230
pref_names::
kAllowedInstallSites
, true, base::Value::TYPE_LIST));
315
<< pref_names::
kAllowedInstallSites
<< ": "
extension_management_unittest.cc
75
pref_names::
kAllowedInstallSites
);
208
true, pref_names::
kAllowedInstallSites
, allowed_sites_pref.DeepCopy());
353
true, pref_names::
kAllowedInstallSites
, allowed_sites_pref.DeepCopy());
/external/chromium_org/chrome/browser/policy/
configuration_policy_handler_list_factory.cc
609
extensions::pref_names::
kAllowedInstallSites
)));
Completed in 169 milliseconds