Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:Focus

539   Focus();
732 void RenderWidgetHostViewAura::Focus() {
733 // Make sure we have a FocusClient before attempting to Focus(). In some
738 window_->Focus();
1730 // Focus the window we were created from.
1735 // Calling host->Focus() may delete |this|. We create a local observer
1740 host->Focus();
1828 // Ensure that we get keyboard focus on mouse down as a plugin window
1829 // may have grabbed keyboard focus.
1876 // Ensure that we get keyboard focus on mouse down as a plugin window may
1877 // have grabbed keyboard focus.
2078 // Often the application can set focus to the view in response to a key
2106 // If we lose the focus while fullscreen, close the window; Pepper Flash
2108 // window if we lose the focus to a window on another display.