HomeSort by relevance Sort by last modified time
    Searched refs:isWithinIntRange (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.cpp 56 return isWithinIntRange(m_width) && isWithinIntRange(m_height);
FloatRect.cpp 60 return isWithinIntRange(x()) && isWithinIntRange(y())
61 && isWithinIntRange(width()) && isWithinIntRange(height())
62 && isWithinIntRange(maxX()) && isWithinIntRange(maxY());
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 275 inline bool isWithinIntRange(float x)

Completed in 70 milliseconds