Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Droot_window.cc233 held_repostable_event_.reset( in RepostEvent()
244 held_repostable_event_.reset(); in RepostEvent()
1077 if (!held_repostable_event_ && !held_move_event_) in DispatchHeldEvents()
1084 if (held_repostable_event_) { in DispatchHeldEvents()
1085 if (held_repostable_event_->type() == ui::ET_MOUSE_PRESSED) { in DispatchHeldEvents()
1087 static_cast<ui::MouseEvent*>(held_repostable_event_.release())); in DispatchHeldEvents()
Droot_window.h381 scoped_ptr<ui::LocatedEvent> held_repostable_event_; variable