Home
last modified time | relevance | path

Searched refs:GetWheelScrollByPage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_input_event_api.h35 virtual PP_Bool GetWheelScrollByPage() = 0;
Dppb_input_event_thunk.cc229 PP_Bool GetWheelScrollByPage(PP_Resource wheel_event) { in GetWheelScrollByPage() function
234 return enter.object()->GetWheelScrollByPage(); in GetWheelScrollByPage()
242 &GetWheelScrollByPage
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.h88 virtual PP_Bool GetWheelScrollByPage() OVERRIDE;
Dppb_input_event_shared.cc83 PP_Bool PPB_InputEvent_Shared::GetWheelScrollByPage() { in GetWheelScrollByPage() function in ppapi::PPB_InputEvent_Shared