Searched refs:CreateWheelInputEvent (Results 1 – 8 of 8) sorted by relevance
190 PP_Resource CreateWheelInputEvent(PP_Instance instance, in CreateWheelInputEvent() function200 return enter.functions()->CreateWheelInputEvent(instance, time_stamp, in CreateWheelInputEvent()238 &CreateWheelInputEvent,
97 virtual PP_Resource CreateWheelInputEvent(
293 PP_Resource ResourceCreationImpl::CreateWheelInputEvent( in CreateWheelInputEvent() function in content::ResourceCreationImpl300 return PPB_InputEvent_Shared::CreateWheelInputEvent( in CreateWheelInputEvent()
132 virtual PP_Resource CreateWheelInputEvent(
173 PP_Resource ResourceCreationProxy::CreateWheelInputEvent( in CreateWheelInputEvent() function in ppapi::proxy::ResourceCreationProxy180 return PPB_InputEvent_Shared::CreateWheelInputEvent( in CreateWheelInputEvent()
85 virtual PP_Resource CreateWheelInputEvent(
132 static PP_Resource CreateWheelInputEvent(ResourceObjectType type,
313 PP_Resource PPB_InputEvent_Shared::CreateWheelInputEvent( in CreateWheelInputEvent() function in ppapi::PPB_InputEvent_Shared