Searched refs:formatWithNewline (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.cpp169 OwnPtr<char[]> formatWithNewline = adoptArrayPtr(new char[formatLength + 2]); local
170 memcpy(formatWithNewline.get(), format, formatLength);
171 formatWithNewline[formatLength] = '\n';
172 formatWithNewline[formatLength + 1] = 0;
174 vprintf_stderr_common(formatWithNewline.get(), args);

Completed in 376 milliseconds