Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h44 virtual void PreventActivationByOS(bool prevent_activation) = 0;
Dpanel.cc198 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this)); in SetExpansionState()
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa.h34 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
Dpanel_cocoa.mm153 void PanelCocoa::PreventActivationByOS(bool prevent_activation) { function
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h55 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
Dpanel_gtk.cc911 void PanelGtk::PreventActivationByOS(bool prevent_activation) { in PreventActivationByOS() function in PanelGtk
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_view.h51 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
Dpanel_view.cc482 void PanelView::PreventActivationByOS(bool prevent_activation) { in PreventActivationByOS() function in PanelView