Searched refs:new_bounds (Results 1 – 7 of 7) sorted by relevance
155 gfx::Rect new_bounds(active_panels_[dragging_panel_index_]->bounds()); in Drag() local156 new_bounds.set_x(new_bounds.x() + delta_x); in Drag()157 active_panels_[dragging_panel_index_]->SetBounds(new_bounds); in Drag()274 gfx::Rect new_bounds((*iter)->bounds()); in Rearrange() local275 ComputeBoundsForNextPanel(&new_bounds, false); in Rearrange()276 if (new_bounds != (*iter)->bounds()) in Rearrange()277 (*iter)->SetBounds(new_bounds); in Rearrange()
110 NSRect new_bounds = NSRectFromCGRect(bounds.ToCGRect());113 new_bounds.origin.y =115 new_bounds.origin.y - new_bounds.size.height;118 [window setFrame:new_bounds display:NO];
138 const gfx::Rect& new_bounds) { in MoveContents() argument142 i->bounds = new_bounds; in MoveContents()
76 virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds);
488 gfx::Rect new_bounds = bounds[i]; in LayoutDraggedTabsAt() local489 new_bounds.Offset(location.x(), location.y()); in LayoutDraggedTabsAt()498 bounds_animator().SetTargetBounds(tabs[i], new_bounds); in LayoutDraggedTabsAt()500 tab->SetBoundsRect(new_bounds); in LayoutDraggedTabsAt()512 gfx::Rect new_bounds = tab->bounds(); in CalculateBoundsForDraggedTabs() local513 new_bounds.set_origin(gfx::Point(x, 0)); in CalculateBoundsForDraggedTabs()514 bounds->push_back(new_bounds); in CalculateBoundsForDraggedTabs()
620 gfx::Rect new_bounds = GetWizardScreenBounds(new_screen_size.width(), in ShowCurrentScreen() local622 if (new_bounds != current_bounds) { in ShowCurrentScreen()626 window = CreateScreenWindow(new_bounds, initial_show_); in ShowCurrentScreen()
963 virtual void RequestMove(const gfx::Rect& new_bounds);