Searched refs:incoming_events_ (Results 1 – 1 of 1) sorted by relevance
107 (incoming_events_.empty() || (block_on_event_ && blocked_)); in IsIdle()187 incoming_events_.emplace(std::move(event)); in EnqueueEvent()253 while (!incoming_events_.empty()) { in ProcessEvents()255 incoming_events_.front()->type() == blocked_event_type_) { in ProcessEvents()262 ScopedEvent event = std::move(incoming_events_.front()); in ProcessEvents()263 incoming_events_.pop(); in ProcessEvents()295 base::queue<ScopedEvent> incoming_events_; member in mojo::core::ports::test::__anon67d3a0c30111::TestNode