HomeSort by relevance Sort by last modified time
    Searched defs:autoupdate_enabled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.h 37 bool autoupdate_enabled; member in struct:ExtensionServiceTestBase::ExtensionServiceInitParams
extension_system.cc 171 bool autoupdate_enabled = true; local
174 autoupdate_enabled = false;
176 autoupdate_enabled =
185 autoupdate_enabled,
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 425 bool autoupdate_enabled = true; local
428 autoupdate_enabled = false;
430 autoupdate_enabled = !command_line->HasSwitch(switches::kGuestSession);
437 autoupdate_enabled,
    [all...]

Completed in 96 milliseconds