Home
last modified time | relevance | path

Searched refs:numberOfTouches (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp701 …unsigned numberOfTouches = std::min(touches->length(), static_cast<unsigned>(WebTouchEvent::touche… in addTouchPoints() local
702 for (unsigned i = 0; i < numberOfTouches; ++i) { in addTouchPoints()
717 *touchPointsLength = numberOfTouches; in addTouchPoints()