Searched refs:SetPanelBoundsInstantly (Results 1 – 19 of 19) sorted by relevance
20 panel->SetPanelBoundsInstantly(new_bounds); in HandleDrag()
146 resizing_panel_->SetPanelBoundsInstantly(bounds); in Resize()155 resizing_panel_->SetPanelBoundsInstantly(bounds_at_start_); in EndResizing()
34 panel->SetPanelBoundsInstantly(new_bounds); in HandleDrag()
39 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) = 0;
553 void Panel::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in Panel554 native_panel_->SetPanelBoundsInstantly(bounds); in SetPanelBoundsInstantly()788 SetPanelBoundsInstantly(bounds); in MoveByInstantly()
213 void SetPanelBoundsInstantly(const gfx::Rect& bounds);
61 panel->SetPanelBoundsInstantly(bounds); in OnDisplayChanged()
322 dragging_panel_->SetPanelBoundsInstantly(target_bounds); in TryDetach()350 dragging_panel_->SetPanelBoundsInstantly(target_bounds); in TryDock()
735 panel->SetPanelBoundsInstantly(bounds); in RefreshLayout()
533 panel->SetPanelBoundsInstantly(bounds); in IN_PROC_BROWSER_TEST_F()
89 panel->SetPanelBoundsInstantly(bounds); in MovePanelsBy()119 iter->first->SetPanelBoundsInstantly(iter->second); in EndBatchUpdatePanelBounds()
50 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
806 void PanelGtk::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in PanelGtk
29 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
71 SetPanelBoundsInstantly(bounds_);88 void PanelCocoa::SetPanelBoundsInstantly(const gfx::Rect& bounds) { function93 // We will call SetPanelBoundsInstantly() once before showing the panel
140 panel->SetPanelBoundsInstantly(bounds);
46 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
411 panel_view->SetPanelBoundsInstantly(current_bounds); in UpdatePanelsBounds()
335 void PanelView::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in PanelView