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) {
48 TestInputEvent::TestInputEvent(TestingInstance* instance)
64 TestInputEvent::~TestInputEvent() {
75 bool TestInputEvent::Init() {
125 pp::InputEvent TestInputEvent::CreateMouseEvent(
139 pp::InputEvent TestInputEvent::CreateWheelEvent() {
149 pp::InputEvent TestInputEvent::CreateKeyEvent(PP_InputEvent_Type type,
162 pp::InputEvent TestInputEvent::CreateCharEvent(const std::string& text)
    [all...]
test_input_event.h 20 class TestInputEvent : public TestCase {
22 explicit TestInputEvent(TestingInstance* instance);
23 ~TestInputEvent();

Completed in 165 milliseconds