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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 99 bool suppress_next_fling_cancel_; member in class:content::TouchEmulator
touch_emulator.cc 89 suppress_next_fling_cancel_ = false;
300 suppress_next_fling_cancel_ = true;
303 suppress_next_fling_cancel_ = false;
310 if (!suppress_next_fling_cancel_)
312 suppress_next_fling_cancel_ = false;

Completed in 976 milliseconds