Searched defs:TestEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/
H A Devent_rewriter_unittest.cc21 class TestEvent : public Event { class in namespace:ui::__anon16723
23 explicit TestEvent(EventType type) function in class:ui::__anon16723::TestEvent
25 virtual ~TestEvent() {}
33 int TestEvent::next_unique_id_ = 0;
67 scoped_ptr<Event> event(new TestEvent(type));
90 rewritten_event->reset(new TestEvent(type_));
125 last_rewritten_event_ = new TestEvent(find->second.type);
137 const TestEvent* arg_last = static_cast<const TestEvent*>(&last_event);
139 const TestEvent* arg_ne
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc71 class TestEvent : public ui::Event { class in namespace:__anon4989
73 explicit TestEvent(ui::EventType type) function in class:__anon4989::TestEvent
76 virtual ~TestEvent() {
80 DISALLOW_COPY_AND_ASSIGN(TestEvent);
692 TestEvent click_event(ui::ET_MOUSE_PRESSED);
731 TestEvent click_event(ui::ET_MOUSE_PRESSED);
794 TestEvent click_event(ui::ET_MOUSE_PRESSED);
1483 TestEvent click_event(ui::ET_MOUSE_PRESSED);

Completed in 227 milliseconds