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

  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 74 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
77 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, 0);
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 75 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
78 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 126 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/
input_event.cc 213 touch_event.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
216 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 807 PP_TOUCHLIST_TYPE_CHANGEDTOUCHES = 1,
    [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 180 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);

Completed in 197 milliseconds