Searched refs:restore_focus_to_view (Results 1 – 12 of 12) sorted by relevance
229 void GiveFocusToChrome(bool restore_focus_to_view) { in GiveFocusToChrome() argument235 tab->SetInitialFocus(base::win::IsShiftPressed(), restore_focus_to_view); in GiveFocusToChrome()
101 bool restore_focus_to_view) { in SetInitialFocus() argument104 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view); in SetInitialFocus()
282 bool restore_focus_to_view);
80 bool restore_focus_to_view) = 0;
301 bool TabProxy::SetInitialFocus(bool reverse, bool restore_focus_to_view) { in SetInitialFocus() argument307 restore_focus_to_view)); in SetInitialFocus()
176 bool SetInitialFocus(bool reverse, bool restore_focus_to_view)
292 bool restore_focus_to_view) { in SetInitialFocus() argument295 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view); in SetInitialFocus()
329 bool restore_focus_to_view);
96 void FocusThroughTabTraversal(bool reverse, bool restore_focus_to_view);
274 bool reverse, bool restore_focus_to_view) { in FocusThroughTabTraversal() argument283 if (tab_contents_.get() && restore_focus_to_view) in FocusThroughTabTraversal()
96 bool restore_focus_to_view) OVERRIDE;
582 bool restore_focus_to_view) { in FocusThroughTabTraversal() argument594 if (web_contents_.get() && restore_focus_to_view) in FocusThroughTabTraversal()