HomeSort by relevance Sort by last modified time
    Searched full:channel_ (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium/chrome/browser/automation/
automation_provider.cc 135 if (channel_.get())
136 channel_->Close();
164 channel_.reset(new IPC::SyncChannel(
171 channel_->AddFilter(automation_resource_message_filter_);
302 channel_->Send(new AutomationMsg_Hello(GetProtocolVersion()));
389 channel_->Close();
395 channel_->Close();
426 channel_.reset();
442 DCHECK(channel_.get());
443 return channel_->Send(msg)
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 176 if (channel_.get())
177 channel_->Close();
207 channel_.reset(new IPC::ChannelProxy(
212 channel_->AddFilter(automation_resource_message_filter_.get());
374 channel_->Send(new AutomationMsg_Hello(GetProtocolVersion()));
443 channel_->Close();
449 channel_->Close();
462 channel_.reset();
478 DCHECK(channel_.get());
479 return channel_->Send(msg)
    [all...]
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 190 scoped_ptr<IPC::Channel> channel_; member in class:PepperFlashSettingsManager::Core
348 DCHECK(!channel_.get());
356 channel_.reset(new IPC::Channel(handle, IPC::Channel::MODE_CLIENT, this));
357 if (!channel_->Connect()) {
481 if (!channel_->Send(msg)) {
513 if (!channel_->Send(msg)) {
549 if (!channel_->Send(msg)) {
582 if (!channel_->Send(msg)) {
611 if (!channel_->Send(msg)) {
646 if (!channel_->Send(msg))
    [all...]
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 83 virtual void OnChannelError() OVERRIDE { channel_ = NULL; }
85 virtual void OnChannelClosing() OVERRIDE { channel_ = NULL; }
88 channel_ = channel;
110 if (!channel_) {
114 return channel_->Send(message);
124 IPC::Channel* channel_; member in class:content::GpuVideoDecodeAccelerator::MessageFilter
gpu_video_encode_accelerator.h 81 GpuChannel* channel_; member in class:content::GpuVideoEncodeAccelerator
  /external/chromium_org/remoting/protocol/
channel_multiplexer.cc 179 MuxChannel* channel_; member in class:remoting::protocol::ChannelMultiplexer::MuxSocket
273 : channel_(channel),
280 channel_->OnSocketDestroyed();
289 int result = channel_->DoRead(buffer, buffer_len);
309 bool result = channel_->DoWrite(packet.Pass(), base::Bind(
347 int result = channel_->DoRead(read_buffer_.get(), read_buffer_size_);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 125 "inline ::google::protobuf::RpcChannel* channel() { return channel_; }\n"
135 " ::google::protobuf::RpcChannel* channel_;\n"
198 " : channel_(channel), owns_channel_(false) {}\n"
202 " : channel_(channel),\n"
205 " if (owns_channel_) delete channel_;\n"
325 " channel_->CallMethod(descriptor()->method($index$),\n"
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 125 "inline ::google::protobuf::RpcChannel* channel() { return channel_; }\n"
135 " ::google::protobuf::RpcChannel* channel_;\n"
198 " : channel_(channel), owns_channel_(false) {}\n"
202 " : channel_(channel),\n"
205 " if (owns_channel_) delete channel_;\n"
325 " channel_->CallMethod(descriptor()->method($index$),\n"
  /external/chromium_org/apps/app_shim/
app_shim_host_manager_browsertest_mac.mm 37 channel_->Send(message);
46 scoped_ptr<IPC::ChannelProxy> channel_;
58 channel_.reset(new IPC::ChannelProxy(handle, IPC::Channel::MODE_NAMED_CLIENT,
app_shim_host_mac.h 79 scoped_ptr<IPC::ChannelProxy> channel_; member in class:AppShimHost
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 53 scoped_ptr<IPC::Channel> channel_; member in class:FFUnitTestDecryptorProxy
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 236 : channel_(channel), deleted_(NULL) {
245 channel_->RemoveListener(this);
258 channel_->RemoveListener(this);
264 EventChannel* const channel_; member in class:EventListenerHookupImpl
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils.h 57 scoped_ptr<IPC::Channel> channel_; member in class:FFUnitTestDecryptorProxy
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 205 return channel_->Send(msg);
216 channel_.reset(new IPC::SyncChannel(
219 channel_->AddFilter(filter_.get());
220 channel_->Init(channel_name, IPC::Channel::MODE_CLIENT, true);
  /external/chromium_org/components/nacl/renderer/
pnacl_translation_resource_host.h 79 IPC::Channel* channel_; member in class:PnaclTranslationResourceHost
  /external/chromium_org/content/browser/renderer_host/java/
java_bridge_channel_host.cc 76 channel_handle_.socket.fd = channel_->TakeClientFileDescriptor();
java_bridge_dispatcher_host.h 63 scoped_refptr<NPChannelBase> channel_; member in class:content::JavaBridgeDispatcherHost
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 216 scoped_ptr<IPC::ChannelProxy> channel_; member in class:content::RenderProcessHostImpl
288 // thread, but we clear this field when we clear channel_. When channel_ goes
311 // True after Init() has been called. We can't just check channel_ because we
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 180 channel_.reset(new IPC::SyncChannel(
188 CHECK_NE(-1, channel_->GetClientFileDescriptor());
196 if (!channel_) {
208 return channel_->Send(message);
npobject_stub.h 89 scoped_refptr<NPChannelBase> channel_; member in class:content::NPObjectStub
  /external/chromium_org/content/common/
child_process_host_impl.h 90 scoped_ptr<IPC::Channel> channel_; member in class:content::ChildProcessHostImpl
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 68 GpuChannelHost* channel_; member in class:content::GpuVideoDecodeAcceleratorHost
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 73 scoped_refptr<GpuChannelHost> channel_; member in class:content::PlatformContext3D
  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 65 cricket::TransportChannel* channel_; member in class:jingle_glue::TransportChannelSocketAdapter
  /external/chromium_org/ppapi/proxy/
plugin_message_filter.h 78 IPC::Channel* channel_; member in class:ppapi::proxy::PluginMessageFilter

Completed in 1092 milliseconds

1 2 3 4 56 7 8 9