HomeSort by relevance Sort by last modified time
    Searched refs:SyncChannel (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/content/renderer/pepper/
renderer_restrict_dispatch_group.h 15 // IPC::SyncChannel::SetRestrictDispatchChannelGroup.
18 IPC::SyncChannel::kRestrictDispatchGroup_None,
  /external/chromium_org/ipc/
ipc_sync_channel.cc 33 // To work around this, when SyncChannel filters a sync message, it sets
40 // SyncChannel objects on the same thread (since one object can receive a
43 class SyncChannel::ReceivedSyncMsgQueue :
50 // SyncChannel objects can block the same thread).
61 void QueueMessage(const Message& msg, SyncChannel::SyncContext* context) {
83 void QueueReply(const Message &msg, SyncChannel::SyncContext* context) {
103 scoped_refptr<SyncChannel::SyncContext> context;
131 // SyncChannel calls this in its destructor.
185 // See the comment in SyncChannel::SyncChannel for why this event is create
    [all...]
ipc_sync_channel.h 62 class IPC_EXPORT SyncChannel : public ChannelProxy {
71 static scoped_ptr<SyncChannel> Create(
79 static scoped_ptr<SyncChannel> Create(
89 static scoped_ptr<SyncChannel> Create(
94 virtual ~SyncChannel();
119 // SyncContext holds the per object data for SyncChannel, so that SyncChannel
203 SyncChannel(
230 DISALLOW_COPY_AND_ASSIGN(SyncChannel);
ipc_sync_channel_unittest.cc 79 // The IPC thread needs to outlive SyncChannel. We can't do this in
126 SyncChannel* channel() { return channel_.get(); }
153 virtual SyncChannel* CreateChannel() {
154 scoped_ptr<SyncChannel> channel = SyncChannel::Create(
178 // SyncChannel needs to be destructed on the thread that it was created on.
224 scoped_ptr<SyncChannel> channel_;
324 virtual SyncChannel* CreateChannel() OVERRIDE {
325 SyncChannel* channel =
326 SyncChannel::Create(channel_name(), mode(), this
    [all...]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_listener.h 18 class SyncChannel;
44 scoped_ptr<IPC::SyncChannel> channel_;
nonsfi_listener.cc 40 channel_ = IPC::SyncChannel::Create(
  /external/chromium_org/components/nacl/renderer/
trusted_plugin_channel.h 20 class SyncChannel;
46 scoped_ptr<IPC::SyncChannel> channel_;
manifest_service_channel.h 24 class SyncChannel;
71 scoped_ptr<IPC::SyncChannel> channel_;
trusted_plugin_channel.cc 24 channel_ = IPC::SyncChannel::Create(
manifest_service_channel.cc 27 channel_(IPC::SyncChannel::Create(
  /external/chromium_org/content/child/
threaded_data_provider.h 22 class SyncChannel;
60 IPC::SyncChannel* ipc_channel_;
child_thread.h 30 class SyncChannel;
80 IPC::SyncChannel* channel() { return channel_.get(); }
186 scoped_ptr<IPC::SyncChannel> CreateChannel(bool use_mojo_channel);
206 scoped_ptr<IPC::SyncChannel> channel_;
child_thread.cc 228 scoped_ptr<IPC::SyncChannel> ChildThread::CreateChannel(bool use_mojo_channel) {
231 return IPC::SyncChannel::Create(
240 return IPC::SyncChannel::Create(
  /external/chromium_org/components/nacl/loader/
nacl_trusted_listener.h 36 scoped_ptr<IPC::SyncChannel> channel_;
nacl_listener.h 23 class SyncChannel;
67 scoped_ptr<IPC::SyncChannel> channel_;
nacl_trusted_listener.cc 14 channel_ = IPC::SyncChannel::Create(handle,
  /external/chromium_org/chrome/service/
service_ipc_server.h 36 IPC::SyncChannel* channel() { return channel_.get(); }
73 scoped_ptr<IPC::SyncChannel> channel_;
service_ipc_server.cc 29 channel_ = IPC::SyncChannel::Create(
  /external/chromium_org/content/public/renderer/
render_thread.h 30 class SyncChannel;
54 virtual IPC::SyncChannel* GetChannel() = 0;
  /external/chromium_org/ppapi/proxy/
proxy_channel.h 79 IPC::SyncChannel* channel() const {
118 scoped_ptr<IPC::SyncChannel> channel_;
proxy_channel.cc 37 channel_ = IPC::SyncChannel::Create(channel_handle, mode, this,
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 44 class SyncChannel;
67 IPC::SyncChannel* channel);
151 IPC::SyncChannel* channel_;
  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.h 33 class SyncChannel;
95 scoped_ptr<IPC::SyncChannel> channel_;
  /external/chromium_org/content/child/npapi/
np_channel_base.h 160 scoped_ptr<IPC::SyncChannel> channel_;
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 221 scoped_ptr<IPC::SyncChannel> channel_;

Completed in 322 milliseconds

1 2