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

  /external/chromium_org/content/public/test/
render_view_fake_resources_test.h 145 void GoToOffset(int offset, const WebKit::WebHistoryItem& history_item);
render_view_test.h 142 void GoToOffset(int offset, const WebKit::WebHistoryItem& history_item);
render_view_fake_resources_test.cc 135 GoToOffset(-1, GetMainFrame()->previousHistoryItem());
140 GoToOffset(1, history_item);
207 void RenderViewFakeResourcesTest::GoToOffset(
render_view_test.cc 121 GoToOffset(-1, item);
125 GoToOffset(1, item);
354 void RenderViewTest::GoToOffset(int offset,
  /external/chromium_org/content/shell/
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 184 web_contents_->GetController().GoToOffset(offset);
  /external/chromium_org/content/public/browser/
navigation_controller.h 320 virtual void GoToOffset(int offset) = 0;
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 71 virtual void GoToOffset(int offset) OVERRIDE;
navigation_controller_impl.cc 593 void NavigationControllerImpl::GoToOffset(int offset) {
    [all...]
navigation_controller_impl_unittest.cc 266 TEST_F(NavigationControllerTest, GoToOffset) {
317 controller.GoToOffset(offset);
319 // Check that the GoToOffset will land on the expected page.
    [all...]
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 261 guest_web_contents()->GetController().GoToOffset(relative_index);
  /external/chromium_org/content/browser/android/
content_view_core_impl.h 148 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
content_view_core_impl.cc     [all...]
  /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/ui/toolbar/
back_forward_menu_model_unittest.cc 86 controller().GoToOffset(offset);
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 492 // Visits a page with https error and then goes back using GoToOffset.
513 tab->GetController().GoToOffset(-1);
521 // Visits a page with https error and then goes forward using GoToOffset.
560 tab->GetController().GoToOffset(1);
    [all...]

Completed in 196 milliseconds