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

/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc195 bool TestInputEvent::SimulateInputEvent( function in class:TestInputEvent
199 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
340 ASSERT_TRUE(SimulateInputEvent(CreateTouchEvent(PP_INPUTEVENT_TYPE_TOUCHSTART,
349 ASSERT_TRUE(SimulateInputEvent(CreateTouchEvent(PP_INPUTEVENT_TYPE_TOUCHSTART,
367 SimulateInputEvent(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN,
370 SimulateInputEvent(CreateWheelEvent()));
372 SimulateInputEvent(CreateKeyEvent(PP_INPUTEVENT_TYPE_KEYDOWN,
375 SimulateInputEvent(CreateCharEvent(kSpaceString)));
376 ASSERT_TRUE(SimulateInputEvent(CreateTouchEvent(PP_INPUTEVENT_TYPE_TOUCHSTART,
386 SimulateInputEvent(CreateMouseEven
[all...]
H A Dtest_ime_input_event.cc206 SimulateInputEvent(pp::MouseInputEvent(
221 bool TestImeInputEvent::SimulateInputEvent(const pp::InputEvent& input_event) { function in class:TestImeInputEvent
224 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
335 ASSERT_TRUE(SimulateInputEvent(update_event));
336 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
363 ASSERT_TRUE(SimulateInputEvent(update_event));
364 ASSERT_TRUE(SimulateInputEvent(CreateImeCompositionEndEvent(std::string())));
392 ASSERT_TRUE(SimulateInputEvent(update_event));
393 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
419 ASSERT_TRUE(SimulateInputEvent(update_even
[all...]
H A Dtest_ime_input_event.h40 bool SimulateInputEvent(const pp::InputEvent& input_event);
H A Dtest_input_event.h44 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/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/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::__anon10123
141 &SimulateInputEvent,
214 ppb_testing_impl_->SimulateInputEvent(instance,
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc247 void SimulateInputEvent(PP_Instance instance, PP_Resource input_event) { function in namespace:content::__anon7806
258 plugin_instance->SimulateInputEvent(input_event_data);
292 &IsOutOfProcess, &SimulateInputEvent,
H A Dpepper_plugin_instance_impl.h338 void SimulateInputEvent(const ppapi::InputEventData& input_event);
H A Dpepper_plugin_instance_impl.cc2214 void PepperPluginInstanceImpl::SimulateInputEvent( function in class:content::PepperPluginInstanceImpl
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c4132 iface->SimulateInputEvent(instance, input_event);
5630 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_event))&Pnacl_M33_PPB_Testing_Private_SimulateInputEvent,

Completed in 201 milliseconds