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

1 2 3 4 5 67 8 9

  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 78 ProxyChannel* channel_; member in class:ppapi::proxy::PpapiCommandBufferProxy
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.h 61 scoped_ptr<NativeMessagingChannel> channel_; member in class:remoting::It2MeNativeMessagingHost
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 61 TransportChannel* channel_; member in class:cricket::SocketMonitor
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.h 74 VoiceChannel* channel_; member in class:cricket::TypingMonitor
  /external/chromium/chrome/browser/service/
service_process_control.h 67 bool is_connected() const { return channel_.get() != NULL; }
179 scoped_ptr<IPC::SyncChannel> channel_; member in class:ServiceProcessControl
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.h 83 void set_channel(const char* channel) { channel_ = channel; }
190 const char* channel_; member in class:PromoResourceService
promo_resource_service.cc 105 channel_(NULL) {
116 if (channel_ == NULL) {
118 channel_ = platform_util::GetVersionStringModifier().c_str();
121 return IsBuildTargeted(channel_, builds_targeted);
  /external/chromium_org/chrome/installer/util/
installation_state.h 44 const ChannelInfo& channel() const { return channel_; }
104 ChannelInfo channel_; member in class:installer::ProductState
  /external/chromium_org/content/child/
child_thread.h 73 IPC::SyncChannel* channel() { return channel_.get(); }
184 scoped_ptr<IPC::SyncChannel> channel_; member in class:content::ChildThread
  /external/chromium/net/tools/dump_cache/
upgrade.cc 130 HANDLE channel_; member in class:__anon2933::BaseSM
143 : entry_(NULL), channel_(channel), state_(0), pending_count_(0),
154 MessageLoopForIO::current()->RegisterIOHandler(channel_, this);
172 if (!WriteFile(channel_, output_, sizeof(msg) + msg.buffer_bytes, &written,
183 if (!ReadFile(channel_, input_, kChannelSize, &read,
193 if (!ConnectNamedPipe(channel_, &in_context_.overlapped)) {
876 CancelIo(channel_);
  /external/chromium_org/apps/app_shim/
chrome_main_app_mode_mac.mm 143 IPC::ChannelProxy* channel_;
152 : channel_(NULL),
199 channel_ = new IPC::ChannelProxy(handle, IPC::Channel::MODE_NAMED_CLIENT,
213 channel_->Send(new AppShimHostMsg_LaunchApp(
265 channel_->Send(new AppShimHostMsg_QuitApp);
312 channel_->Send(new AppShimHostMsg_FocusApp(focus_type, files));
320 channel_->Send(new AppShimHostMsg_SetAppHidden(hidden));
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter.cc 237 io_thread_data_.channel_.reset(
252 io_thread_data_.channel_ = channel.Pass();
368 return io_thread_data_.channel_->TakeClientFileDescriptor();
479 base::Bind(&DeleteChannel, io_thread_data_.channel_.release()));
560 if (!io_thread_data_.channel_->Connect())
565 io_thread_data_.channel_->Close();
569 io_thread_data_.channel_->Send(message.release());
  /external/chromium_org/net/tools/dump_cache/
upgrade_win.cc 134 HANDLE channel_; member in class:__anon9543::BaseSM
147 : entry_(NULL), channel_(channel), state_(0), pending_count_(0),
158 base::MessageLoopForIO::current()->RegisterIOHandler(channel_, this);
176 if (!WriteFile(channel_, output_, sizeof(msg) + msg.buffer_bytes, &written,
187 if (!ReadFile(channel_, input_, kChannelSize, &read,
197 if (!ConnectNamedPipe(channel_, &in_context_.overlapped)) {
871 CancelIo(channel_);
  /external/chromium/chrome/browser/
plugin_data_remover.h 84 IPC::Channel* channel_; member in class:PluginDataRemover
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 338 ASSERT(channel_ != NULL);
340 return MakeSecureStream(channel_->GetStream());
346 ASSERT(channel_ != NULL);
379 VERIFY(channel_->Connect(content_name, "tcp"));
  /external/chromium_org/ash/test/
ash_test_base.h 145 // after metro_viewer_host_->channel_.
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.h 117 chrome::VersionInfo::Channel channel_; member in class:extensions::SimpleFeature
  /external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.h 95 scoped_refptr<GpuChannelHost> channel_; member in class:content::GpuVideoEncodeAcceleratorHost
  /external/chromium_org/content/plugin/
plugin_channel.h 56 return channel_->TakeClientFileDescriptor();
webplugin_delegate_stub.h 117 scoped_refptr<PluginChannel> channel_; member in class:content::WebPluginDelegateStub
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.h 102 IPC::Channel* channel_; member in class:content::VideoCaptureMessageFilter
  /external/chromium_org/content/renderer/p2p/
socket_dispatcher.h 117 IPC::Channel* channel_; member in class:content::P2PSocketDispatcher
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h 116 scoped_ptr<NativeMessagingChannel> channel_; member in class:remoting::Me2MeNativeMessagingHost
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 342 ASSERT(channel_ != NULL);
344 return MakeSecureStream(channel_->GetStream());
350 ASSERT(channel_ != NULL);
383 VERIFY(channel_->Connect(
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 97 scoped_ptr<IPC::ChannelProxy> channel_; member in class:win8::MetroViewerProcessHost

Completed in 421 milliseconds

1 2 3 4 5 67 8 9