Searched refs:has_restricted_install_sources (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_management.h92 // enforced only if |has_restricted_install_sources| is set to true.
94 bool has_restricted_install_sources; member in struct:extensions::ExtensionManagement::GlobalSettings
H A Dextension_management.cc112 has_restricted_install_sources = false;
187 if (!global_settings_.has_restricted_install_sources)
305 global_settings_.has_restricted_install_sources = true;
H A Dextension_management_unittest.cc212 .has_restricted_install_sources);
326 .has_restricted_install_sources);
355 .has_restricted_install_sources);
367 .has_restricted_install_sources);
378 .has_restricted_install_sources);

Completed in 78 milliseconds