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 101 jboolean NavigationControllerAndroid::CanGoToOffset(JNIEnv* env,
104 return navigation_controller_->CanGoToOffset(offset);
navigation_controller_impl.cc 539 bool NavigationControllerImpl::CanGoToOffset(int offset) const {
617 if (!CanGoToOffset(offset))
    [all...]

Completed in 61 milliseconds