Searched refs:printTouchList (Results 1 – 1 of 1) sorted by relevance
104 void printTouchList(WebTestDelegate* delegate, const WebTouchPoint* points, int length) in printTouchList() function117 printTouchList(delegate, touch.touches, touch.touchesLength); in printEventDetails()118 printTouchList(delegate, touch.changedTouches, touch.changedTouchesLength); in printEventDetails()119 printTouchList(delegate, touch.targetTouches, touch.targetTouchesLength); in printEventDetails()