Home
last modified time | relevance | path

Searched refs:restore_focus_to_view (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_provider_win.cc292 bool restore_focus_to_view) { in SetInitialFocus() argument
295 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view); in SetInitialFocus()
Dautomation_provider.h329 bool restore_focus_to_view);
/external/chromium/chrome/browser/
Dexternal_tab_container_win.h96 void FocusThroughTabTraversal(bool reverse, bool restore_focus_to_view);
Dexternal_tab_container_win.cc274 bool reverse, bool restore_focus_to_view) { in FocusThroughTabTraversal() argument
283 if (tab_contents_.get() && restore_focus_to_view) in FocusThroughTabTraversal()