Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h45 #define REPORT_OVERFLOW(doesOverflow) ((void)0) macro
49 #define REPORT_OVERFLOW(doesOverflow) do \
106 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); } in toUnsigned()
124REPORT_OVERFLOW(value > std::numeric_limits<int>::min() && value < std::numeric_limits<int>::max()… in setRawValue()