Searched refs:ApplyEffectsForDelta (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.h35 bool ApplyEffectsForDelta(float delta_x);
H A Dgesture_nav_simple.cc147 ApplyEffectsForDelta(completion_threshold_);
151 bool GestureNavSimple::ApplyEffectsForDelta(float delta_x) { function in class:content::GestureNavSimple
171 return ApplyEffectsForDelta(std::abs(delta_x) + 50.f);
218 ApplyEffectsForDelta(0.f);

Completed in 44 milliseconds