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

/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc143 panel->SetPanelBounds(bounds);
208 saved_panel_placement_.panel->SetPanelBounds(new_bounds);
255 panel->SetPanelBounds(bounds);
H A Dnative_panel.h38 virtual void SetPanelBounds(const gfx::Rect& bounds) = 0;
H A Ddocked_panel_collection.cc104 panel->SetPanelBounds(gfx::Rect(pt, full_size));
256 panel->SetPanelBounds(panel_bounds);
732 panel->SetPanelBounds(bounds); // Animates.
H A Dpanel.h206 // * SetPanelBounds() is only called by PanelManager to manage its position.
209 void SetPanelBounds(const gfx::Rect& bounds);
H A Dpanel.cc544 void Panel::SetPanelBounds(const gfx::Rect& bounds) { function in class:Panel
546 native_panel_->SetPanelBounds(bounds);
H A Dstacked_panel_collection.cc90 panel->SetPanelBounds(bounds);
389 current_panel->SetPanelBounds(bounds);
H A Dbase_panel_browser_test.cc443 panel->SetPanelBounds(bounds);
H A Dpanel_browsertest.cc523 panel->SetPanelBounds(bounds);
580 panel->SetPanelBounds(bounds);
585 panel->SetPanelBounds(bounds);
590 panel->SetPanelBounds(bounds);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_cocoa.h28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/panels/
H A Dpanel_gtk.h49 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
H A Dpanel_gtk.cc802 void PanelGtk::SetPanelBounds(const gfx::Rect& bounds) { function in class:PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h47 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
H A Dpanel_view.cc319 void PanelView::SetPanelBounds(const gfx::Rect& bounds) { function in class:PanelView

Completed in 476 milliseconds