GoBackOrForward    65 content/shell/browser/shell.h   void GoBackOrForward(int offset);
GoBackOrForward   275 content/shell/browser/shell_gtk.cc   GoBackOrForward(-1);
GoBackOrForward   279 content/shell/browser/shell_gtk.cc   GoBackOrForward(1);
GoBackOrForward   332 content/shell/browser/shell_views.cc       shell_->GoBackOrForward(-1);
GoBackOrForward   334 content/shell/browser/shell_views.cc       shell_->GoBackOrForward(1);
GoBackOrForward   375 content/shell/browser/shell_views.cc       shell_->GoBackOrForward(-1);
GoBackOrForward   378 content/shell/browser/shell_views.cc       shell_->GoBackOrForward(1);
GoBackOrForward   585 content/shell/browser/webkit_test_controller.cc   main_window_->GoBackOrForward(offset);