Searched refs:TestInputEvent (Results 1 – 2 of 2) sorted by relevance
31 void TestInputEvent::RunTests(const std::string& filter) { in RunTests()46 TestInputEvent::TestInputEvent(TestingInstance* instance) in TestInputEvent() function in TestInputEvent60 TestInputEvent::~TestInputEvent() { in ~TestInputEvent()71 bool TestInputEvent::Init() { in Init()118 pp::InputEvent TestInputEvent::CreateMouseEvent( in CreateMouseEvent()132 pp::InputEvent TestInputEvent::CreateWheelEvent() { in CreateWheelEvent()142 pp::InputEvent TestInputEvent::CreateKeyEvent(PP_InputEvent_Type type, in CreateKeyEvent()153 pp::InputEvent TestInputEvent::CreateCharEvent(const std::string& text) { in CreateCharEvent()163 pp::InputEvent TestInputEvent::CreateTouchEvent(PP_InputEvent_Type type, in CreateTouchEvent()176 void TestInputEvent::PostMessageBarrier() { in PostMessageBarrier()[all …]
19 class TestInputEvent : public TestCase {21 explicit TestInputEvent(TestingInstance* instance);22 ~TestInputEvent();