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

  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 24 wheel_ticks(PP_MakeFloatPoint(0.0f, 0.0f)),
80 return data_.wheel_ticks;
321 const PP_FloatPoint* wheel_ticks,
328 data.wheel_ticks = *wheel_ticks;
ppb_input_event_shared.h 41 PP_FloatPoint wheel_ticks; member in struct:ppapi::InputEventData
139 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/cpp/
input_event.h 193 /// @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
202 const FloatPoint& wheel_ticks,
input_event.cc 160 const FloatPoint& wheel_ticks,
167 &wheel_delta.pp_float_point(), &wheel_ticks.pp_float_point(),
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 332 const PP_FloatPoint* wheel_ticks,
339 wheel_ticks,
event_conversion.cc 210 result.wheel_ticks.x = mouse_wheel_event.wheelTicksX;
211 result.wheel_ticks.y = mouse_wheel_event.wheelTicksY;
454 mouse_wheel_event->wheelTicksX = event.wheel_ticks.x;
455 mouse_wheel_event->wheelTicksY = event.wheel_ticks.y;
resource_creation_impl.h 143 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 621 * @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
633 [in] PP_FloatPoint wheel_ticks,
    [all...]
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc 185 const PP_FloatPoint* wheel_ticks,
189 wheel_delta, wheel_ticks, scroll_by_page);
resource_creation_proxy.h 95 const PP_FloatPoint* wheel_ticks,
ppapi_messages.h 353 IPC_STRUCT_TRAITS_MEMBER(wheel_ticks)
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 194 const PP_FloatPoint* wheel_ticks,
202 wheel_ticks, scroll_by_page);
resource_creation_api.h 108 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.cc 118 const PP_FloatPoint* wheel_ticks,
resource_creation_impl.h 77 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/ppapi/c/
ppb_input_event.h 605 * @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
617 const struct PP_FloatPoint* wheel_ticks,
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 578 milliseconds