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

  /external/chromium_org/ui/wm/core/
compound_event_filter_unittest.cc 68 DispatchEventUsingWindowDispatcher(&key);
75 DispatchEventUsingWindowDispatcher(&enter);
81 DispatchEventUsingWindowDispatcher(&move);
87 DispatchEventUsingWindowDispatcher(&real_move);
93 DispatchEventUsingWindowDispatcher(&key);
99 DispatchEventUsingWindowDispatcher(&key);
106 DispatchEventUsingWindowDispatcher(&exit);
129 DispatchEventUsingWindowDispatcher(&mouse0);
136 DispatchEventUsingWindowDispatcher(&press0);
140 DispatchEventUsingWindowDispatcher(&move)
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 660 DispatchEventUsingWindowDispatcher(&press);
682 DispatchEventUsingWindowDispatcher(&release);
715 DispatchEventUsingWindowDispatcher(&press);
733 DispatchEventUsingWindowDispatcher(&release);
758 DispatchEventUsingWindowDispatcher(&press);
774 DispatchEventUsingWindowDispatcher(&release);
799 DispatchEventUsingWindowDispatcher(&press);
815 DispatchEventUsingWindowDispatcher(&move);
831 DispatchEventUsingWindowDispatcher(&release);
856 DispatchEventUsingWindowDispatcher(&press)
    [all...]
  /external/chromium_org/ui/aura/test/
aura_test_base.h 41 bool DispatchEventUsingWindowDispatcher(ui::Event* event);
aura_test_base.cc 100 bool AuraTestBase::DispatchEventUsingWindowDispatcher(ui::Event* event) {
  /external/chromium_org/ui/aura/
window_event_dispatcher_unittest.cc 122 DispatchEventUsingWindowDispatcher(&event1);
165 DispatchEventUsingWindowDispatcher(event.get());
175 DispatchEventUsingWindowDispatcher(event.get());
185 DispatchEventUsingWindowDispatcher(event.get());
195 DispatchEventUsingWindowDispatcher(event.get());
205 DispatchEventUsingWindowDispatcher(event.get());
350 DispatchEventUsingWindowDispatcher(&unknown_event);
356 DispatchEventUsingWindowDispatcher(&known_event);
363 DispatchEventUsingWindowDispatcher(&ime_event);
371 DispatchEventUsingWindowDispatcher(&unknown_key_with_char_event)
    [all...]
window_targeter_unittest.cc 75 DispatchEventUsingWindowDispatcher(&press);
79 DispatchEventUsingWindowDispatcher(&press);
window_unittest.cc 784 DispatchEventUsingWindowDispatcher(&touchev);
800 DispatchEventUsingWindowDispatcher(&touchev2);
823 DispatchEventUsingWindowDispatcher(&press1);
837 DispatchEventUsingWindowDispatcher(&move);
845 DispatchEventUsingWindowDispatcher(&release);
852 DispatchEventUsingWindowDispatcher(&press2);
876 DispatchEventUsingWindowDispatcher(&press);
892 DispatchEventUsingWindowDispatcher(&move);
906 DispatchEventUsingWindowDispatcher(&move2);
915 DispatchEventUsingWindowDispatcher(&release)
    [all...]
  /external/chromium_org/ui/views/corewm/
capture_controller_unittest.cc 102 DispatchEventUsingWindowDispatcher(&mouse_pressed_event);

Completed in 215 milliseconds