Searched refs:SetPanelBounds (Results 1 – 15 of 15) 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;
104 panel->SetPanelBounds(gfx::Rect(pt, full_size)); in AddPanel()256 panel->SetPanelBounds(panel_bounds); in OnPanelExpansionStateChanged()732 panel->SetPanelBounds(bounds); // Animates. in RefreshLayout()
210 void SetPanelBounds(const gfx::Rect& bounds);
548 void Panel::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in Panel550 native_panel_->SetPanelBounds(bounds); in SetPanelBounds()
90 panel->SetPanelBounds(bounds); in RefreshLayoutWithTopPanelStartingAt()395 current_panel->SetPanelBounds(bounds); in RestorePanel()
522 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()579 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()584 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()589 panel->SetPanelBounds(bounds); in IN_PROC_BROWSER_TEST_F()
456 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);
49 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
802 void PanelGtk::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelGtk
45 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
331 void PanelView::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelView