Home | History | Annotate | Download | only in tabs

Lines Matching defs:Round

60 static inline int Round(double x) {
709 int w = Round(first_tab->IsActive() ? selected : selected);
916 int rounded_tab_x = Round(tab_x);
918 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
929 if (abs(Round(unselected) - Tab::GetStandardSize().width()) > 1 &&
936 new_tab_x = Round(tab_x - kTabHOffset) + kNewTabButtonHOffset;