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

  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.h 35 bool ApplyEffectsForDelta(float delta_x);
gesture_nav_simple.cc 147 ApplyEffectsForDelta(completion_threshold_);
151 bool GestureNavSimple::ApplyEffectsForDelta(float delta_x) {
171 return ApplyEffectsForDelta(std::abs(delta_x) + 50.f);
218 ApplyEffectsForDelta(0.f);

Completed in 54 milliseconds