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

  /external/chromium_org/ppapi/tests/
test_input_event.cc 32 void TestInputEvent::RunTests(const std::string& filter) {
47 TestInputEvent::TestInputEvent(TestingInstance* instance)
61 TestInputEvent::~TestInputEvent() {
72 bool TestInputEvent::Init() {
119 pp::InputEvent TestInputEvent::CreateMouseEvent(
133 pp::InputEvent TestInputEvent::CreateWheelEvent() {
143 pp::InputEvent TestInputEvent::CreateKeyEvent(PP_InputEvent_Type type,
154 pp::InputEvent TestInputEvent::CreateCharEvent(const std::string& text)
    [all...]
test_input_event.h 19 class TestInputEvent : public TestCase {
21 explicit TestInputEvent(TestingInstance* instance);
22 ~TestInputEvent();

Completed in 44 milliseconds