Searched refs:layout_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc293 gfx::Rect layout_rect = GetContentsBounds(); local
294 layout_rect.Inset(kTabStripInset, kTabStripInset);
296 int y = layout_rect.y() + first_tab_y_offset_;
309 layout_rect.x(), y, layout_rect.width(),
314 gfx::Rect bounds = gfx::Rect(layout_rect.x(), y, layout_rect.width(),
328 gfx::Rect(layout_rect.x(), y, layout_rect.width(),
333 ideal_height_ = y - layout_rect
387 gfx::Rect layout_rect = GetContentsBounds(); local
[all...]

Completed in 16 milliseconds