Home
last modified time | relevance | path

Searched refs:ShouldDoStrictErrorChecking (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_service.cc230 if (Extension::ShouldDoStrictErrorChecking(Extension::LOAD)) in LoadSingleExtension()
839 if (Extension::ShouldDoStrictErrorChecking(Extension::COMPONENT)) in LoadComponentExtension()
889 if (Extension::ShouldDoStrictErrorChecking(info->extension_location)) in LoadAllExtensions()
1041 if (Extension::ShouldDoStrictErrorChecking(info.extension_location)) in LoadInstalledExtension()
/external/chromium/chrome/common/extensions/
Dextension.h377 static inline bool ShouldDoStrictErrorChecking(Location location) { in ShouldDoStrictErrorChecking() function