OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Me2MeNativeMessagingHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h
32
class
Me2MeNativeMessagingHost
{
36
Me2MeNativeMessagingHost
(
41
virtual ~
Me2MeNativeMessagingHost
();
127
base::WeakPtr<
Me2MeNativeMessagingHost
> weak_ptr_;
128
base::WeakPtrFactory<
Me2MeNativeMessagingHost
> weak_factory_;
130
DISALLOW_COPY_AND_ASSIGN(
Me2MeNativeMessagingHost
);
133
// Creates a
Me2MeNativeMessagingHost
instance, attaches it to stdin/stdout and
134
// runs the message loop until
Me2MeNativeMessagingHost
signals shutdown.
me2me_native_messaging_host.cc
55
Me2MeNativeMessagingHost
::
Me2MeNativeMessagingHost
(
68
Me2MeNativeMessagingHost
::~
Me2MeNativeMessagingHost
() {
72
void
Me2MeNativeMessagingHost
::Start(
77
base::Bind(&
Me2MeNativeMessagingHost
::ProcessMessage, weak_ptr_),
81
void
Me2MeNativeMessagingHost
::ProcessMessage(
141
bool
Me2MeNativeMessagingHost
::ProcessHello(
155
bool
Me2MeNativeMessagingHost
::ProcessClearPairedClients(
162
base::Bind(&
Me2MeNativeMessagingHost
::SendBooleanResult, weak_ptr_
[
all
...]
Completed in 22 milliseconds