OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostChangeNotificationListener
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/
host_change_notification_listener.cc
22
HostChangeNotificationListener
::
HostChangeNotificationListener
(
37
HostChangeNotificationListener
::~
HostChangeNotificationListener
() {
41
void
HostChangeNotificationListener
::OnSignalStrategyStateChange(
45
bool
HostChangeNotificationListener
::OnSignalStrategyIncomingStanza(
68
FROM_HERE, base::Bind(&
HostChangeNotificationListener
::OnHostDeleted,
77
void
HostChangeNotificationListener
::OnHostDeleted() {
host_change_notification_listener.h
21
//
HostChangeNotificationListener
listens for messages from the remoting bot
25
class
HostChangeNotificationListener
: public SignalStrategy::Listener {
36
HostChangeNotificationListener
(Listener* listener,
40
virtual ~
HostChangeNotificationListener
();
55
base::WeakPtrFactory<
HostChangeNotificationListener
> weak_factory_;
56
DISALLOW_COPY_AND_ASSIGN(
HostChangeNotificationListener
);
Completed in 168 milliseconds