Searched refs:Me2MeNativeMessagingHost (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.cc72 Me2MeNativeMessagingHost::Me2MeNativeMessagingHost( function in class:remoting::Me2MeNativeMessagingHost
89 Me2MeNativeMessagingHost::~Me2MeNativeMessagingHost() {
93 void Me2MeNativeMessagingHost::Start(
100 base::Bind(&Me2MeNativeMessagingHost::ProcessRequest, weak_ptr_),
101 base::Bind(&Me2MeNativeMessagingHost::Stop, weak_ptr_));
104 void Me2MeNativeMessagingHost::ProcessRequest(
161 void Me2MeNativeMessagingHost::ProcessHello(
174 void Me2MeNativeMessagingHost
[all...]
H A Dme2me_native_messaging_host.h37 class Me2MeNativeMessagingHost { class in namespace:remoting
41 Me2MeNativeMessagingHost(
48 virtual ~Me2MeNativeMessagingHost();
137 void Me2MeNativeMessagingHost::EnsureElevatedHostCreated();
150 base::OneShotTimer<Me2MeNativeMessagingHost> elevated_host_timer_;
173 base::WeakPtr<Me2MeNativeMessagingHost> weak_ptr_;
174 base::WeakPtrFactory<Me2MeNativeMessagingHost> weak_factory_;
176 DISALLOW_COPY_AND_ASSIGN(Me2MeNativeMessagingHost);
179 // Creates a Me2MeNativeMessagingHost instance, attaches it to stdin/stdout and
180 // runs the message loop until Me2MeNativeMessagingHost signal
[all...]
H A Dme2me_native_messaging_host_main.cc239 scoped_ptr<Me2MeNativeMessagingHost> host(
240 new Me2MeNativeMessagingHost(
H A Dme2me_native_messaging_host_unittest.cc209 // Unused - Me2MeNativeMessagingHost returns the compiled-in version string
253 // Me2MeNativeMessagingHost reads from input_read_handle and writes to
257 // unittest -> [input] -> Me2MeNativeMessagingHost -> [output] -> unittest
270 scoped_ptr<remoting::Me2MeNativeMessagingHost> host_;
330 host_.reset(new Me2MeNativeMessagingHost(
/external/chromium_org/tools/valgrind/tsan/
H A Dsuppressions_win32.txt324 fun:remoting::Me2MeNativeMessagingHost::ProcessGenerateKeyPair
325 fun:remoting::Me2MeNativeMessagingHost::ProcessRequest

Completed in 92 milliseconds