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

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 37 virtual gfx::Rect GetPanelBounds() const = 0;
panel.cc 249 gfx::Rect bounds = native_panel_->GetPanelBounds();
261 return native_panel_->GetPanelBounds();
545 if (bounds != native_panel_->GetPanelBounds())
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 27 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 48 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
panel_gtk.cc 798 gfx::Rect PanelGtk::GetPanelBounds() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 46 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
panel_view.cc 315 gfx::Rect PanelView::GetPanelBounds() const {
    [all...]

Completed in 26 milliseconds