NativeMessagingChannel 44 remoting/host/it2me/it2me_native_messaging_host.cc scoped_ptr<NativeMessagingChannel> channel, NativeMessagingChannel 26 remoting/host/it2me/it2me_native_messaging_host.h scoped_ptr<NativeMessagingChannel> channel, NativeMessagingChannel 59 remoting/host/it2me/it2me_native_messaging_host.h scoped_ptr<NativeMessagingChannel> channel_; NativeMessagingChannel 114 remoting/host/it2me/it2me_native_messaging_host_main.cc scoped_ptr<NativeMessagingChannel> channel( NativeMessagingChannel 115 remoting/host/it2me/it2me_native_messaging_host_main.cc new NativeMessagingChannel(read_file, write_file)); NativeMessagingChannel 435 remoting/host/it2me/it2me_native_messaging_host_unittest.cc scoped_ptr<NativeMessagingChannel> channel( NativeMessagingChannel 436 remoting/host/it2me/it2me_native_messaging_host_unittest.cc new NativeMessagingChannel(input_read_handle, output_write_handle)); NativeMessagingChannel 47 remoting/host/native_messaging/native_messaging_channel.cc NativeMessagingChannel::NativeMessagingChannel( NativeMessagingChannel 57 remoting/host/native_messaging/native_messaging_channel.cc NativeMessagingChannel::~NativeMessagingChannel() { NativeMessagingChannel 60 remoting/host/native_messaging/native_messaging_channel.cc void NativeMessagingChannel::Start(const SendMessageCallback& received_message, NativeMessagingChannel 70 remoting/host/native_messaging/native_messaging_channel.cc base::Bind(&NativeMessagingChannel::ProcessMessage, weak_ptr_), NativeMessagingChannel 71 remoting/host/native_messaging/native_messaging_channel.cc base::Bind(&NativeMessagingChannel::Shutdown, weak_ptr_)); NativeMessagingChannel 74 remoting/host/native_messaging/native_messaging_channel.cc void NativeMessagingChannel::ProcessMessage(scoped_ptr<base::Value> message) { NativeMessagingChannel 88 remoting/host/native_messaging/native_messaging_channel.cc void NativeMessagingChannel::SendMessage( NativeMessagingChannel 103 remoting/host/native_messaging/native_messaging_channel.cc void NativeMessagingChannel::Shutdown() { NativeMessagingChannel 26 remoting/host/native_messaging/native_messaging_channel.h class NativeMessagingChannel : public base::NonThreadSafe { NativeMessagingChannel 34 remoting/host/native_messaging/native_messaging_channel.h NativeMessagingChannel(base::PlatformFile input, base::PlatformFile output); NativeMessagingChannel 35 remoting/host/native_messaging/native_messaging_channel.h ~NativeMessagingChannel(); NativeMessagingChannel 60 remoting/host/native_messaging/native_messaging_channel.h base::WeakPtr<NativeMessagingChannel> weak_ptr_; NativeMessagingChannel 61 remoting/host/native_messaging/native_messaging_channel.h base::WeakPtrFactory<NativeMessagingChannel> weak_factory_; NativeMessagingChannel 63 remoting/host/native_messaging/native_messaging_channel.h DISALLOW_COPY_AND_ASSIGN(NativeMessagingChannel); NativeMessagingChannel 75 remoting/host/setup/me2me_native_messaging_host.cc scoped_ptr<NativeMessagingChannel> channel, NativeMessagingChannel 663 remoting/host/setup/me2me_native_messaging_host.cc elevated_channel_.reset(new NativeMessagingChannel( NativeMessagingChannel 39 remoting/host/setup/me2me_native_messaging_host.h typedef NativeMessagingChannel::SendMessageCallback SendMessageCallback; NativeMessagingChannel 44 remoting/host/setup/me2me_native_messaging_host.h scoped_ptr<NativeMessagingChannel> channel, NativeMessagingChannel 147 remoting/host/setup/me2me_native_messaging_host.h scoped_ptr<NativeMessagingChannel> elevated_channel_; NativeMessagingChannel 162 remoting/host/setup/me2me_native_messaging_host.h scoped_ptr<NativeMessagingChannel> channel_; NativeMessagingChannel 231 remoting/host/setup/me2me_native_messaging_host_main.cc scoped_ptr<NativeMessagingChannel> channel( NativeMessagingChannel 232 remoting/host/setup/me2me_native_messaging_host_main.cc new NativeMessagingChannel(read_file, write_file)); NativeMessagingChannel 319 remoting/host/setup/me2me_native_messaging_host_unittest.cc scoped_ptr<NativeMessagingChannel> channel( NativeMessagingChannel 320 remoting/host/setup/me2me_native_messaging_host_unittest.cc new NativeMessagingChannel(input_read_handle, output_write_handle));