Searched refs:GoToOffset (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.cc61 void NavigationControllerAndroid::GoToOffset(JNIEnv* env, function in class:content::NavigationControllerAndroid
64 navigation_controller_->GoToOffset(offset);
H A Dnavigation_controller_android.h41 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
H A Dnavigation_controller_impl.h71 virtual void GoToOffset(int offset) OVERRIDE;
H A Dnavigation_controller_impl.cc602 void NavigationControllerImpl::GoToOffset(int offset) { function in class:content::NavigationControllerImpl
H A Dnavigation_controller_impl_unittest.cc268 TEST_F(NavigationControllerTest, GoToOffset) {
319 controller.GoToOffset(offset);
321 // Check that the GoToOffset will land on the expected page.
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_win.cc216 web_contents_->GetController().GoToOffset(-1);
220 web_contents_->GetController().GoToOffset(1);
H A Dshell_web_contents_view_delegate_gtk.cc197 web_contents_->GetController().GoToOffset(-1);
202 web_contents_->GetController().GoToOffset(1);
H A Dshell.cc198 web_contents_->GetController().GoToOffset(offset);
/external/chromium_org/content/public/test/
H A Drender_view_test.h143 void GoToOffset(int offset, const blink::WebHistoryItem& history_item);
H A Drender_view_test.cc121 GoToOffset(-1, item);
125 GoToOffset(1, item);
359 void RenderViewTest::GoToOffset(int offset, function in class:content::RenderViewTest
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h330 virtual void GoToOffset(int offset) = 0;
/external/chromium/chrome/browser/ssl/
H A Dssl_browser_tests.cc338 // Visits a page with https error and then goes back using GoToOffset.
358 tab->controller().GoToOffset(-1);
365 // Visits a page with https error and then goes forward using GoToOffset.
396 tab->controller().GoToOffset(1);
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc82 controller().GoToOffset(offset);
/external/chromium_org/chrome/browser/guestview/webview/
H A Dwebview_guest.cc484 guest_web_contents()->GetController().GoToOffset(relative_index);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model_unittest.cc86 controller().GoToOffset(offset);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc493 // Visits a page with https error and then goes back using GoToOffset.
514 tab->GetController().GoToOffset(-1);
522 // Visits a page with https error and then goes forward using GoToOffset.
561 tab->GetController().GoToOffset(1);

Completed in 2759 milliseconds