OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostEventDispatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
host_event_dispatcher.cc
17
HostEventDispatcher
::
HostEventDispatcher
()
22
HostEventDispatcher
::~
HostEventDispatcher
() {
25
void
HostEventDispatcher
::OnInitialized() {
27
&
HostEventDispatcher
::OnMessageReceived, base::Unretained(this)));
30
void
HostEventDispatcher
::OnMessageReceived(
host_event_dispatcher.h
17
//
HostEventDispatcher
dispatches incoming messages on the event
19
class
HostEventDispatcher
: public ChannelDispatcherBase {
23
HostEventDispatcher
();
24
virtual ~
HostEventDispatcher
();
50
DISALLOW_COPY_AND_ASSIGN(
HostEventDispatcher
);
Completed in 46 milliseconds