HomeSort by relevance Sort by last modified time
    Searched defs:CanGoForward (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.cc 42 jboolean NavigationControllerAndroid::CanGoForward(JNIEnv* env,
44 return navigation_controller_->CanGoForward();
navigation_controller_impl.cc 521 bool NavigationControllerImpl::CanGoForward() const {
551 if (!CanGoForward()) {
    [all...]
  /external/chromium_org/content/browser/
session_history_browsertest.cc 112 bool CanGoForward() {
113 return shell()->web_contents()->GetController().CanGoForward();
160 ASSERT_FALSE(CanGoForward());
223 ASSERT_FALSE(CanGoForward());
358 ASSERT_FALSE(CanGoForward());
415 ASSERT_FALSE(CanGoForward());
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 405 bool CanGoForward(const Browser* browser) {
407 GetController().CanGoForward();
412 if (CanGoForward(browser)) {
    [all...]

Completed in 800 milliseconds