Searched defs:autoupdate_enabled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.h47 bool autoupdate_enabled; // defaults to false. member in struct:extensions::ExtensionServiceTestBase::ExtensionServiceInitParams
H A Dtest_extension_system.cc90 bool autoupdate_enabled) {
112 autoupdate_enabled,
87 CreateExtensionService( const CommandLine* command_line, const base::FilePath& install_directory, bool autoupdate_enabled) argument
H A Dextension_system_impl.cc316 bool autoupdate_enabled = !profile_->IsGuestSession(); local
319 autoupdate_enabled = false;
327 autoupdate_enabled,
H A Dextension_service.cc252 bool autoupdate_enabled,
297 if (autoupdate_enabled) {
247 ExtensionService(Profile* profile, const CommandLine* command_line, const base::FilePath& install_directory, extensions::ExtensionPrefs* extension_prefs, extensions::Blacklist* blacklist, bool autoupdate_enabled, bool extensions_enabled, extensions::OneShotEvent* ready) argument

Completed in 99 milliseconds