Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DAssertions.h106 WTF_EXPORT void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function,…
284WTFReportArgumentAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #argName, #assertion); \
DAssertions.cpp223 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char… in WTFReportArgumentAssertionFailure() function