Home
last modified time | relevance | path

Searched refs:SetPanelBounds (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Ddetached_panel_collection.cc143 panel->SetPanelBounds(bounds); in ResizePanelWindow()
208 saved_panel_placement_.panel->SetPanelBounds(new_bounds); in RestorePanelToSavedPlacement()
254 panel->SetPanelBounds(bounds); in OnPanelExpansionStateChanged()
Dnative_panel.h38 virtual void SetPanelBounds(const gfx::Rect& bounds) = 0;
Ddocked_panel_collection.cc97 panel->SetPanelBounds(gfx::Rect(pt, full_size)); in AddPanel()
249 panel->SetPanelBounds(panel_bounds); in OnPanelExpansionStateChanged()
712 panel->SetPanelBounds(bounds); // Animates. in RefreshLayout()
Dpanel.h219 void SetPanelBounds(const gfx::Rect& bounds);
Dstacked_panel_collection.cc90 panel->SetPanelBounds(bounds); in RefreshLayoutWithTopPanelStartingAt()
395 current_panel->SetPanelBounds(bounds); in RestorePanel()
Dpanel.cc555 void Panel::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in Panel
557 native_panel_->SetPanelBounds(bounds); in SetPanelBounds()
Dpanel_browsertest.cc524 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()
Dbase_panel_browser_test.cc437 panel->SetPanelBounds(bounds); in CreateDetachedPanel()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
Dpanel_cocoa.mm69 // A call to SetPanelBounds() before showing it is required to set
84 void PanelCocoa::SetPanelBounds(const gfx::Rect& bounds) { function
Dpanel_cocoa_unittest.mm253 native_window->SetPanelBounds(bounds);
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h46 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
Dpanel_view.cc359 void PanelView::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelView