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

  /external/chromium_org/ppapi/thunk/
ppb_input_event_api.h 43 virtual void AddTouchPoint(PP_TouchListType list,
45 virtual uint32_t GetTouchCount(PP_TouchListType list) = 0;
46 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
48 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
ppb_input_event_thunk.cc 450 PP_TouchListType list,
470 uint32_t GetTouchCount(PP_Resource touch_event, PP_TouchListType list) {
479 PP_TouchListType list,
489 PP_TouchListType list,
  /external/chromium_org/ppapi/cpp/
input_event.h 368 void AddTouchPoint(PP_TouchListType list, PP_TouchPoint point);
371 uint32_t GetTouchCount(PP_TouchListType list) const;
375 TouchPoint GetTouchByIndex(PP_TouchListType list, uint32_t index) const;
380 TouchPoint GetTouchById(PP_TouchListType list, uint32_t id) const;
input_event.cc 308 void TouchInputEvent::AddTouchPoint(PP_TouchListType list,
316 uint32_t TouchInputEvent::GetTouchCount(PP_TouchListType list) const {
323 TouchPoint TouchInputEvent::GetTouchById(PP_TouchListType list,
331 TouchPoint TouchInputEvent::GetTouchByIndex(PP_TouchListType list,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 96 virtual void AddTouchPoint(PP_TouchListType list,
98 virtual uint32_t GetTouchCount(PP_TouchListType list) OVERRIDE;
99 virtual PP_TouchPoint GetTouchByIndex(PP_TouchListType list,
101 virtual PP_TouchPoint GetTouchById(PP_TouchListType list,
ppb_input_event_shared.cc 120 void PPB_InputEvent_Shared::AddTouchPoint(PP_TouchListType list,
137 uint32_t PPB_InputEvent_Shared::GetTouchCount(PP_TouchListType list) {
150 PP_TouchPoint PPB_InputEvent_Shared::GetTouchByIndex(PP_TouchListType list,
172 PP_TouchPoint PPB_InputEvent_Shared::GetTouchById(PP_TouchListType list,
  /external/chromium_org/ppapi/c/
ppb_input_event.h 813 } PP_TouchListType
    [all...]
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 838 enum PP_TouchListType {
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 324 milliseconds