Searched refs:GetScrollByPage (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dinput_event.h245 /// GetScrollByPage() indicates if the scroll delta x/y indicates pages or
250 bool GetScrollByPage() const;
H A Dinput_event.cc183 bool WheelInputEvent::GetScrollByPage() const { function in class:pp::WheelInputEvent
187 get_interface<PPB_WheelInputEvent_1_0>()->GetScrollByPage(pp_resource()));
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc245 wheel_input_event_interface_->GetScrollByPage(received) ==
246 wheel_input_event_interface_->GetScrollByPage(expected);
/external/chromium_org/ppapi/api/
H A Dppb_input_event.idl698 * GetScrollByPage() indicates if the scroll delta x/y indicates pages or
708 PP_Bool GetScrollByPage([in] PP_Resource wheel_event);
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dinput_event.cc182 << " scroll_by_page: " << wheel_event.GetScrollByPage()
/external/chromium_org/ppapi/c/
H A Dppb_input_event.h678 * GetScrollByPage() indicates if the scroll delta x/y indicates pages or
688 PP_Bool (*GetScrollByPage)(PP_Resource wheel_event); member in struct:PPB_WheelInputEvent_1_0
/external/chromium_org/remoting/client/plugin/
H A Dpepper_input_handler.cc144 if (pp_wheel_event.GetScrollByPage())
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1004 return iface->GetScrollByPage(wheel_event);
4733 .GetScrollByPage = (PP_Bool (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_WheelInputEvent_GetScrollByPage

Completed in 527 milliseconds