ComputeEnclosingClippedRect  143 cc/base/math_util.cc   return ComputeEnclosingClippedRect(hc0, hc1, hc2, hc3);
ComputeEnclosingClippedRect  174 cc/base/math_util.cc   return ComputeEnclosingClippedRect(h1, h2, h3, h4);
ComputeEnclosingClippedRect  124 cc/base/math_util.h   static gfx::RectF ComputeEnclosingClippedRect(
ComputeEnclosingClippedRect   45 cc/base/math_util_unittest.cc   gfx::RectF result = MathUtil::ComputeEnclosingClippedRect(h1, h2, h3, h4);