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

1 2

  /external/chromium_org/ppapi/host/
resource_message_handler.h 39 virtual void SendReply(const ReplyMessageContext& context,
resource_message_filter.cc 61 void ResourceMessageFilter::SendReply(const ReplyMessageContext& context,
65 base::Bind(&ResourceMessageFilter::SendReply, this, context, msg));
69 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_filter.h 92 virtual void SendReply(const ReplyMessageContext& context,
resource_message_handler.cc 55 SendReply(reply_context, context->reply_msg);
ppapi_host.h 58 void SendReply(const ReplyMessageContext& context,
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_host.cc 59 host()->SendReply(reply_context,
72 host()->SendReply(
91 host()->SendReply(reply_context,
pepper_file_system_host.cc 84 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
93 host()->SendReply(reply_context_, PpapiPluginMsg_FileSystem_OpenReply());
pepper_audio_input_host.cc 190 host()->SendReply(*open_context_, PpapiPluginMsg_AudioInput_OpenReply());
221 host()->SendReply(*open_context_, PpapiPluginMsg_AudioInput_OpenReply());
pepper_video_destination_host.cc 66 host()->SendReply(reply_context,
pepper_video_source_host.cc 105 host()->SendReply(reply_context, PpapiPluginMsg_VideoSource_OpenReply());
202 host()->SendReply(reply_context_,
215 host()->SendReply(
pepper_websocket_host.cc 74 host()->SendReply(connect_reply_,
142 host()->SendReply(
156 host()->SendReply(close_reply_, PpapiPluginMsg_WebSocket_CloseReply(
  /external/chromium_org/remoting/protocol/
jingle_session_manager.cc 130 SendReply(stanza, JingleMessageReply::BAD_REQUEST);
138 SendReply(stanza, JingleMessageReply::NONE);
184 SendReply(stanza, JingleMessageReply::INVALID_SID);
189 &JingleSessionManager::SendReply, base::Unretained(this), stanza));
193 void JingleSessionManager::SendReply(const buzz::XmlElement* original_stanza,
jingle_session_manager.h 86 void SendReply(const buzz::XmlElement* original_stanza,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_printing_host.cc 53 host()->SendReply(reply_context,
pepper_external_file_ref_backend.cc 91 host_->SendReply(reply_context,
147 host_->SendReply(reply_context, msg);
164 host_->SendReply(reply_context,
pepper_gamepad_host.cc 81 host()->SendReply(context, PpapiPluginMsg_Gamepad_SendMemory());
pepper_network_proxy_host.cc 181 host()->SendReply(context,
190 host()->SendReply(context,
pepper_internal_file_ref_backend.cc 97 host_->SendReply(context, msg);
197 host_->SendReply(reply_context,
249 host_->SendReply(context,
255 host_->SendReply(reply_context,
  /external/chromium_org/ppapi/proxy/
talk_resource_unittest.cc 50 void SendReply(
136 SendReply(PpapiHostMsg_Talk_StartRemoting::ID,
159 SendReply(PpapiHostMsg_Talk_StopRemoting::ID,
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 25 void SendReply(IPC::Channel* channel, int32 pid, bool result) {
124 base::Bind(SendReply, channel_.get(), pid));
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_device_id_host.cc 59 host()->SendReply(reply_context,
pepper_talk_host.cc 231 host()->SendReply(reply, PpapiPluginMsg_Talk_RequestPermissionReply());
241 host()->SendReply(reply, PpapiPluginMsg_Talk_StartRemotingReply());
248 host()->SendReply(reply, PpapiPluginMsg_Talk_StopRemotingReply());
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers_chromeos.cc 137 SendReply(screen_name);
144 SendReply(kSessionScreenName);
152 SendReply(WizardController::kLoginScreenName);
155 void WizardControllerObserver::SendReply(const std::string& screen_name) {

Completed in 364 milliseconds

1 2