Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:focus_manager

301   views::FocusManager* focus_manager =
303 if (focus_manager) {
304 // |focus_manager| can be NULL if the tab has been detached but still
306 views::View* focused_view = focus_manager->GetFocusedView();
319 views::FocusManager* focus_manager =
323 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
325 if (last_focused_view->IsFocusableInRootView() && focus_manager &&
326 focus_manager->ContainsView(last_focused_view)) {
358 views::FocusManager* focus_manager =
363 if (focus_manager)
364 focus_manager->AdvanceFocus(reverse);