Home
last modified time | relevance | path

Searched refs:SetPanelBoundsInstantly (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Ddetached_panel_drag_handler.cc20 panel->SetPanelBoundsInstantly(new_bounds); in HandleDrag()
Dpanel_resize_controller.cc146 resizing_panel_->SetPanelBoundsInstantly(bounds); in Resize()
155 resizing_panel_->SetPanelBoundsInstantly(bounds_at_start_); in EndResizing()
Ddocked_panel_drag_handler.cc34 panel->SetPanelBoundsInstantly(new_bounds); in HandleDrag()
Dnative_panel.h39 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) = 0;
Dpanel.cc553 void Panel::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in Panel
554 native_panel_->SetPanelBoundsInstantly(bounds); in SetPanelBoundsInstantly()
788 SetPanelBoundsInstantly(bounds); in MoveByInstantly()
Dpanel.h213 void SetPanelBoundsInstantly(const gfx::Rect& bounds);
Ddetached_panel_collection.cc61 panel->SetPanelBoundsInstantly(bounds); in OnDisplayChanged()
Dpanel_drag_controller.cc322 dragging_panel_->SetPanelBoundsInstantly(target_bounds); in TryDetach()
350 dragging_panel_->SetPanelBoundsInstantly(target_bounds); in TryDock()
Ddocked_panel_collection.cc735 panel->SetPanelBoundsInstantly(bounds); in RefreshLayout()
Dpanel_browsertest.cc533 panel->SetPanelBoundsInstantly(bounds); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_stack_window_gtk.cc89 panel->SetPanelBoundsInstantly(bounds); in MovePanelsBy()
119 iter->first->SetPanelBoundsInstantly(iter->second); in EndBatchUpdatePanelBounds()
Dpanel_gtk.h50 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
Dpanel_gtk.cc806 void PanelGtk::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in PanelGtk
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h29 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
Dpanel_cocoa.mm71 SetPanelBoundsInstantly(bounds_);
88 void PanelCocoa::SetPanelBoundsInstantly(const gfx::Rect& bounds) { function
93 // We will call SetPanelBoundsInstantly() once before showing the panel
Dpanel_stack_window_cocoa.mm140 panel->SetPanelBoundsInstantly(bounds);
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h46 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE;
Dpanel_stack_view.cc411 panel_view->SetPanelBoundsInstantly(current_bounds); in UpdatePanelsBounds()
Dpanel_view.cc335 void PanelView::SetPanelBoundsInstantly(const gfx::Rect& bounds) { in SetPanelBoundsInstantly() function in PanelView