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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 67 const unsigned num_touches = web_touch.touchesLength; local
68 for (unsigned i = 0; i < num_touches; ++i) {
73 TouchInject(env, action, num_touches);
synthetic_gesture_target_aura.cc 39 const size_t num_touches = touch_with_latency.event.touchesLength; local
40 for (size_t i = 0; i < num_touches; ++ i) {

Completed in 498 milliseconds