HomeSort by relevance Sort by last modified time
    Searched refs:restore_focus_to_view (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/external_tab/
external_tab_container.h 80 bool restore_focus_to_view) = 0;
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 229 void GiveFocusToChrome(bool restore_focus_to_view) {
235 tab->SetInitialFocus(base::win::IsShiftPressed(), restore_focus_to_view); local
  /external/chromium_org/chrome/browser/automation/
automation_provider_win.cc 101 bool restore_focus_to_view) {
104 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view);
automation_provider.h 282 bool restore_focus_to_view);
  /external/chromium_org/chrome/test/automation/
tab_proxy.h 173 // When the restore_focus_to_view parameter is true, the render view
176 bool SetInitialFocus(bool reverse, bool restore_focus_to_view)
tab_proxy.cc 301 bool TabProxy::SetInitialFocus(bool reverse, bool restore_focus_to_view) {
307 restore_focus_to_view));
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 292 bool restore_focus_to_view) {
295 external_tab->FocusThroughTabTraversal(reverse, restore_focus_to_view);
automation_provider.h 329 bool restore_focus_to_view);
  /external/chromium/chrome/browser/
external_tab_container_win.h 96 void FocusThroughTabTraversal(bool reverse, bool restore_focus_to_view);
external_tab_container_win.cc 274 bool reverse, bool restore_focus_to_view) {
283 if (tab_contents_.get() && restore_focus_to_view)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.h 96 bool restore_focus_to_view) OVERRIDE;
external_tab_container_win.cc 582 bool restore_focus_to_view) {
594 if (web_contents_.get() && restore_focus_to_view)
    [all...]

Completed in 489 milliseconds