Searched defs:be_noisy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_reporter.cc47 bool be_noisy) {
58 ReportError(message, be_noisy);
65 bool be_noisy) {
78 if (enable_noisy_errors_ && be_noisy) {
43 ReportLoadError( const base::FilePath& extension_path, const std::string& error, content::BrowserContext* browser_context, bool be_noisy) argument
64 ReportError(const base::string16& message, bool be_noisy) argument
H A Dextension_service.cc579 bool be_noisy) {
661 unpacked_installer->set_be_noisy_on_failure(be_noisy);
667 ReloadExtensionImpl(extension_id, true); // be_noisy
672 ReloadExtensionImpl(extension_id, false); // be_noisy
575 ReloadExtensionImpl( const std::string& transient_extension_id, bool be_noisy) argument

Completed in 129 milliseconds