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 72 void RepostEvent(const ui::LocatedEvent& event);
window_event_dispatcher_unittest.cc 138 TEST_F(WindowEventDispatcherTest, RepostEvent) {
139 // Test RepostEvent in RootWindow. It only works for Mouse Press.
145 host()->dispatcher()->RepostEvent(event);
639 host()->dispatcher()->RepostEvent(press_event);
640 RunAllPendingInMessageLoop(); // Necessitated by RepostEvent().
    [all...]
window_event_dispatcher.cc 98 void WindowEventDispatcher::RepostEvent(const ui::LocatedEvent& event) {
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 124 root->GetHost()->dispatcher()->RepostEvent(clone);
menu_controller.h 467 void RepostEvent(SubmenuView* source, const ui::LocatedEvent& event);
menu_controller.cc 926 RepostEvent(source, event);
946 // RepostEvent after Cancel so that mouse capture has been released s
    [all...]

Completed in 1871 milliseconds