Searched refs:GetTicks (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dinput_event.h226 /// GetTicks() returns the number of "clicks" of the scroll wheel
243 FloatPoint GetTicks() const;
H A Dinput_event.cc173 FloatPoint WheelInputEvent::GetTicks() const { function in class:pp::WheelInputEvent
176 return get_interface<PPB_WheelInputEvent_1_0>()->GetTicks(pp_resource());
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc116 pp::FloatPoint ticks = pp_wheel_event.GetTicks();
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc186 wheel_event.GetTicks().x(),
187 wheel_event.GetTicks().y(),
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc234 pp::FloatPoint(wheel_input_event_interface_->GetTicks(received)) ==
235 pp::FloatPoint(wheel_input_event_interface_->GetTicks(expected)) &&
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl675 * GetTicks() returns the number of "clicks" of the scroll wheel
696 PP_FloatPoint GetTicks([in] PP_Resource wheel_event);
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h656 * GetTicks() returns the number of "clicks" of the scroll wheel
677 struct PP_FloatPoint (*GetTicks)(PP_Resource wheel_event); member in struct:PPB_WheelInputEvent_1_0
/external/chromium_org/base/time/
H A Dtime_unittest.cc595 static void HighResClockTest(TimeTicks (*GetTicks)()) { argument
617 TimeTicks ticks_start = GetTicks();
622 delta = GetTicks() - ticks_start;
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc706 PP_FloatPoint ticks = wheel.GetTicks();
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
H A Dearth.cc762 PP_FloatPoint ticks = wheel.GetTicks();
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c798 *_struct_result = iface->GetTicks(wheel_event);
4048 .GetTicks = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_WheelInputEvent_GetTicks,

Completed in 1086 milliseconds