Searched refs:SendReply (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/ppapi/host/
H A Dresource_message_filter.cc82 void ResourceMessageFilter::SendReply(const ReplyMessageContext& context, function in class:ppapi::host::ResourceMessageFilter
86 base::Bind(&ResourceMessageFilter::SendReply, this, context, msg));
90 resource_host_->SendReply(context, msg);
H A Dresource_message_handler.h39 virtual void SendReply(const ReplyMessageContext& context,
H A Dresource_host.cc46 void ResourceHost::SendReply(const ReplyMessageContext& context, function in class:ppapi::host::ResourceHost
48 host_->SendReply(context, msg);
H A Dresource_message_handler.cc55 SendReply(reply_context, context->reply_msg);
H A Dresource_host.h54 virtual void SendReply(const ReplyMessageContext& context,
H A Dresource_message_filter.h103 virtual void SendReply(const ReplyMessageContext& context,
/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.cc96 SendReply(stanza, JingleMessageReply::BAD_REQUEST);
104 SendReply(stanza, JingleMessageReply::NONE);
153 SendReply(stanza, JingleMessageReply::INVALID_SID);
158 &JingleSessionManager::SendReply, base::Unretained(this), stanza));
162 void JingleSessionManager::SendReply(const buzz::XmlElement* original_stanza, function in class:remoting::protocol::JingleSessionManager
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host.cc51 host()->SendReply(
H A Dpepper_external_file_ref_backend.cc91 host_->SendReply(
139 host_->SendReply(reply_context, msg);
156 host_->SendReply(reply_context,
H A Dpepper_gamepad_host.cc79 host()->SendReply(context, PpapiPluginMsg_Gamepad_SendMemory());
H A Dpepper_network_proxy_host.cc178 host()->SendReply(context,
187 host()->SendReply(
H A Dpepper_truetype_font_host.cc142 host()->SendReply(reply_context,
155 host()->SendReply(reply_context,
H A Dpepper_internal_file_ref_backend.cc90 host_->SendReply(context, msg);
191 host_->SendReply(reply_context,
251 host_->SendReply(
258 host_->SendReply(reply_context,
/external/chromium_org/sandbox/mac/
H A Dmessage_server.h55 virtual bool SendReply(IPCMessage reply) = 0;
H A Dxpc_message_server.h34 virtual bool SendReply(IPCMessage reply) OVERRIDE;
H A Dxpc_message_server.cc70 bool XPCMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::XPCMessageServer
92 SendReply(reply);
H A Dmach_message_server.h39 virtual bool SendReply(IPCMessage reply) OVERRIDE;
H A Dmach_message_server.cc112 bool MachMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::MachMessageServer
146 SendReply(reply);
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource_unittest.cc51 void SendReply( function in class:ppapi::proxy::__anon10152::TalkResourceTest
134 SendReply(PpapiHostMsg_Talk_StartRemoting::ID,
156 SendReply(PpapiHostMsg_Talk_StopRemoting::ID,
H A Dfile_system_resource_unittest.cc87 void SendReply(const ResourceMessageCallParams& params, function in class:ppapi::proxy::__anon10095::FileSystemResourceTest
98 SendReply(params, result, PpapiPluginMsg_FileSystem_OpenReply());
268 SendReply(params,
299 SendReply(params,
330 SendReply(params,
348 SendReply(params,
H A Dvideo_decoder_resource_unittest.cc65 void SendReply(const ResourceMessageCallParams& params, function in class:ppapi::proxy::__anon10159::VideoDecoderResourceTest
130 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_InitializeReply());
214 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_DecodeReply(shm_id));
220 SendReply(
227 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_FlushReply());
231 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_ResetReply());
235 SendReply(params,
245 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_NotifyError(error));
366 SendReply(params, PP_OK, PpapiPluginMsg_VideoDecoder_InitializeReply());
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_platform_verification_message_filter.cc67 SendReply(
106 SendReply(reply_context,
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc25 void SendReply(IPC::Channel* channel, int32 pid, bool result) { function in namespace:__anon6594
132 base::Bind(SendReply, channel_.get(), pid));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_system_host.cc75 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
83 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_drm_renderer_host.cc85 host()->SendReply(reply_context,

Completed in 969 milliseconds

123