Home
last modified time | relevance | path

Searched refs:AcceptInput (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/omnibox/
Domnibox_api_browsertest.cc180 omnibox_view->model()->AcceptInput(CURRENT_TAB, false); in IN_PROC_BROWSER_TEST_F()
195 omnibox_view->model()->AcceptInput(NEW_FOREGROUND_TAB, false); in IN_PROC_BROWSER_TEST_F()
254 location_bar->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
Domnibox_api_interactive_test.cc50 location_bar->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/search/
Dinstant_test_utils.cc117 browser_->window()->GetLocationBar()->AcceptInput(); in PressEnterAndWaitForNavigation()
125 browser_->window()->GetLocationBar()->AcceptInput(); in PressEnterAndWaitForFrameLoad()
Dinstant_extended_interactive_uitest.cc392 browser()->window()->GetLocationBar()->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
395 browser()->window()->GetLocationBar()->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
446 browser()->window()->GetLocationBar()->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
940 browser()->window()->GetLocationBar()->AcceptInput(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/location_bar/
Dlocation_bar.h43 virtual void AcceptInput() = 0;
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dsearch_button_decoration.mm50 owner_->GetOmniboxView()->model()->AcceptInput(
Dlocation_bar_view_mac.h63 virtual void AcceptInput() OVERRIDE;
Dlocation_bar_view_mac.mm190 void LocationBarViewMac::AcceptInput() { function
193 omnibox_view_->model()->AcceptInput(disposition, false);
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.h197 void AcceptInput(WindowOpenDisposition disposition,
Domnibox_edit_model.cc629 void OmniboxEditModel::AcceptInput(WindowOpenDisposition disposition, in AcceptInput() function in OmniboxEditModel
/external/chromium_org/chrome/test/base/
Dtest_browser_window.h172 virtual void AcceptInput() OVERRIDE {} in AcceptInput() function
Dui_test_utils.cc397 location_bar->AcceptInput(); in SendToOmniboxAndSubmit()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h346 virtual void AcceptInput() OVERRIDE;
Dlocation_bar_view.cc1264 void LocationBarView::AcceptInput() { in AcceptInput() function in LocationBarView
1265 omnibox_view_->model()->AcceptInput(CURRENT_TAB, false); in AcceptInput()
1511 omnibox_view_->model()->AcceptInput( in ButtonPressed()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.mm786 model()->AcceptInput(disposition, false);
797 model()->AcceptInput(NEW_FOREGROUND_TAB, false);
809 model()->AcceptInput(disposition, false);
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc710 model()->AcceptInput(alt ? NEW_FOREGROUND_TAB : CURRENT_TAB, false); in OnKeyPressed()
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc4544 omnibox_view->model()->AcceptInput(CURRENT_TAB, false); in IN_PROC_BROWSER_TEST_F()