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

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 43 virtual bool IsPanelActive() const = 0;
panel.cc 228 return native_panel_->IsPanelActive();
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 33 virtual bool IsPanelActive() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 54 virtual bool IsPanelActive() const OVERRIDE;
panel_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 52 virtual bool IsPanelActive() const OVERRIDE;
panel_frame_view.cc 659 if (panel_view_->IsPanelActive() &&
panel_view.cc 468 bool PanelView::IsPanelActive() const {
    [all...]

Completed in 573 milliseconds