Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringConcatenate.h295 unsigned oldTotal = total; in sumWithOverflow() local
296 total = oldTotal + addend; in sumWithOverflow()
297 if (total < oldTotal) in sumWithOverflow()