HomeSort by relevance Sort by last modified time
    Searched refs:SetPanelBounds (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 38 virtual void SetPanelBounds(const gfx::Rect& bounds) = 0;
detached_panel_collection.cc 143 panel->SetPanelBounds(bounds);
208 saved_panel_placement_.panel->SetPanelBounds(new_bounds);
255 panel->SetPanelBounds(bounds);
docked_panel_collection.cc 104 panel->SetPanelBounds(gfx::Rect(pt, full_size));
256 panel->SetPanelBounds(panel_bounds);
732 panel->SetPanelBounds(bounds); // Animates.
panel.h 206 // * SetPanelBounds() is only called by PanelManager to manage its position.
209 void SetPanelBounds(const gfx::Rect& bounds);
panel.cc 544 void Panel::SetPanelBounds(const gfx::Rect& bounds) {
546 native_panel_->SetPanelBounds(bounds);
stacked_panel_collection.cc 90 panel->SetPanelBounds(bounds);
389 current_panel->SetPanelBounds(bounds);
base_panel_browser_test.cc 443 panel->SetPanelBounds(bounds);
panel_browsertest.cc 523 panel->SetPanelBounds(bounds);
580 panel->SetPanelBounds(bounds);
585 panel->SetPanelBounds(bounds);
590 panel->SetPanelBounds(bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 49 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
panel_gtk.cc 802 void PanelGtk::SetPanelBounds(const gfx::Rect& bounds) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 47 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
panel_view.cc 319 void PanelView::SetPanelBounds(const gfx::Rect& bounds) {
    [all...]

Completed in 184 milliseconds