HomeSort by relevance Sort by last modified time
    Searched refs:SimulateInputEvent (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 115 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event);
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 206 SimulateInputEvent(pp::MouseInputEvent(
221 bool TestImeInputEvent::SimulateInputEvent(const pp::InputEvent& input_event) {
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_event))
    [all...]
test_input_event.cc 195 bool TestInputEvent::SimulateInputEvent(
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(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN
    [all...]
test_ime_input_event.h 40 bool SimulateInputEvent(const pp::InputEvent& input_event);
test_input_event.h 44 bool SimulateInputEvent(const pp::InputEvent& input_event);
test_mouse_lock.cc 77 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
test_fullscreen.cc 167 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 101 void SimulateInputEvent([in] PP_Instance instance,
  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.cc 83 void SimulateInputEvent(PP_Instance instance_id, PP_Resource input_event) {
136 &SimulateInputEvent,
208 ppb_testing_impl_->SimulateInputEvent(instance,
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 247 void SimulateInputEvent(PP_Instance instance, PP_Resource input_event) {
258 plugin_instance->SimulateInputEvent(input_event_data);
287 &IsOutOfProcess, &SimulateInputEvent,
pepper_plugin_instance_impl.h 328 void SimulateInputEvent(const ppapi::InputEventData& input_event);
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1383 milliseconds