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

1 2 3

  /external/chromium_org/ppapi/host/
resource_message_handler.h 39 virtual void SendReply(const ReplyMessageContext& context,
resource_message_filter.cc 82 void ResourceMessageFilter::SendReply(const ReplyMessageContext& context,
86 base::Bind(&ResourceMessageFilter::SendReply, this, context, msg));
90 resource_host_->SendReply(context, msg);
resource_host.cc 46 void ResourceHost::SendReply(const ReplyMessageContext& context,
48 host_->SendReply(context, msg);
resource_host.h 54 virtual void SendReply(const ReplyMessageContext& context,
resource_message_handler.cc 55 SendReply(reply_context, context->reply_msg);
resource_message_filter.h 103 virtual void SendReply(const ReplyMessageContext& context,
  /external/chromium_org/sandbox/mac/
message_server.h 55 virtual bool SendReply(IPCMessage reply) = 0;
mach_message_server.h 39 virtual bool SendReply(IPCMessage reply) OVERRIDE;
xpc_message_server.h 34 virtual bool SendReply(IPCMessage reply) OVERRIDE;
xpc_message_server.cc 70 bool XPCMessageServer::SendReply(IPCMessage reply) {
92 SendReply(reply);
mach_message_server.cc 112 bool MachMessageServer::SendReply(IPCMessage reply) {
146 SendReply(reply);
  /external/chromium_org/remoting/protocol/
jingle_session_manager.cc 96 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,
jingle_session_manager.h 77 void SendReply(const buzz::XmlElement* original_stanza,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host.cc 51 host()->SendReply(
pepper_external_file_ref_backend.cc 91 host_->SendReply(
139 host_->SendReply(reply_context, msg);
156 host_->SendReply(reply_context,
pepper_gamepad_host.cc 79 host()->SendReply(context, PpapiPluginMsg_Gamepad_SendMemory());
pepper_network_proxy_host.cc 178 host()->SendReply(context,
187 host()->SendReply(
pepper_truetype_font_host.cc 142 host()->SendReply(reply_context,
155 host()->SendReply(reply_context,
  /external/chromium_org/ppapi/proxy/
talk_resource_unittest.cc 51 void SendReply(
134 SendReply(PpapiHostMsg_Talk_StartRemoting::ID,
156 SendReply(PpapiHostMsg_Talk_StopRemoting::ID,
file_system_resource_unittest.cc 87 void SendReply(const ResourceMessageCallParams& params,
98 SendReply(params, result, PpapiPluginMsg_FileSystem_OpenReply());
268 SendReply(params,
299 SendReply(params,
330 SendReply(params,
348 SendReply(params,
video_decoder_resource_unittest.cc 65 void SendReply(const ResourceMessageCallParams& params,
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/
pepper_platform_verification_message_filter.cc 67 SendReply(
106 SendReply(reply_context,
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 25 void SendReply(IPC::Channel* channel, int32 pid, bool result) {
132 base::Bind(SendReply, channel_.get(), pid));
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 75 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
83 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_drm_renderer_host.cc 85 host()->SendReply(reply_context,

Completed in 193 milliseconds

1 2 3