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

  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.cc 61 void NavigationControllerAndroid::GoToOffset(JNIEnv* env,
64 navigation_controller_->GoToOffset(offset);
navigation_controller_android.h 41 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
navigation_controller_impl.h 71 virtual void GoToOffset(int offset) OVERRIDE;
navigation_controller_impl.cc 602 void NavigationControllerImpl::GoToOffset(int offset) {
    [all...]
navigation_controller_impl_unittest.cc 268 TEST_F(NavigationControllerTest, GoToOffset) {
319 controller.GoToOffset(offset);
321 // Check that the GoToOffset will land on the expected page.
    [all...]
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 216 web_contents_->GetController().GoToOffset(-1);
220 web_contents_->GetController().GoToOffset(1);
shell_web_contents_view_delegate_gtk.cc 197 web_contents_->GetController().GoToOffset(-1);
202 web_contents_->GetController().GoToOffset(1);
shell.cc 198 web_contents_->GetController().GoToOffset(offset);
  /external/chromium_org/content/public/test/
render_view_test.h 143 void GoToOffset(int offset, const blink::WebHistoryItem& history_item);
render_view_test.cc 121 GoToOffset(-1, item);
125 GoToOffset(1, item);
359 void RenderViewTest::GoToOffset(int offset,
  /external/chromium_org/content/public/browser/
navigation_controller.h 330 virtual void GoToOffset(int offset) = 0;
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 338 // 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);
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 82 controller().GoToOffset(offset);
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 484 guest_web_contents()->GetController().GoToOffset(relative_index);
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model_unittest.cc 86 controller().GoToOffset(offset);
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 493 // 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);
    [all...]

Completed in 181 milliseconds