Searched defs:SendReply (Results 1 - 10 of 10) sorted by last modified time

/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 Dresource_host.cc46 void ResourceHost::SendReply(const ReplyMessageContext& context, function in class:ppapi::host::ResourceHost
48 host_->SendReply(context, msg);
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);
/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
/external/chromium_org/sandbox/mac/
H A Dmach_message_server.cc112 bool MachMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::MachMessageServer
146 SendReply(reply);
H A Dxpc_message_server.cc70 bool XPCMessageServer::SendReply(IPCMessage reply) { function in class:sandbox::XPCMessageServer
92 SendReply(reply);
/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));

Completed in 269 milliseconds