Searched defs:end_of_tab (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2355 double end_of_tab = tab_x + tab_width; local
2359 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x,
2361 tab_x = end_of_tab + kTabHorizontalOffset;

Completed in 145 milliseconds