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

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 45 virtual uint32_t GetTouchCount(PP_TouchListType list) = 0;
ppb_input_event_thunk.cc 470 uint32_t GetTouchCount(PP_Resource touch_event, PP_TouchListType list) {
471 VLOG(4) << "PPB_TouchInputEvent::GetTouchCount()";
475 return enter.object()->GetTouchCount(list);
502 &GetTouchCount,
  /external/chromium_org/ppapi/cpp/
input_event.h 371 uint32_t GetTouchCount(PP_TouchListType list) const;
input_event.cc 316 uint32_t TouchInputEvent::GetTouchCount(PP_TouchListType list) const {
319 return get_interface<PPB_TouchInputEvent_1_0>()->GetTouchCount(pp_resource(),
  /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);
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 75 uint32_t count = touch.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 98 virtual uint32_t GetTouchCount(PP_TouchListType list) OVERRIDE;
ppb_input_event_shared.cc 137 uint32_t PPB_InputEvent_Shared::GetTouchCount(PP_TouchListType list) {
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 272 uint32_t touch_count = touch_input_event_interface_->GetTouchCount(
275 touch_count != touch_input_event_interface_->GetTouchCount(expected,
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 213 touch_event.GetTouchCount(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES);
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 127 uint32_t count = g_pTouchInput->GetTouchCount(event->as_resource,
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 134 uint32_t count = g_pTouchInput->GetTouchCount(event->as_resource,
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.c 149 uint32_t count = g_pTouchInput->GetTouchCount(event->as_resource,
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 454 uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 425 uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 721 uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 761 uint32_t count = touches.GetTouchCount(PP_TOUCHLIST_TYPE_TOUCHES);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 294 milliseconds