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

  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 23 wheel_ticks(PP_MakeFloatPoint(0.0f, 0.0f)),
88 return data_.wheel_ticks;
319 const PP_FloatPoint* wheel_ticks,
326 data.wheel_ticks = *wheel_ticks;
ppb_input_event_shared.h 40 PP_FloatPoint wheel_ticks; member in struct:ppapi::InputEventData
137 const PP_FloatPoint* wheel_ticks,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 298 const PP_FloatPoint* wheel_ticks,
302 wheel_delta, wheel_ticks, scroll_by_page);
resource_creation_impl.h 137 const PP_FloatPoint* wheel_ticks,
event_conversion.cc 215 result.wheel_ticks.x = mouse_wheel_event.wheelTicksX;
216 result.wheel_ticks.y = mouse_wheel_event.wheelTicksY;
437 mouse_wheel_event->wheelTicksX = event.wheel_ticks.x;
438 mouse_wheel_event->wheelTicksY = event.wheel_ticks.y;
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 90 const PP_FloatPoint* wheel_ticks,
resource_creation_proxy.cc 178 const PP_FloatPoint* wheel_ticks,
182 wheel_delta, wheel_ticks, scroll_by_page);
ppapi_messages.h 277 IPC_STRUCT_TRAITS_MEMBER(wheel_ticks)
    [all...]
  /external/chromium_org/ppapi/cpp/
input_event.cc 156 const FloatPoint& wheel_ticks,
163 &wheel_delta.pp_float_point(), &wheel_ticks.pp_float_point(),
input_event.h 193 /// @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
202 const FloatPoint& wheel_ticks,
  /external/chromium_org/ppapi/thunk/
resource_creation_api.h 102 const PP_FloatPoint* wheel_ticks,
ppb_input_event_thunk.cc 194 const PP_FloatPoint* wheel_ticks,
202 wheel_ticks, scroll_by_page);
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 622 * @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
634 [in] PP_FloatPoint wheel_ticks,
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 606 * @param[in] wheel_ticks The number of "clicks" of the scroll wheel that
618 const struct PP_FloatPoint* wheel_ticks,
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 261 milliseconds