completion_threshold_  143 content/browser/web_contents/aura/gesture_nav_simple.cc   ApplyEffectsForDelta(completion_threshold_);
completion_threshold_  150 content/browser/web_contents/aura/gesture_nav_simple.cc   CHECK_GT(completion_threshold_, 0.f);
completion_threshold_  152 content/browser/web_contents/aura/gesture_nav_simple.cc   double complete = std::min(1.f, delta_x / completion_threshold_);
completion_threshold_  204 content/browser/web_contents/aura/gesture_nav_simple.cc   completion_threshold_ = window_bounds.width() *
completion_threshold_   48 content/browser/web_contents/aura/gesture_nav_simple.h   float completion_threshold_;