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

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 46 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
ppb_input_event_thunk.cc 478 struct PP_TouchPoint GetTouchByIndex(PP_Resource touch_event,
481 VLOG(4) << "PPB_TouchInputEvent::GetTouchByIndex()";
485 return enter.object()->GetTouchByIndex(list, index);
503 &GetTouchByIndex,
  /external/chromium_org/ppapi/cpp/
input_event.h 375 TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const;
input_event.cc 331 TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list,
336 GetTouchByIndex(pp_resource(), list, index));
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 76 pp::TouchPoint point = touch.GetTouchByIndex(
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 77 pp::TouchPoint point = touch.GetTouchByIndex(
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 99 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
ppb_input_event_shared.cc 150 PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list,
  /external/chromium_org/ppapi/api/
ppb_input_event.idl     [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 281 GetTouchByIndex(expected, PP_TOUCHLIST_TYPE_TOUCHES, i);
283 GetTouchByIndex(received, PP_TOUCHLIST_TYPE_TOUCHES, i);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 216 touch_event.GetTouchByIndex(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, i);
  /external/chromium_org/ppapi/c/
ppb_input_event.h     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 131 struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 138 struct PP_TouchPoint touch = g_pTouchInput->GetTouchByIndex(
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 201 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 459 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 430 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, i);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 725 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, 0);
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 765 touches.GetTouchByIndex(PP_TOUCHLIST_TYPE_TOUCHES, 0);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 388 milliseconds