Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatSize.cpp60 return isWithinIntRange(m_width) && isWithinIntRange(m_height); in isExpressibleAsIntSize()
DFloatRect.cpp60 return isWithinIntRange(x()) && isWithinIntRange(y()) in isExpressibleAsIntRect()
61 && isWithinIntRange(width()) && isWithinIntRange(height()) in isExpressibleAsIntRect()
62 && isWithinIntRange(maxX()) && isWithinIntRange(maxY()); in isExpressibleAsIntRect()
/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h257 inline bool isWithinIntRange(float x) in isWithinIntRange() function