Searched refs:SetPanelBounds (Results 1 – 13 of 13) sorted by relevance
143 panel->SetPanelBounds(bounds); in ResizePanelWindow()208 saved_panel_placement_.panel->SetPanelBounds(new_bounds); in RestorePanelToSavedPlacement()254 panel->SetPanelBounds(bounds); in OnPanelExpansionStateChanged()
38 virtual void SetPanelBounds(const gfx::Rect& bounds) = 0;
97 panel->SetPanelBounds(gfx::Rect(pt, full_size)); in AddPanel()249 panel->SetPanelBounds(panel_bounds); in OnPanelExpansionStateChanged()712 panel->SetPanelBounds(bounds); // Animates. in RefreshLayout()
219 void SetPanelBounds(const gfx::Rect& bounds);
90 panel->SetPanelBounds(bounds); in RefreshLayoutWithTopPanelStartingAt()395 current_panel->SetPanelBounds(bounds); in RestorePanel()
555 void Panel::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in Panel557 native_panel_->SetPanelBounds(bounds); in SetPanelBounds()
524 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()578 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()583 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()588 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()
437 panel->SetPanelBounds(bounds); in CreateDetachedPanel()
28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
69 // A call to SetPanelBounds() before showing it is required to set84 void PanelCocoa::SetPanelBounds(const gfx::Rect& bounds) { function
253 native_window->SetPanelBounds(bounds);
46 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
359 void PanelView::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelView