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

  /external/chromium_org/ppapi/c/dev/
ppb_testing_dev.h 119 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event);
169 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event);
180 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event);
193 void (*SimulateInputEvent)(PP_Instance instance, PP_Resource input_event);
  /external/chromium_org/ppapi/tests/
test_ime_input_event.cc 204 SimulateInputEvent(pp::MouseInputEvent(
219 bool TestImeInputEvent::SimulateInputEvent(const pp::InputEvent& input_event) {
222 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
333 ASSERT_TRUE(SimulateInputEvent(update_event));
334 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
361 ASSERT_TRUE(SimulateInputEvent(update_event));
362 ASSERT_TRUE(SimulateInputEvent(CreateImeCompositionEndEvent(std::string())));
390 ASSERT_TRUE(SimulateInputEvent(update_event));
391 ASSERT_TRUE(SimulateInputEvent(CreateImeTextEvent(kCompositionText)));
417 ASSERT_TRUE(SimulateInputEvent(update_event))
    [all...]
test_input_event.cc 186 bool TestInputEvent::SimulateInputEvent(
190 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
332 SimulateInputEvent(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN,
335 SimulateInputEvent(CreateWheelEvent()));
337 SimulateInputEvent(CreateKeyEvent(PP_INPUTEVENT_TYPE_KEYDOWN,
340 SimulateInputEvent(CreateCharEvent(kSpaceString)));
341 ASSERT_TRUE(SimulateInputEvent(CreateTouchEvent(PP_INPUTEVENT_TYPE_TOUCHSTART,
351 SimulateInputEvent(CreateMouseEvent(PP_INPUTEVENT_TYPE_MOUSEDOWN,
354 SimulateInputEvent(CreateWheelEvent()));
356 SimulateInputEvent(CreateKeyEvent(PP_INPUTEVENT_TYPE_KEYDOWN
    [all...]
test_ime_input_event.h 40 bool SimulateInputEvent(const pp::InputEvent& input_event);
test_input_event.h 43 bool SimulateInputEvent(const pp::InputEvent& input_event);
test_mouse_lock.cc 77 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
test_fullscreen.cc 170 testing_interface_->SimulateInputEvent(instance_->pp_instance(),
  /external/chromium_org/ppapi/api/dev/
ppb_testing_dev.idl 106 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,
219 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);
290 &SimulateInputEvent,
pepper_plugin_instance_impl.h 323 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 2741 milliseconds