Home
last modified time | relevance | path

Searched refs:GetPanelBounds (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h37 virtual gfx::Rect GetPanelBounds() const = 0;
Dpanel.cc249 gfx::Rect bounds = native_panel_->GetPanelBounds(); in GetRestoredBounds()
261 return native_panel_->GetPanelBounds(); in GetBounds()
549 if (bounds != native_panel_->GetPanelBounds()) in SetPanelBounds()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h27 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
Dpanel_cocoa.mm78 gfx::Rect PanelCocoa::GetPanelBounds() const { function
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h48 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
Dpanel_gtk.cc798 gfx::Rect PanelGtk::GetPanelBounds() const { in GetPanelBounds() function in PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h44 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
Dpanel_view.cc327 gfx::Rect PanelView::GetPanelBounds() const { in GetPanelBounds() function in PanelView