Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:Focus

150   g_signal_connect(content_view, "focus", G_CALLBACK(OnFocusThunk), this);
226 void TabContentsViewGtk::Focus() {
228 tab_contents()->interstitial_page()->Focus();
240 Focus();
277 // This is called when we the renderer asks us to take focus back (i.e., it has
374 // and grab focus if we don't have it. The call to
375 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
378 GtkDirectionType focus) {
380 // focus.
383 // take focus. We don't want that. But if we return true, the event will
384 // stop being propagated, leaving focus wherever it is currently. That is
386 // focus first so as to trick it into thinking the view was already focused
392 // If we already have focus, let the next widget have a shot at it. We will
399 bool reverse = focus == GTK_DIR_TAB_BACKWARD;