HomeSort by relevance Sort by last modified time
    Searched full:event_dispatcher_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/protocol/
connection_to_client.cc 126 event_dispatcher_.reset(new HostEventDispatcher());
127 event_dispatcher_->Init(
131 event_dispatcher_->set_input_stub(input_stub_);
132 event_dispatcher_->set_sequence_number_callback(base::Bind(
185 if (!event_dispatcher_.get() || !event_dispatcher_->is_connected())
203 event_dispatcher_.reset();
connection_to_host.cc 170 event_dispatcher_.reset(new ClientEventDispatcher());
171 event_dispatcher_->Init(
248 if (!event_dispatcher_.get() || !event_dispatcher_->is_connected())
261 event_forwarder_.set_input_stub(event_dispatcher_.get());
272 event_dispatcher_.reset();
connection_to_client.h 131 scoped_ptr<HostEventDispatcher> event_dispatcher_; member in class:remoting::protocol::ConnectionToClient
connection_to_host.h 162 scoped_ptr<ClientEventDispatcher> event_dispatcher_; member in class:remoting::protocol::ConnectionToHost

Completed in 361 milliseconds