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

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 37 virtual gfx::Rect GetPanelBounds() const = 0;
panel.cc 255 gfx::Rect bounds = native_panel_->GetPanelBounds();
267 return native_panel_->GetPanelBounds();
556 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/views/panels/
panel_view.h 45 virtual gfx::Rect GetPanelBounds() const OVERRIDE;
panel_view.cc 355 gfx::Rect PanelView::GetPanelBounds() const {
    [all...]

Completed in 112 milliseconds