Home
last modified time | relevance | path

Searched refs:TestInputEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_input_event.cc31 void TestInputEvent::RunTests(const std::string& filter) { in RunTests()
46 TestInputEvent::TestInputEvent(TestingInstance* instance) in TestInputEvent() function in TestInputEvent
60 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 …]
Dtest_input_event.h19 class TestInputEvent : public TestCase {
21 explicit TestInputEvent(TestingInstance* instance);
22 ~TestInputEvent();