Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DAssertions.cpp151 static void vprintf_stderr_with_prefix(const char* prefix, const char* format, va_list args) in vprintf_stderr_with_prefix() function
217 vprintf_stderr_with_prefix("ASSERTION FAILED: ", format, args); in WTFReportAssertionFailureWithMessage()
339 vprintf_stderr_with_prefix("FATAL ERROR: ", format, args); in WTFReportFatalError()
349 vprintf_stderr_with_prefix("ERROR: ", format, args); in WTFReportError()