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

  /external/chromium_org/ui/aura/test/
test_window_delegate.cc 139 // EventCountDelegate
141 EventCountDelegate::EventCountDelegate()
152 void EventCountDelegate::OnKeyEvent(ui::KeyEvent* event) {
164 void EventCountDelegate::OnMouseEvent(ui::MouseEvent* event) {
186 void EventCountDelegate::OnGestureEvent(ui::GestureEvent* event) {
190 std::string EventCountDelegate::GetMouseMotionCountsAndReset() {
201 std::string EventCountDelegate::GetMouseButtonCountsAndReset() {
211 std::string EventCountDelegate::GetKeyCountsAndReset() {
220 int EventCountDelegate::GetGestureCountAndReset()
    [all...]
test_window_delegate.h 111 class EventCountDelegate : public TestWindowDelegate {
113 EventCountDelegate();
145 DISALLOW_COPY_AND_ASSIGN(EventCountDelegate);

Completed in 733 milliseconds