AdjustAlongAxis   114 ppapi/cpp/rect.cc   AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
AdjustAlongAxis   115 ppapi/cpp/rect.cc   AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
AdjustAlongAxis    20 ui/gfx/geometry/rect_base_impl.h void AdjustAlongAxis(Type dst_origin, Type dst_size, Type* origin, Type* size) {
AdjustAlongAxis   255 ui/gfx/geometry/rect_base_impl.h   AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width);
AdjustAlongAxis   256 ui/gfx/geometry/rect_base_impl.h   AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);