Searched refs:autoupdate_enabled (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.h25 bool autoupdate_enabled);
43 void InitializeExtensionServiceHelper(bool autoupdate_enabled);
H A Dextension_service.h171 bool autoupdate_enabled,
H A Dextension_service.cc416 bool autoupdate_enabled,
444 if (autoupdate_enabled) {
412 ExtensionService(Profile* profile, const CommandLine* command_line, const FilePath& install_directory, ExtensionPrefs* extension_prefs, bool autoupdate_enabled, bool extensions_enabled) argument
H A Dextension_service_unittest.cc403 bool autoupdate_enabled) {
417 autoupdate_enabled);
459 bool autoupdate_enabled) {
472 autoupdate_enabled);
401 InitializeExtensionService( const FilePath& pref_file, const FilePath& extensions_install_dir, bool autoupdate_enabled) argument
458 InitializeExtensionServiceHelper( bool autoupdate_enabled) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.h37 bool autoupdate_enabled; member in struct:ExtensionServiceTestBase::ExtensionServiceInitParams
68 void InitializeExtensionServiceHelper(bool autoupdate_enabled,
H A Dtest_extension_system.cc76 bool autoupdate_enabled) {
94 autoupdate_enabled,
73 CreateExtensionService( const CommandLine* command_line, const base::FilePath& install_directory, bool autoupdate_enabled) argument
H A Dextension_system.cc132 bool autoupdate_enabled = true; local
135 autoupdate_enabled = false;
137 autoupdate_enabled =
146 autoupdate_enabled,
H A Dtest_extension_system.h45 bool autoupdate_enabled);
H A Dextension_service.h192 bool autoupdate_enabled,
H A Dextension_service.cc327 bool autoupdate_enabled,
383 if (autoupdate_enabled) {
322 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
H A Dextension_service_unittest.cc437 : autoupdate_enabled(false), is_first_run(true) {
490 params.autoupdate_enabled);
552 bool autoupdate_enabled, bool is_first_run) {
568 params.autoupdate_enabled = autoupdate_enabled;
551 InitializeExtensionServiceHelper( bool autoupdate_enabled, bool is_first_run) argument
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc425 bool autoupdate_enabled = true; local
428 autoupdate_enabled = false;
430 autoupdate_enabled = !command_line->HasSwitch(switches::kGuestSession);
437 autoupdate_enabled,

Completed in 847 milliseconds