Home
last modified time | relevance | path

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

/external/chromium_org/chrome_frame/
Dchrome_frame_plugin.h229 void GiveFocusToChrome(bool restore_focus_to_view) { in GiveFocusToChrome() argument
235 tab->SetInitialFocus(base::win::IsShiftPressed(), restore_focus_to_view); in GiveFocusToChrome()
/external/chromium_org/chrome/browser/automation/
Dautomation_provider_win.cc101 bool restore_focus_to_view) { in SetInitialFocus() argument
104 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view); in SetInitialFocus()
Dautomation_provider.h282 bool restore_focus_to_view);
/external/chromium_org/chrome/browser/external_tab/
Dexternal_tab_container.h80 bool restore_focus_to_view) = 0;
/external/chromium_org/chrome/test/automation/
Dtab_proxy.cc301 bool TabProxy::SetInitialFocus(bool reverse, bool restore_focus_to_view) { in SetInitialFocus() argument
307 restore_focus_to_view)); in SetInitialFocus()
Dtab_proxy.h176 bool SetInitialFocus(bool reverse, bool restore_focus_to_view)
/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()
/external/chromium_org/chrome/browser/ui/views/
Dexternal_tab_container_win.h96 bool restore_focus_to_view) OVERRIDE;
Dexternal_tab_container_win.cc582 bool restore_focus_to_view) { in FocusThroughTabTraversal() argument
594 if (web_contents_.get() && restore_focus_to_view) in FocusThroughTabTraversal()