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

  /external/chromium_org/ui/aura/
window_event_dispatcher.h 68 void RepostEvent(const ui::LocatedEvent& event);
window_event_dispatcher_unittest.cc 137 TEST_F(WindowEventDispatcherTest, RepostEvent) {
138 // Test RepostEvent in RootWindow. It only works for Mouse Press.
144 host()->dispatcher()->RepostEvent(event);
624 host()->dispatcher()->RepostEvent(press_event);
625 RunAllPendingInMessageLoop(); // Necessitated by RepostEvent().
    [all...]
window_event_dispatcher.cc 98 void WindowEventDispatcher::RepostEvent(const ui::LocatedEvent& event) {
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 124 root->GetHost()->dispatcher()->RepostEvent(clone);
menu_controller.h 446 void RepostEvent(SubmenuView* source, const ui::LocatedEvent& event);
menu_controller.cc 904 RepostEvent(source, event);
924 // RepostEvent after Cancel so that mouse capture has been released so
926 RepostEvent(source, event);
    [all...]

Completed in 107 milliseconds