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

  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 41 void ExtensionErrorReporter::ReportError(const std::string& message,
46 NewRunnableMethod(this, &ExtensionErrorReporter::ReportError, message,
extension_error_reporter.h 16 // exception of ReportError() which may be called from any thread.
20 // TODO(aa): Add ReportError(extension_id, message, be_noisy), so that we can
33 void ReportError(const std::string& message, bool be_noisy);
crx_installer.cc 486 ExtensionErrorReporter::GetInstance()->ReportError(error, false); // quiet
extension_service.cc     [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc 165 void ReportError(int line, int col, const string& message) {
205 void ReportError(const string& message) {
206 ReportError(tokenizer_.current().line, tokenizer_.current().column,
255 ReportError("Extension \"" + field_name + "\" is not defined or "
283 ReportError("Message type \"" + descriptor->full_name() +
292 ReportError("Non-repeated field \"" + field_name +
408 ReportError("Invalid value for boolean field \"" + field->name()
425 ReportError("Unknown enumeration value of \"" + value + "\" for "
459 ReportError("Expected identifier.");
473 ReportError("Expected string.")
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 222 void ReportError(QualType T);
243 ReportError(T);
255 void ASTFieldVisitor::ReportError(QualType T) {
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 206 static void ReportError(DieWhenReporting should_die, const char* format, ...) {
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 199 void ReportError(int error);
backend_impl.cc 437 ReportError(ERR_STORAGE_ERROR);
467 ReportError(ERR_INIT_FAILED);
485 ReportError(ERR_PREVIOUS_CRASH);
487 ReportError(0);
574 ReportError(ERR_CACHE_DOOMED);
    [all...]
  /external/v8/src/
parser.cc     [all...]
parser.h 336 RegExpTree* ReportError(Vector<const char> message);

Completed in 316 milliseconds