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

  /external/chromium_org/content/browser/frame_host/
navigation_controller_android.cc 47 jboolean NavigationControllerAndroid::CanGoToOffset(JNIEnv* env,
50 return navigation_controller_->CanGoToOffset(offset);
navigation_controller_impl.cc 526 bool NavigationControllerImpl::CanGoToOffset(int offset) const {
604 if (!CanGoToOffset(offset))
    [all...]

Completed in 62 milliseconds