Searched refs:held_repostable_event_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc104 held_repostable_event_.reset(
115 held_repostable_event_.reset();
674 if (!held_repostable_event_ && !held_move_event_)
681 if (held_repostable_event_) {
682 if (held_repostable_event_->type() == ui::ET_MOUSE_PRESSED) {
684 static_cast<ui::MouseEvent*>(held_repostable_event_.release()));
H A Dwindow_event_dispatcher.h254 scoped_ptr<ui::LocatedEvent> held_repostable_event_; member in class:aura::WindowEventDispatcher

Completed in 231 milliseconds