Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc164 return PP_MakeTouchPoint(); in GetTouchByIndex()
167 return PP_MakeTouchPoint(); in GetTouchByIndex()
186 return PP_MakeTouchPoint(); in GetTouchById()
192 return PP_MakeTouchPoint(); in GetTouchById()
/external/chromium_org/ppapi/c/
Dpp_touch_point.h78 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) { in PP_MakeTouchPoint() function
/external/chromium_org/ppapi/api/
Dpp_touch_point.idl62 * PP_MakeTouchPoint() creates a <code>PP_TouchPoint</code>.
66 PP_INLINE struct PP_TouchPoint PP_MakeTouchPoint(void) {
/external/chromium_org/ppapi/cpp/
Dtouch_point.h17 TouchPoint() : touch_point_(PP_MakeTouchPoint()) {} in TouchPoint()
/external/chromium_org/ppapi/thunk/
Dppb_input_event_thunk.cc484 return PP_MakeTouchPoint(); in GetTouchByIndex()
494 return PP_MakeTouchPoint(); in GetTouchById()
/external/chromium_org/ppapi/tests/
Dtest_input_event.cc175 PP_TouchPoint touch_point = PP_MakeTouchPoint(); in CreateTouchEvent()