Round              84 cc/base/math_util.h   static float Round(float f) {
Round              87 cc/base/math_util.h   static double Round(double d) {
Round            1121 cc/trees/layer_tree_host_common.cc   transform->matrix().set(0, 3, MathUtil::Round(transform->matrix().get(0, 3)));
Round            1122 cc/trees/layer_tree_host_common.cc   transform->matrix().set(1, 3, MathUtil::Round(transform->matrix().get(1, 3)));
Round             450 cc/trees/layer_tree_host_common_unittest.cc   expected_transform.Translate(MathUtil::Round(sub_layer_screen_position.x()),
Round             451 cc/trees/layer_tree_host_common_unittest.cc                                MathUtil::Round(sub_layer_screen_position.y()));
Round             472 cc/trees/layer_tree_host_common_unittest.cc       MathUtil::Round(kTranslateX * kPageScale * kDeviceScale +
Round             474 cc/trees/layer_tree_host_common_unittest.cc       MathUtil::Round(kTranslateY * kPageScale * kDeviceScale +
Round             449 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
Round             457 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
Round            1448 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     int rounded_tab_x = Round(tab_x);
Round            1449 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     gfx::Rect state(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
Round            1470 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   int delta = abs(Round(unselected_width) - TabGtk::GetStandardSize().width());
Round            1477 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     bounds.set_x(Round(last_tab_right - kTabHOffset) + kNewTabButtonHOffset);
Round            1604 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   int w = Round(first_tab->IsActive() ? selected : unselected);
Round            1941 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     int rounded_tab_x = Round(tab_x);
Round            1943 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     gfx::Rect bounds(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
Round              69 chrome/browser/ui/views/avatar_menu_bubble_view.cc     scaled_height = Round(src_height * scale);
Round              74 chrome/browser/ui/views/avatar_menu_bubble_view.cc     scaled_width = Round(src_width * scale);
Round              69 chrome/browser/ui/views/avatar_menu_button.cc   int dst_height = Round(button_icon_.height() * scale);
Round              74 chrome/browser/ui/views/avatar_menu_button.cc   int dst_y = Round((height() - dst_height) / 2.0);
Round            2516 chrome/browser/ui/views/tabs/tab_strip.cc     int rounded_tab_x = Round(tab_x);
Round            2519 chrome/browser/ui/views/tabs/tab_strip.cc         gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
Round            2526 chrome/browser/ui/views/tabs/tab_strip.cc   if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 &&
Round            2533 chrome/browser/ui/views/tabs/tab_strip.cc     new_tab_x = Round(tab_x - tab_h_offset()) + newtab_button_h_offset();
Round             575 components/autofill/core/browser/webdata/autofill_table.cc           Round(1.0 * (count - 1) *
Round             129 printing/printing_context_android.cc   width = Round(ConvertUnitDouble(width, kInchToMil, 1.0) * dpi);
Round             130 printing/printing_context_android.cc   height = Round(ConvertUnitDouble(height, kInchToMil, 1.0) * dpi);
Round             136 ui/gfx/transform_util.cc   decomp.translate[0] = Round(decomp.translate[0]);
Round             137 ui/gfx/transform_util.cc   decomp.translate[1] = Round(decomp.translate[1]);
Round             138 ui/gfx/transform_util.cc   decomp.translate[2] = Round(decomp.translate[2]);
Round             215 ui/gfx/transform_util.cc   decomp.scale[0] = Round(decomp.scale[0]);
Round             216 ui/gfx/transform_util.cc   decomp.scale[1] = Round(decomp.scale[1]);
Round             217 ui/gfx/transform_util.cc   decomp.scale[2] = Round(decomp.scale[2]);