Home
last modified time | relevance | path

Searched refs:SetPanelBounds (Results 1 – 15 of 15) 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.cc104 panel->SetPanelBounds(gfx::Rect(pt, full_size)); in AddPanel()
256 panel->SetPanelBounds(panel_bounds); in OnPanelExpansionStateChanged()
732 panel->SetPanelBounds(bounds); // Animates. in RefreshLayout()
Dpanel.h210 void SetPanelBounds(const gfx::Rect& bounds);
Dpanel.cc548 void Panel::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in Panel
550 native_panel_->SetPanelBounds(bounds); in SetPanelBounds()
Dstacked_panel_collection.cc90 panel->SetPanelBounds(bounds); in RefreshLayoutWithTopPanelStartingAt()
395 current_panel->SetPanelBounds(bounds); in RestorePanel()
Dpanel_browsertest.cc522 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()
Dbase_panel_browser_test.cc456 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/gtk/panels/
Dpanel_gtk.h49 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
Dpanel_gtk.cc802 void PanelGtk::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h45 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
Dpanel_view.cc331 void PanelView::SetPanelBounds(const gfx::Rect& bounds) { in SetPanelBounds() function in PanelView