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

/external/chromium/chrome/browser/extensions/
H A Dextension_error_reporter.cc42 bool be_noisy) {
47 be_noisy));
57 if (enable_noisy_errors_ && be_noisy) {
41 ReportError(const std::string& message, bool be_noisy) argument
H A Dextension_service.cc1933 bool be_noisy) {
1943 ExtensionErrorReporter::GetInstance()->ReportError(message, be_noisy);
1929 ReportExtensionLoadError( const FilePath& extension_path, const std::string &error, NotificationType type, bool be_noisy) argument

Completed in 84 milliseconds