Searched refs:SetFocusedView (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ui/views/focus/
H A Dfocus_manager.cc356 // SetFocusedView(NULL) is going to clear out the stored view to. We need to
359 SetFocusedView(NULL);
397 SetFocusedView(NULL);
585 SetFocusedView(NULL);
H A Dfocus_manager.h174 void SetFocusedView(View* view) { function in class:views::FocusManager
H A Dfocus_manager_unittest.cc771 GetFocusManager()->SetFocusedView(&view);
778 GetFocusManager()->SetFocusedView(&view);
810 GetFocusManager()->SetFocusedView(view);
820 GetFocusManager()->SetFocusedView(view);
830 GetFocusManager()->SetFocusedView(view);
834 GetFocusManager()->SetFocusedView(view);
/external/chromium_org/ash/system/user/
H A Duser_view.cc515 button->GetFocusManager()->SetFocusedView(button);
516 user_card_view_->GetFocusManager()->SetFocusedView(button);
/external/chromium_org/ui/views/
H A Daccessible_pane_view.cc90 focus_manager_->SetFocusedView(initial_focus);
H A Daccessible_pane_view_unittest.cc114 test_view_main->GetFocusManager()->SetFocusedView(test_view_main);
H A Dview_unittest.cc2680 focus_manager->SetFocusedView(view1);
2689 focus_manager->SetFocusedView(view1);
2698 focus_manager->SetFocusedView(view1);
H A Dview.cc1187 focus_manager->SetFocusedView(this);
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc94 focus_manager->SetFocusedView(this);
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc298 focus_manager->SetFocusedView(tab->contents());
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc1055 GetFocusManager()->SetFocusedView(GetFrameView());
1084 GetFocusManager()->SetFocusedView(old_focused_view_);
/external/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc302 GetFocusManager()->SetFocusedView(new_selected);
H A Dtask_manager_view.cc503 focus_manager->SetFocusedView(instance_->tab_table_);
/external/chromium_org/ui/views/widget/
H A Dwidget_interactive_uitest.cc824 focus_manager1->SetFocusedView(view1);
844 focus_manager2->SetFocusedView(view2);
H A Dwidget.cc584 focus_manager_->SetFocusedView(NULL);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc489 source_tabstrip_->GetFocusManager()->SetFocusedView(source_tabstrip_);
506 old_focused_view->GetFocusManager()->SetFocusedView(old_focused_view);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc999 focus_manager->SetFocusedView(focused_view);
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc277 textfield_widget_->GetFocusManager()->SetFocusedView(textfield_);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1581 GetFocusManager()->SetFocusedView(this);

Completed in 353 milliseconds