Searched refs:GoForward (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_command_handler_x11.cc42 controller.GoForward();
/external/chromium_org/content/browser/
H A Dsession_history_browsertest.cc124 void GoForward() { function in class:content::SessionHistoryTest
128 shell()->web_contents()->GetController().GoForward();
150 GoForward();
172 GoForward();
175 GoForward();
209 GoForward();
213 GoForward();
351 GoForward();
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc101 void GoForward() { function in class:BackFwdMenuModelTest
102 controller().GoForward();
382 GoForward();
410 GoForward();
413 GoForward();
415 GoForward();
417 GoForward();
419 GoForward();
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.h40 void GoForward(JNIEnv* env, jobject obj);
H A Dnavigation_controller_android.cc111 void NavigationControllerAndroid::GoForward(JNIEnv* env, jobject obj) { function in class:content::NavigationControllerAndroid
112 navigation_controller_->GoForward();
H A Dnavigation_controller_impl.h69 virtual void GoForward() OVERRIDE;
H A Drender_frame_host_manager_browsertest.cc1044 shell()->web_contents()->GetController().GoForward();
1049 shell()->web_contents()->GetController().GoForward();
H A Dnavigation_controller_impl_unittest.cc1552 controller.GoForward();
1594 controller.GoForward();
1658 controller.GoForward();
2112 controller.GoForward();
2132 controller.GoForward();
2734 controller.GoForward();
4067 controller.GoForward();
/external/chromium_org/content/public/test/
H A Drender_view_test.h88 void GoForward(const PageState& state);
H A Drender_view_test.cc137 void RenderViewTest::GoForward(const PageState& state) { function in class:content::RenderViewTest
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h318 virtual void GoForward() = 0;
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate_browsertest.cc253 void GoForward() { function in class:safe_browsing::PhishingClassifierDelegateTest
254 GetWebContents()->GetController().GoForward();
374 GoForward();
/external/chromium_org/chrome/browser/
H A Dbrowser_commands_unittest.cc194 chrome::GoForward(browser(), NEW_BACKGROUND_TAB);
226 chrome::GoForward(browser(), NEW_FOREGROUND_TAB);
/external/chromium_org/athena/content/
H A Drender_view_context_menu_impl.cc229 source_web_contents_->GetController().GoForward();
H A Dweb_activity.cc134 web_view_->GetWebContents()->GetController().GoForward();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h64 void GoForward(Browser* browser, WindowOpenDisposition disposition);
H A Dbrowser_focus_uitest.cc697 chrome::GoForward(browser(), CURRENT_TAB);
H A Dbrowser_commands.cc423 void GoForward(Browser* browser, WindowOpenDisposition disposition) { function in namespace:chrome
427 GetController().GoForward();
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.cc179 controller.GoForward();
H A Doverscroll_navigation_overlay.cc253 web_contents_->GetController().GoForward();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc345 web_contents->GetController().GoForward();
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc164 void GoForward(Browser* browser) { function in class:SessionRestoreTest
167 chrome::GoForward(browser, CURRENT_TAB);
779 GoForward(new_browser);
821 GoForward(new_browser);
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py236 def GoForward(self): member in class:ChromeDriver
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_unittest.cc541 web_contents()->GetController().GoForward();
/external/chromium_org/chrome/browser/history/
H A Dhistory_browsertest.cc449 chrome::GoForward(browser(), CURRENT_TAB);

Completed in 316 milliseconds

12