HomeSort by relevance Sort by last modified time
    Searched refs:PP_TOUCHLIST_TYPE_CHANGEDTOUCHES (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 73 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
76 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 140 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
155 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
171 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
193 case PP_TOUCHLIST_TYPE_CHANGEDTOUCHES:
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 224 touch_event.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
227 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 797 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES = 1,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 782 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES = 1,
    [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 171 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);

Completed in 1320 milliseconds