Searched refs:tab_bounds (Results 1 – 8 of 8) sorted by relevance
65 NSRect tab_bounds = [view bounds];66 int anchor_x = tab_bounds.origin.x + element_rect_.x() +68 int anchor_y = tab_bounds.origin.y + tab_bounds.size.height -
414 gfx::Rect tab_bounds = tab->bounds(); in StartRemoveTabAnimation() local416 tab_bounds.set_width(0); in StartRemoveTabAnimation()418 tab_bounds.set_height(0); in StartRemoveTabAnimation()419 bounds_animator_.AnimateViewTo(tab, tab_bounds); in StartRemoveTabAnimation()
406 gfx::Rect tab_bounds(tab->bounds()); in CalculateBoundsForDraggedTabs() local407 tab_bounds.set_y(y); in CalculateBoundsForDraggedTabs()409 bounds->push_back(tab_bounds); in CalculateBoundsForDraggedTabs()
987 gfx::Rect tab_bounds = tab_closing->bounds(); in StartMouseInitiatedRemoveTabAnimation() local989 tab_bounds.set_width(0); in StartMouseInitiatedRemoveTabAnimation()991 tab_bounds.set_height(0); in StartMouseInitiatedRemoveTabAnimation()992 bounds_animator().AnimateViewTo(tab_closing, tab_bounds); in StartMouseInitiatedRemoveTabAnimation()
988 gfx::Rect tab_bounds; in CreatePreviewContents() local989 tab_contents->view()->GetContainerBounds(&tab_bounds); in CreatePreviewContents()990 preview_contents_->view()->SizeContents(tab_bounds.size()); in CreatePreviewContents()
54 const gfx::Rect& tab_bounds) {
616 gfx::Rect tab_bounds(x, start_bounds_.y(), width, in AnimationProgressed() local618 tabstrip_->SetTabBounds(tab_, tab_bounds); in AnimationProgressed()
100 const gfx::Rect& tab_bounds) { in ContinueDraggingDetachedTab() argument