Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:focus_manager

23 #include "views/focus/focus_manager.h"
185 views::FocusManager* focus_manager =
187 if (focus_manager) {
188 // |focus_manager| can be NULL if the tab has been detached but still
190 views::View* focused_view = focus_manager->GetFocusedView();
203 views::FocusManager* focus_manager =
207 DCHECK(focus_manager != NULL) << "No focus manager when restoring focus.";
209 if (last_focused_view->IsFocusableInRootView() && focus_manager &&
210 focus_manager->ContainsView(last_focused_view)) {
251 views::FocusManager* focus_manager =
256 if (focus_manager)
257 focus_manager->AdvanceFocus(reverse);