Home
last modified time | relevance | path

Searched refs:GoBackOrForward (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_win.cc216 shell->GoBackOrForward(-1); in WndProc()
219 shell->GoBackOrForward(1); in WndProc()
Dshell_gtk.cc270 GoBackOrForward(-1); in OnBackButtonClicked()
274 GoBackOrForward(1); in OnForwardButtonClicked()
Dshell_views.cc240 shell_->GoBackOrForward(-1); in ButtonPressed()
242 shell_->GoBackOrForward(1); in ButtonPressed()
Dshell_mac.mm295 GoBackOrForward(-1);
298 GoBackOrForward(1);
Dshell.h65 void GoBackOrForward(int offset);
Dshell.cc197 void Shell::GoBackOrForward(int offset) { in GoBackOrForward() function in content::Shell
Dwebkit_test_controller.cc584 main_window_->GoBackOrForward(offset); in OnGoToOffset()