Searched refs:prevent_activation (Results 1 – 7 of 7) sorted by relevance
44 virtual void PreventActivationByOS(bool prevent_activation) = 0;
34 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
153 void PanelCocoa::PreventActivationByOS(bool prevent_activation) {154 [controller_ preventBecomingKeyWindow:prevent_activation];
55 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
911 void PanelGtk::PreventActivationByOS(bool prevent_activation) { in PreventActivationByOS() argument912 gtk_window_set_accept_focus(window_, !prevent_activation); in PreventActivationByOS()
51 virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
482 void PanelView::PreventActivationByOS(bool prevent_activation) { in PreventActivationByOS() argument491 if (prevent_activation) in PreventActivationByOS()