Searched defs:HostEventDispatcher (Results 1 - 2 of 2) sorted by path

/external/chromium_org/remoting/protocol/
H A Dhost_event_dispatcher.cc17 HostEventDispatcher::HostEventDispatcher() function in class:remoting::protocol::HostEventDispatcher
22 HostEventDispatcher::~HostEventDispatcher() {
25 void HostEventDispatcher::OnInitialized() {
27 &HostEventDispatcher::OnMessageReceived, base::Unretained(this)));
30 void HostEventDispatcher::OnMessageReceived(
H A Dhost_event_dispatcher.h17 // HostEventDispatcher dispatches incoming messages on the event
19 class HostEventDispatcher : public ChannelDispatcherBase { class in namespace:remoting::protocol
23 HostEventDispatcher();
24 virtual ~HostEventDispatcher();
50 DISALLOW_COPY_AND_ASSIGN(HostEventDispatcher);

Completed in 314 milliseconds