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

  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 108 WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
343 #define WTF_LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)
Assertions.cpp 369 void WTFLog(WTFLogChannel* channel, const char* format, ...)

Completed in 53 milliseconds