Searched refs:GetTouchById (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_input_event_api.h | 48 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
|
D | ppb_input_event_thunk.cc | 488 struct PP_TouchPoint GetTouchById(PP_Resource touch_event, in GetTouchById() function 495 return enter.object()->GetTouchById(list, id); in GetTouchById() 504 &GetTouchById
|
/external/chromium_org/ppapi/cpp/ |
D | input_event.cc | 323 TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list, in GetTouchById() function in pp::TouchInputEvent 328 GetTouchById(pp_resource(), list, id)); in GetTouchById()
|
D | input_event.h | 380 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_input_event_shared.h | 101 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
|
D | ppb_input_event_shared.cc | 172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list, in GetTouchById() function in ppapi::PPB_InputEvent_Shared
|
/external/chromium_org/ppapi/c/ |
D | ppb_input_event.h | 914 struct PP_TouchPoint (*GetTouchById)(PP_Resource resource, member
|
/external/chromium_org/ppapi/api/ |
D | ppb_input_event.idl | 955 PP_TouchPoint GetTouchById([in] PP_Resource resource,
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 1033 *_struct_result = iface->GetTouchById(resource, list, touch_id); in Pnacl_M13_PPB_TouchInputEvent_GetTouchById() 4560 ….GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchListType list, uint32_t to…
|