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

  /external/chromium/chrome/browser/extensions/
extension_service_unittest.h 25 bool autoupdate_enabled);
43 void InitializeExtensionServiceHelper(bool autoupdate_enabled);
extension_service.h 171 bool autoupdate_enabled,
extension_service.cc 416 bool autoupdate_enabled,
444 if (autoupdate_enabled) {
    [all...]
extension_service_unittest.cc 403 bool autoupdate_enabled) {
417 autoupdate_enabled);
459 bool autoupdate_enabled) {
472 autoupdate_enabled);
    [all...]
  /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 929 milliseconds