Searched refs:layout_rect (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | side_tab_strip.cc | 293 gfx::Rect layout_rect = GetContentsBounds(); in GenerateIdealBounds() local 294 layout_rect.Inset(kTabStripInset, kTabStripInset); in GenerateIdealBounds() 296 int y = layout_rect.y() + first_tab_y_offset_; in GenerateIdealBounds() 309 layout_rect.x(), y, layout_rect.width(), in GenerateIdealBounds() 314 gfx::Rect bounds = gfx::Rect(layout_rect.x(), y, layout_rect.width(), in GenerateIdealBounds() 328 gfx::Rect(layout_rect.x(), y, layout_rect.width(), in GenerateIdealBounds() 333 ideal_height_ = y - layout_rect.y() - first_tab_y_offset_; in GenerateIdealBounds() 387 gfx::Rect layout_rect = GetContentsBounds(); in LayoutDraggedTabsAt() local 388 layout_rect.Inset(kTabStripInset, kTabStripInset); in LayoutDraggedTabsAt() 393 tab->SetBounds(layout_rect.x(), y, layout_rect.width(), in LayoutDraggedTabsAt()
|