Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:Focus

130     g_signal_connect(widget, "focus-in-event",
132 g_signal_connect(widget, "focus-out-event",
194 GdkEventFocus* focus,
199 // The only way to enable a GtkIMContext object is to call its focus in
207 GdkEventFocus* focus,
209 // Whenever we lose focus, set the cursor back to that of our parent window,
213 // focus.
217 // Prevents us from stealing input context focus in OnGrabNotify() handler.
228 // take focus, so we never get a focus out or focus in event when they are
288 // If we don't have focus already, this mouse click will focus us.
674 void RenderWidgetHostViewGtk::Focus() {
679 // TODO(estade): We should be clearing native focus as well, but I know of no