Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h107 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); } in toUnsigned() function
110 operator unsigned() const { return toUnsigned(); }