Home
last modified time | relevance | path

Searched refs:LOG_FATAL (Results 1 – 8 of 8) sorted by relevance

/external/chromium/base/
Dlogging_win.cc43 case LOG_FATAL: in LogMessage()
121 SetMinLogLevel(LOG_FATAL); in OnEventsEnabled()
Dlogging.h288 const LogSeverity LOG_FATAL = 4; variable
295 const LogSeverity LOG_DFATAL = LOG_FATAL;
311 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
637 const LogSeverity LOG_DCHECK = LOG_FATAL;
879 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
Dlogging_unittest.cc126 SetMinLogLevel(LOG_FATAL); in TEST_F()
135 SetMinLogLevel(LOG_FATAL + 1); in TEST_F()
Dlogging.cc540 : severity_(LOG_FATAL), file_(file), line_(line) { in LogMessage()
556 if (severity_ == LOG_FATAL) { in ~LogMessage()
616 if (severity_ == LOG_FATAL) { in ~LogMessage()
816 if (level == LOG_FATAL) in RawLog()
/external/chromium/googleurl/base/
Dlogging.h148 const LogSeverity LOG_FATAL = 3; variable
155 const LogSeverity LOG_DFATAL_LEVEL = LOG_FATAL;
168 logging::LogMessage(__FILE__, __LINE__, logging::LOG_FATAL)
Dlogging.cc234 : severity_(LOG_FATAL) { in LogMessage()
334 if (severity_ == LOG_FATAL) { in ~LogMessage()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromiumInit.cpp41 case logging::LOG_FATAL: in logMessageHandler()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_database_unittest.cc222 if (severity == logging::LOG_FATAL) { in LogMessageIgnorer()