Searched refs:SendReply (Results 1 - 25 of 56) sorted by last modified time

123

/external/chromium_org/ppapi/host/
H A Dppapi_host.cc83 void PpapiHost::SendReply(const ReplyMessageContext& context, function in class:ppapi::host::PpapiHost
85 TRACE_EVENT2("ppapi proxy", "PpapiHost::SendReply",
216 SendReply(reply_context, context->reply_msg);
H A Dppapi_host.h60 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_host.h54 virtual void SendReply(const ReplyMessageContext& context,
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_filter.h103 virtual void SendReply(const ReplyMessageContext& context,
H A Dresource_message_filter_unittest.cc35 // |SendReply| is overridden to store a copy of the outgoing message and the
74 virtual void SendReply(const ReplyMessageContext& context,
H A Dresource_message_handler.cc55 SendReply(reply_context, context->reply_msg);
H A Dresource_message_handler.h39 virtual void SendReply(const ReplyMessageContext& context,
/external/chromium_org/ppapi/proxy/
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 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 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/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
H A Djingle_session_manager.h77 void SendReply(const buzz::XmlElement* original_stanza,
/external/chromium_org/sandbox/mac/
H A Dlaunchd_interception_server.cc130 if (message_server_->SendReply(reply))
H A Dmach_message_server.cc112 bool MachMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::MachMessageServer
146 SendReply(reply);
H A Dmach_message_server.h39 virtual bool SendReply(IPCMessage reply) OVERRIDE;
H A Dmessage_server.h55 virtual bool SendReply(IPCMessage reply) = 0;
H A Dxpc_message_server.cc70 bool XPCMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::XPCMessageServer
92 SendReply(reply);
H A Dxpc_message_server.h34 virtual bool SendReply(IPCMessage reply) OVERRIDE;
H A Dxpc_message_server_unittest.cc100 server->SendReply(server->CreateReply(request));
205 second_server->SendReply(reply);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_audio_input_host.cc206 host()->SendReply(open_context_, PpapiPluginMsg_AudioInput_OpenReply());
H A Dpepper_compositor_host.cc192 host()->SendReply(commit_layers_reply_context_,
H A Dpepper_device_enumeration_host_helper.cc176 resource_host_->host()->SendReply(
H A Dpepper_file_chooser_host.cc118 host()->SendReply(reply_context_,
189 host()->SendReply(reply_context_,

Completed in 2594 milliseconds

123