HomeSort by relevance Sort by last modified time
    Searched refs:SetPanelBounds (Results 1 - 11 of 11) 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);
254 panel->SetPanelBounds(bounds);
docked_panel_collection.cc 97 panel->SetPanelBounds(gfx::Rect(pt, full_size));
249 panel->SetPanelBounds(panel_bounds);
712 panel->SetPanelBounds(bounds); // Animates.
panel.h 207 // * SetPanelBounds() is only called by PanelManager to manage its position.
210 void SetPanelBounds(const gfx::Rect& bounds);
panel.cc 552 void Panel::SetPanelBounds(const gfx::Rect& bounds) {
554 native_panel_->SetPanelBounds(bounds);
stacked_panel_collection.cc 90 panel->SetPanelBounds(bounds);
395 current_panel->SetPanelBounds(bounds);
base_panel_browser_test.cc 453 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/views/panels/
panel_view.h 46 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE;
panel_view.cc 360 void PanelView::SetPanelBounds(const gfx::Rect& bounds) {
    [all...]

Completed in 318 milliseconds