Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:focus_manager

22 #include "views/focus/focus_manager.h"
172 views::FocusManager* focus_manager =
174 if (focus_manager) {
175 // |focus_manager| can be NULL if the tab has been detached but still
177 views::View* focused_view = focus_manager->GetFocusedView();
191 views::FocusManager* focus_manager =
195 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
197 if (last_focused_view->IsFocusableInRootView() && focus_manager &&
198 focus_manager->ContainsView(last_focused_view)) {
240 views::FocusManager* focus_manager =
245 if (focus_manager)
246 focus_manager->AdvanceFocus(reverse);