Home
last modified time | relevance | path

Searched refs:rounded_tab_x (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc916 int rounded_tab_x = Round(tab_x); in GenerateIdealBounds() local
918 gfx::Rect(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x, in GenerateIdealBounds()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_strip_gtk.cc1348 int rounded_tab_x = Round(tab_x); in GenerateIdealBounds() local
1349 gfx::Rect state(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x, in GenerateIdealBounds()
1793 int rounded_tab_x = Round(tab_x); in AnimationLayout() local
1795 gfx::Rect bounds(rounded_tab_x, 0, Round(end_of_tab) - rounded_tab_x, in AnimationLayout()