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 Dtest_extension_system.cc82 bool autoupdate_enabled) {
104 autoupdate_enabled,
79 CreateExtensionService( const CommandLine* command_line, const base::FilePath& install_directory, bool autoupdate_enabled) argument
H A Dextension_service_unittest.h37 bool autoupdate_enabled; member in struct:ExtensionServiceTestBase::ExtensionServiceInitParams
H A Dextension_system.cc171 bool autoupdate_enabled = true; local
174 autoupdate_enabled = false;
176 autoupdate_enabled =
185 autoupdate_enabled,
H A Dtest_extension_system.h45 bool autoupdate_enabled);
H A Dextension_service.h154 bool autoupdate_enabled,
H A Dextension_service.cc349 bool autoupdate_enabled,
398 if (autoupdate_enabled) {
344 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.cc453 : autoupdate_enabled(false), is_first_run(true), profile_is_managed(false) {
527 params.autoupdate_enabled);
595 params.autoupdate_enabled = true;
/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 1961 milliseconds