Searched refs:PP_TOUCHLIST_TYPE_CHANGEDTOUCHES (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc74 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
77 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, 0);
/external/chromium_org/ppapi/examples/input/
H A Dpointer_event_input.cc75 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
78 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.cc126 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
141 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
157 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
179 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc213 touch_event.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
216 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl848 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES = 1,
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h807 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES = 1, enumerator in enum:__anon9899
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc180 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);

Completed in 289 milliseconds