Searched refs:SimulateInputEvent (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_testing_private.h115 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event); member in struct:PPB_Testing_Private_1_0
/external/chromium_org/ppapi/tests/
H A Dtest_ime_input_event.cc205 SimulateInputEvent(pp::MouseInputEvent(
220 bool TestImeInputEvent::SimulateInputEvent(const pp::InputEvent& input_event) { function in class:TestImeInputEvent
223 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
334 ASSERT_TRUE(SimulateInputEvent(update_event));
335 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
362 ASSERT_TRUE(SimulateInputEvent(update_event));
363 ASSERT_TRUE(SimulateInputEvent(CreateImeCompositionEndEvent(std::string())));
391 ASSERT_TRUE(SimulateInputEvent(update_event));
392 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
418 ASSERT_TRUE(SimulateInputEvent(update_even
[all...]
H A Dtest_input_event.cc185 bool TestInputEvent::SimulateInputEvent( function in class:TestInputEvent
189 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
331 SimulateInputEvent(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN,
334 SimulateInputEvent(CreateWheelEvent()));
336 SimulateInputEvent(CreateKeyEvent(PP_INPUTEVENT_TYPE_KEYDOWN,
339 SimulateInputEvent(CreateCharEvent(kSpaceString)));
340 ASSERT_TRUE(SimulateInputEvent(CreateTouchEvent(PP_INPUTEVENT_TYPE_TOUCHSTART,
350 SimulateInputEvent(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN,
353 SimulateInputEvent(CreateWheelEvent()));
355 SimulateInputEvent(CreateKeyEven
[all...]
H A Dtest_ime_input_event.h40 bool SimulateInputEvent(const pp::InputEvent& input_event);
H A Dtest_input_event.h43 bool SimulateInputEvent(const pp::InputEvent& input_event);
H A Dtest_mouse_lock.cc77 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
H A Dtest_fullscreen.cc167 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
/external/chromium_org/ppapi/api/private/
H A Dppb_testing_private.idl101 void SimulateInputEvent([in] PP_Instance instance,
/external/chromium_org/ppapi/proxy/
H A Dppb_testing_proxy.cc83 void SimulateInputEvent(PP_Instance instance_id, PP_Resource input_event) { function in namespace:ppapi::proxy::__anon10187
136 &SimulateInputEvent,
208 ppb_testing_impl_->SimulateInputEvent(instance,
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc252 void SimulateInputEvent(PP_Instance instance, PP_Resource input_event) { function in namespace:content::__anon8534
263 plugin_instance->SimulateInputEvent(input_event_data);
295 &SimulateInputEvent,
H A Dpepper_plugin_instance_impl.h327 void SimulateInputEvent(const ppapi::InputEventData& input_event);
H A Dpepper_plugin_instance_impl.cc1992 void PepperPluginInstanceImpl::SimulateInputEvent( function in class:content::PepperPluginInstanceImpl
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3543 iface->SimulateInputEvent(instance, input_event);
5015 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_event))&Pnacl_M33_PPB_Testing_Private_SimulateInputEvent,

Completed in 523 milliseconds