Home
last modified time | relevance | path

Searched refs:prevent_activation (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel.h44 virtual void PreventActivationByOS(bool prevent_activation) = 0;
/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) {
154 [controller_ preventBecomingKeyWindow:prevent_activation];
/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() argument
912 gtk_window_set_accept_focus(window_, !prevent_activation); in PreventActivationByOS()
/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() argument
491 if (prevent_activation) in PreventActivationByOS()