Searched refs:WAS_INSTALLED_BY_DEFAULT (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl.cc380 Extension::WAS_INSTALLED_BY_DEFAULT;
462 Extension::WAS_INSTALLED_BY_DEFAULT)));
491 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT)));
H A Dextension_prefs_unittest.cc688 Extension::WAS_INSTALLED_BY_DEFAULT);
H A Dextension_service_unittest.cc698 if (!(creation_flags & Extension::WAS_INSTALLED_BY_DEFAULT)) {
1983 path, pem_path, INSTALL_NEW, Extension::WAS_INSTALLED_BY_DEFAULT);
3338 // HACK: specify WAS_INSTALLED_BY_DEFAULT so that test machinery doesn't
3341 InstallCRX(path, INSTALL_FAILED, Extension::WAS_INSTALLED_BY_DEFAULT);
3757 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
3851 Extension::FROM_WEBSTORE | Extension::WAS_INSTALLED_BY_DEFAULT);
H A Dextension_prefs.cc1491 creation_flags |= Extension::WAS_INSTALLED_BY_DEFAULT;
H A Dextension_service.cc682 creation_flags |= Extension::WAS_INSTALLED_BY_DEFAULT;
/external/chromium_org/chrome/common/extensions/
H A Dextension.h145 // |WAS_INSTALLED_BY_DEFAULT| installed by default when the profile was
147 WAS_INSTALLED_BY_DEFAULT = 1 << 7, enumerator in enum:extensions::Extension::InitFromValueFlags
312 return (creation_flags_ & WAS_INSTALLED_BY_DEFAULT) != 0;
H A Dsync_type_unittest.cc243 Extension::WAS_INSTALLED_BY_DEFAULT));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapps_model_builder_unittest.cc55 extensions::Extension::WAS_INSTALLED_BY_DEFAULT,
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc259 installed_by_default ? Extension::WAS_INSTALLED_BY_DEFAULT

Completed in 241 milliseconds