Searched defs:web_touches (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc286 bool HasTouchPointWithId(const WebTouchPoint* web_touches, argument
292 if (web_touches[i].id == static_cast<int>(id))
300 WebTouchPoint* web_touches,
312 if (HasTouchPointWithId(web_touches, initial_web_touches_length, pp_pt.id))
315 web_touches[touch_index] = CreateWebTouchPoint(pp_pt, state);
298 SetWebTouchPointsIfNotYetSet(const std::vector<PP_TouchPoint>& pp_touches, WebTouchPoint::State state, WebTouchPoint* web_touches, uint32_t* web_touches_length) argument

Completed in 174 milliseconds