Home
last modified time | relevance | path

Searched refs:GoToOffset (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_win.cc217 web_contents_->GetController().GoToOffset(-1); in MenuItemSelected()
221 web_contents_->GetController().GoToOffset(1); in MenuItemSelected()
Dshell_web_contents_view_delegate_mac.mm249 web_contents_->GetController().GoToOffset(-1);
253 web_contents_->GetController().GoToOffset(1);
Dshell.cc205 web_contents_->GetController().GoToOffset(offset); in GoBackOrForward()
/external/chromium_org/content/public/test/
Drender_view_test.cc134 GoToOffset(-1, state); in GoBack()
138 GoToOffset(1, state); in GoForward()
414 void RenderViewTest::GoToOffset(int offset, const PageState& state) { in GoToOffset() function in content::RenderViewTest
Drender_view_test.h166 void GoToOffset(int offset, const PageState& state);
/external/chromium_org/content/browser/frame_host/
Dnavigation_controller_android.cc115 void NavigationControllerAndroid::GoToOffset(JNIEnv* env, in GoToOffset() function in content::NavigationControllerAndroid
118 navigation_controller_->GoToOffset(offset); in GoToOffset()
Dnavigation_controller_android.h41 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
Dnavigation_controller_impl.h71 virtual void GoToOffset(int offset) OVERRIDE; in NON_EXPORTED_BASE()
Dnavigation_controller_impl.cc616 void NavigationControllerImpl::GoToOffset(int offset) { in GoToOffset() function in content::NavigationControllerImpl
Dnavigation_controller_impl_unittest.cc282 TEST_F(NavigationControllerTest, GoToOffset) { in TEST_F() argument
333 controller.GoToOffset(offset); in TEST_F()
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_delegate.h177 virtual void GoToOffset(int offset) = 0;
Dtest_runner.cc1919 delegate->GoToOffset(distance_); in Run()
/external/chromium_org/content/public/browser/
Dnavigation_controller.h325 virtual void GoToOffset(int offset) = 0;
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.h111 virtual void GoToOffset(int offset) OVERRIDE;
Dwebkit_test_runner.cc527 void WebKitTestRunner::GoToOffset(int offset) { in GoToOffset() function in content::WebKitTestRunner
/external/chromium_org/chrome/browser/ui/toolbar/
Dback_forward_menu_model_unittest.cc86 controller().GoToOffset(offset); in NavigateToOffset()
/external/chromium_org/chrome/browser/ssl/
Dssl_browser_tests.cc594 tab->GetController().GoToOffset(-1); in IN_PROC_BROWSER_TEST_F()
641 tab->GetController().GoToOffset(1); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/extensions/browser/guest_view/web_view/
Dweb_view_guest.cc587 web_contents()->GetController().GoToOffset(relative_index); in Go()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2857 controller_.GoToOffset(offset); in OnGoToEntryAtOffset()