Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:Focus

30 #include "views/focus/view_storage.h"
44 // and grab focus if we don't have it. The call to
45 // FocusThroughTabTraversal(bool) forwards the "move focus forward" effect to
47 gboolean OnFocus(GtkWidget* widget, GtkDirectionType focus,
49 // If we already have focus, let the next widget have a shot at it. We will
56 bool reverse = focus == GTK_DIR_TAB_BACKWARD;
182 g_signal_connect(view->native_view(), "focus",
268 void TabContentsViewGtk::Focus() {
270 tab_contents()->interstitial_page()->Focus();
292 Focus();
323 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
333 // default focus.
361 // We may not have a focus manager if the tab has been switched before this