Searched refs:AddTouchPoint (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_api.h46 virtual void AddTouchPoint(PP_TouchListType list,
H A Dppb_input_event_thunk.cc448 void AddTouchPoint(PP_Resource touch_event, function in namespace:ppapi::thunk::__anon10333
451 VLOG(4) << "PPB_TouchInputEvent::AddTouchPoint()";
455 return enter.object()->AddTouchPoint(list, *point);
499 &AddTouchPoint,
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc169 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TOUCHES, touch_point);
170 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);
171 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TARGETTOUCHES, touch_point);
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc155 void AddTouchPoint(const ui::TouchEvent& touch) { function in class:ash::internal::TouchTrace
190 void AddTouchPoint(const ui::TouchEvent& touch) { function in class:ash::internal::TouchLog
238 traces_[trace_index].AddTouchPoint(touch);
463 touch_log_->AddTouchPoint(*event);
/external/chromium_org/ppapi/cpp/
H A Dinput_event.h331 void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point);
H A Dinput_event.cc256 void TouchInputEvent::AddTouchPoint(PP_TouchListType list, function in class:pp::TouchInputEvent
260 get_interface<PPB_TouchInputEvent_1_0>()->AddTouchPoint(pp_resource(), list,
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h96 virtual void AddTouchPoint(PP_TouchListType list,
H A Dppb_input_event_shared.cc139 void PPB_InputEvent_Shared::AddTouchPoint(PP_TouchListType list, function in class:ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl818 * of the touch-point lists. <code>AddTouchPoint</code> should be called to
849 void AddTouchPoint([in] PP_Resource touch_event,
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h809 * of the touch-point lists. <code>AddTouchPoint</code> should be called to
839 void (*AddTouchPoint)(PP_Resource touch_event, member in struct:PPB_TouchInputEvent_1_0
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc361 blink::WebTouchPoint* AddTouchPoint(TOUCHINPUT* touch_input);
2087 if (!(point = AddTouchPoint(&points[i])))
2115 if (!(point = AddTouchPoint(&points[i])))
2160 blink::WebTouchPoint* WebTouchState::AddTouchPoint( function in class:content::WebTouchState
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c852 iface->AddTouchPoint(touch_event, list, point);
4240 .AddTouchPoint = (void (*)(PP_Resource touch_event, PP_TouchListType list, const struct PP_TouchPoint* point))&Pnacl_M13_PPB_TouchInputEvent_AddTouchPoint,

Completed in 317 milliseconds