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

  /external/chromium_org/base/
logging.h 813 BASE_EXPORT void RawLog(int level, const char* message);
815 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message)
820 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
    [all...]
logging.cc 769 void RawLog(int level, const char* message) {
  /external/chromium_org/content/public/test/
browser_test_base.cc 63 logging::RawLog(logging::LOG_ERROR,

Completed in 52 milliseconds