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

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 45 virtual void AddTouchPoint(PP_TouchListType list,
ppb_input_event_thunk.cc 438 void AddTouchPoint(PP_Resource touch_event,
441 VLOG(4) << "PPB_TouchInputEvent::AddTouchPoint()";
445 return enter.object()->AddTouchPoint(list, *point);
489 &AddTouchPoint,
  /external/chromium_org/ppapi/tests/
test_input_event.cc 170 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TOUCHES, touch_point);
171 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_CHANGEDTOUCHES, touch_point);
172 touch_event.AddTouchPoint(PP_TOUCHLIST_TYPE_TARGETTOUCHES, touch_point);
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 156 void AddTouchPoint(const ui::TouchEvent& touch) {
191 void AddTouchPoint(const ui::TouchEvent& touch) {
239 traces_[trace_index].AddTouchPoint(touch);
464 touch_log_->AddTouchPoint(*event);
  /external/chromium_org/ppapi/cpp/
input_event.h 331 void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point);
input_event.cc 256 void TouchInputEvent::AddTouchPoint(PP_TouchListType list,
260 get_interface<PPB_TouchInputEvent_1_0>()->AddTouchPoint(pp_resource(), list,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 91 virtual void AddTouchPoint(PP_TouchListType list,
ppb_input_event_shared.cc 134 void PPB_InputEvent_Shared::AddTouchPoint(PP_TouchListType list,
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 818 * of the touch-point lists. <code>AddTouchPoint</code> should be called to
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 809 * of the touch-point lists. <code>AddTouchPoint</code> should be called to
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 361 WebKit::WebTouchPoint* AddTouchPoint(TOUCHINPUT* touch_input);
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 899 milliseconds