Searched refs:IsPanelActive (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel.h43 virtual bool IsPanelActive() const = 0;
H A Dpanel.cc234 return native_panel_->IsPanelActive();
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_cocoa.h33 virtual bool IsPanelActive() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h51 virtual bool IsPanelActive() const OVERRIDE;
H A Dpanel_frame_view.cc660 if (panel_view_->IsPanelActive() &&
H A Dpanel_view.cc506 bool PanelView::IsPanelActive() const { function in class:PanelView

Completed in 357 milliseconds