HomeSort by relevance Sort by last modified time
    Searched defs:reply_msg (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ppapi/host/
host_message_context.h 65 IPC::Message reply_msg; member in struct:ppapi::host::HostMessageContext
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 42 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
58 PendingRequest(const GURL& url, IPC::Message* reply_msg) :
59 url(url), reply_msg(reply_msg), pac_req(NULL) { }
65 IPC::Message* reply_msg; member in struct:ResolveProxyMsgHelper::PendingRequest
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 44 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
61 PendingRequest(const GURL& url, IPC::Message* reply_msg) :
62 url(url), reply_msg(reply_msg), pac_req(NULL) { }
68 IPC::Message* reply_msg; member in struct:content::ResolveProxyMsgHelper::PendingRequest
  /external/chromium_org/ppapi/proxy/
flash_resource_unittest.cc 36 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply reply_msg(
42 reply_msg); local
talk_resource_unittest.cc 61 IPC::Message reply_msg = PpapiPluginMsg_ResourceReply(reply_params, reply); local
62 ASSERT_TRUE(plugin_dispatcher()->OnMessageReceived(reply_msg));
pdf_resource_unittest.cc 34 PpapiPluginMsg_PDF_GetLocalizedStringReply reply_msg(expected_string);
39 reply_msg); local
170 PpapiPluginMsg_PDF_GetResourceImageReply reply_msg(expected_resource,
176 reply_msg); local
ppapi_proxy_test.cc 132 const IPC::Message* reply_msg = local
134 EXPECT_TRUE(reply_msg);
135 if (!reply_msg)
140 reply_msg, &reply_data));
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc 150 void AppCacheDispatcherHost::OnGetStatus(int host_id, IPC::Message* reply_msg) {
153 delete reply_msg;
157 pending_reply_msg_.reset(reply_msg);
160 host_id, get_status_callback_, reply_msg)) {
166 GetStatusCallback(appcache::UNCACHED, reply_msg);
170 IPC::Message* reply_msg) {
173 delete reply_msg;
177 pending_reply_msg_.reset(reply_msg);
180 host_id, start_update_callback_, reply_msg)) {
186 StartUpdateCallback(false, reply_msg);
210 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
217 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
224 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.cc 45 IPC::Message reply_msg = PpapiPluginMsg_FileRef_TouchReply(); local
54 reply_msg));
pepper_printing_host_unittest.cc 100 IPC::Message reply_msg; local
103 &reply_msg));
111 &reply_msg, &reply_msg_param));
pepper_gamepad_host_unittest.cc 175 IPC::Message reply_msg; local
177 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg));
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host_unittest.cc 114 IPC::Message reply_msg; local
116 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg));
122 ASSERT_TRUE(PpapiPluginMsg_FileChooser_ShowReply::Read(&reply_msg,
pepper_device_enumeration_host_helper_unittest.cc 101 IPC::Message reply_msg; local
104 &reply_params, &reply_msg));
113 reply_msg, &reply_callback_id, &reply_data));
161 IPC::Message reply_msg; local
164 &reply_params, &reply_msg));
172 reply_msg, &reply_data));
  /external/chromium_org/remoting/protocol/
jingle_messages_unittest.cc 318 JingleMessageReply reply_msg; local
320 reply_msg = JingleMessageReply(tests[i].error);
322 reply_msg = JingleMessageReply(tests[i].error, tests[i].error_text);
324 scoped_ptr<XmlElement> reply(reply_msg.ToXml(incoming_message.get()));
  /external/chromium_org/chrome/browser/automation/
automation_resource_message_filter.cc 58 IPC::Message* reply_msg; member in struct:AutomationResourceMessageFilter::CookieCompletionInfo
389 int render_process_id, IPC::Message* reply_msg, const GURL& url) {
391 RendererId renderer_key(render_process_id, reply_msg->routing_id());
406 cookie_info.reply_msg = reply_msg;
434 ChromeViewHostMsg_GetCookies::WriteReplyParams(index->second.reply_msg,
436 index->second.filter->Send(index->second.reply_msg);
  /external/chromium_org/content/browser/renderer_host/media/
device_request_message_filter_unittest.cc 64 virtual bool Send(IPC::Message* reply_msg) OVERRIDE {
65 CHECK(reply_msg); variable
68 IPC_BEGIN_MESSAGE_MAP(MockDeviceRequestMessageFilter, *reply_msg)
74 delete reply_msg;
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 108 // reply_msg(), and then call SendReplyAndDeleteThis().
112 IPC::Message* reply_msg)
114 reply_msg_(reply_msg) {
121 IPC::Message* reply_msg() { return reply_msg_; } function in class:content::__anon10165::RenderMessageCompletionCallback
139 IPC::Message* reply_msg)
140 : RenderMessageCompletionCallback(filter, reply_msg),
154 reply_msg(), channel_handle, plugin_pid, plugin_child_id);
213 IPC::Message* reply_msg)
214 : RenderMessageCompletionCallback(filter, reply_msg),
277 ViewHostMsg_OpenChannelToPlugin::WriteReplyParams(reply_msg(),
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 133 virtual void OnAnswerDelay(Message* reply_msg) {
141 SyncChannelTestMsg_AnswerToLife::WriteReplyParams(reply_msg, answer);
142 Send(reply_msg);
145 virtual void OnDoubleDelay(int in, Message* reply_msg) {
148 SyncChannelTestMsg_Double::WriteReplyParams(reply_msg, result);
149 Send(reply_msg);
152 virtual void OnNestedTestMsg(Message* reply_msg) {
382 virtual void OnAnswerDelay(Message* reply_msg) OVERRIDE {
383 SyncChannelTestMsg_AnswerToLife::WriteReplyParams(reply_msg, 42);
384 Send(reply_msg); variable
432 Send(reply_msg); variable
480 Send(reply_msg); variable
562 Send(reply_msg); variable
573 Send(reply_msg); variable
753 Send(reply_msg); variable
918 Send(reply_msg); variable
1833 Send(reply_msg); variable
    [all...]

Completed in 479 milliseconds