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

  /external/chromium_org/ui/aura/
window_event_dispatcher.h 210 ui::EventDispatchDetails DispatchHeldEvents() WARN_UNUSED_RESULT;
257 // Used to schedule DispatchHeldEvents() when |move_hold_count_| goes to 0.
window_event_dispatcher.cc 111 base::IgnoreResult(&WindowEventDispatcher::DispatchHeldEvents),
140 DispatchDetails details = DispatchHeldEvents();
185 // We don't want to call DispatchHeldEvents directly, because this might be
191 base::IgnoreResult(&WindowEventDispatcher::DispatchHeldEvents),
444 DispatchDetails details = DispatchHeldEvents();
583 DispatchDetails details = DispatchHeldEvents();
628 ui::EventDispatchDetails WindowEventDispatcher::DispatchHeldEvents() {
752 // fell to 0 and the DispatchHeldEvents executes. Since we're going to

Completed in 60 milliseconds