PP_FloatPoint     296 content/renderer/pepper/resource_creation_impl.cc     const PP_FloatPoint* wheel_delta,
PP_FloatPoint     297 content/renderer/pepper/resource_creation_impl.cc     const PP_FloatPoint* wheel_ticks,
PP_FloatPoint     141 content/renderer/pepper/resource_creation_impl.h       const PP_FloatPoint* wheel_delta,
PP_FloatPoint     142 content/renderer/pepper/resource_creation_impl.h       const PP_FloatPoint* wheel_ticks,
PP_FloatPoint     117 mojo/examples/pepper_container_app/resource_creation_impl.cc     const PP_FloatPoint* wheel_delta,
PP_FloatPoint     118 mojo/examples/pepper_container_app/resource_creation_impl.cc     const PP_FloatPoint* wheel_ticks,
PP_FloatPoint      76 mojo/examples/pepper_container_app/resource_creation_impl.h       const PP_FloatPoint* wheel_delta,
PP_FloatPoint      77 mojo/examples/pepper_container_app/resource_creation_impl.h       const PP_FloatPoint* wheel_ticks,
PP_FloatPoint     712 native_client_sdk/src/examples/demo/earth/earth.cc         PP_FloatPoint ticks = wheel.GetTicks();
PP_FloatPoint     765 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc       PP_FloatPoint ticks = wheel.GetTicks();
PP_FloatPoint      50 ppapi/c/pp_point.h PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_FloatPoint, 8);
PP_FloatPoint      78 ppapi/c/pp_point.h PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) {
PP_FloatPoint      79 ppapi/c/pp_point.h   struct PP_FloatPoint ret;
PP_FloatPoint      44 ppapi/c/pp_touch_point.h   struct PP_FloatPoint position;
PP_FloatPoint      49 ppapi/c/pp_touch_point.h   struct PP_FloatPoint radius;
PP_FloatPoint     618 ppapi/c/ppb_input_event.h                         const struct PP_FloatPoint* wheel_delta,
PP_FloatPoint     619 ppapi/c/ppb_input_event.h                         const struct PP_FloatPoint* wheel_ticks,
PP_FloatPoint     655 ppapi/c/ppb_input_event.h   struct PP_FloatPoint (*GetDelta)(PP_Resource wheel_event);
PP_FloatPoint     678 ppapi/c/ppb_input_event.h   struct PP_FloatPoint (*GetTicks)(PP_Resource wheel_event);
PP_FloatPoint     180 ppapi/cpp/point.h   FloatPoint(const PP_FloatPoint& point) {  // Implicit.
PP_FloatPoint     190 ppapi/cpp/point.h   operator PP_FloatPoint() const {
PP_FloatPoint     197 ppapi/cpp/point.h   const PP_FloatPoint& pp_float_point() const {
PP_FloatPoint     204 ppapi/cpp/point.h   PP_FloatPoint& pp_float_point() {
PP_FloatPoint     289 ppapi/cpp/point.h   PP_FloatPoint float_point_;
PP_FloatPoint     838 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M13_PPB_WheelInputEvent_Create(PP_Instance instance, PP_TimeTicks time_stamp, uint32_t modifiers, const struct PP_FloatPoint* wheel_delta, const struct PP_FloatPoint* wheel_ticks, PP_Bool scroll_by_page) {
PP_FloatPoint     848 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_WheelInputEvent_GetDelta(struct PP_FloatPoint* _struct_result, PP_Resource wheel_event) {
PP_FloatPoint     853 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M13_PPB_WheelInputEvent_GetTicks(struct PP_FloatPoint* _struct_result, PP_Resource wheel_event) {
PP_FloatPoint    4452 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_TimeTicks time_stamp, uint32_t modifiers, const struct PP_FloatPoint* wheel_delta, const struct PP_FloatPoint* wheel_ticks, PP_Bool scroll_by_page))&Pnacl_M13_PPB_WheelInputEvent_Create,
PP_FloatPoint    4454 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetDelta = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_WheelInputEvent_GetDelta,
PP_FloatPoint    4455 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetTicks = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_WheelInputEvent_GetTicks,
PP_FloatPoint     129 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint)
PP_FloatPoint     181 ppapi/proxy/resource_creation_proxy.cc     const PP_FloatPoint* wheel_delta,
PP_FloatPoint     182 ppapi/proxy/resource_creation_proxy.cc     const PP_FloatPoint* wheel_ticks,
PP_FloatPoint      94 ppapi/proxy/resource_creation_proxy.h       const PP_FloatPoint* wheel_delta,
PP_FloatPoint      95 ppapi/proxy/resource_creation_proxy.h       const PP_FloatPoint* wheel_ticks,
PP_FloatPoint      74 ppapi/shared_impl/ppb_input_event_shared.cc PP_FloatPoint PPB_InputEvent_Shared::GetWheelDelta() {
PP_FloatPoint      78 ppapi/shared_impl/ppb_input_event_shared.cc PP_FloatPoint PPB_InputEvent_Shared::GetWheelTicks() {
PP_FloatPoint     305 ppapi/shared_impl/ppb_input_event_shared.cc     const PP_FloatPoint* wheel_delta,
PP_FloatPoint     306 ppapi/shared_impl/ppb_input_event_shared.cc     const PP_FloatPoint* wheel_ticks,
PP_FloatPoint      39 ppapi/shared_impl/ppb_input_event_shared.h   PP_FloatPoint wheel_delta;
PP_FloatPoint      40 ppapi/shared_impl/ppb_input_event_shared.h   PP_FloatPoint wheel_ticks;
PP_FloatPoint      83 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_FloatPoint GetWheelDelta() OVERRIDE;
PP_FloatPoint      84 ppapi/shared_impl/ppb_input_event_shared.h   virtual PP_FloatPoint GetWheelTicks() OVERRIDE;
PP_FloatPoint     134 ppapi/shared_impl/ppb_input_event_shared.h                                            const PP_FloatPoint* wheel_delta,
PP_FloatPoint     135 ppapi/shared_impl/ppb_input_event_shared.h                                            const PP_FloatPoint* wheel_ticks,
PP_FloatPoint      33 ppapi/thunk/ppb_input_event_api.h   virtual PP_FloatPoint GetWheelDelta() = 0;
PP_FloatPoint      34 ppapi/thunk/ppb_input_event_api.h   virtual PP_FloatPoint GetWheelTicks() = 0;
PP_FloatPoint     193 ppapi/thunk/ppb_input_event_thunk.cc                                   const PP_FloatPoint* wheel_delta,
PP_FloatPoint     194 ppapi/thunk/ppb_input_event_thunk.cc                                   const PP_FloatPoint* wheel_ticks,
PP_FloatPoint     213 ppapi/thunk/ppb_input_event_thunk.cc PP_FloatPoint GetWheelDelta(PP_Resource wheel_event) {
PP_FloatPoint     221 ppapi/thunk/ppb_input_event_thunk.cc PP_FloatPoint GetWheelTicks(PP_Resource wheel_event) {
PP_FloatPoint     106 ppapi/thunk/resource_creation_api.h       const PP_FloatPoint* wheel_delta,
PP_FloatPoint     107 ppapi/thunk/resource_creation_api.h       const PP_FloatPoint* wheel_ticks,