Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc2381 int mini_width = Tab::GetMiniWidth(); in GenerateIdealBoundsForMiniTabs() local
2385 tabs_.set_ideal_bounds(index, gfx::Rect(next_x, 0, mini_width, tab_height)); in GenerateIdealBoundsForMiniTabs()
2386 next_x += mini_width + kTabHorizontalOffset; in GenerateIdealBoundsForMiniTabs()