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

  /external/chromium_org/ppapi/host/
host_message_context.h 68 IPC::Message reply_msg; member in struct:ppapi::host::HostMessageContext
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 43 void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
60 PendingRequest(const GURL& url, IPC::Message* reply_msg) :
61 url(url), reply_msg(reply_msg), pac_req(NULL) { }
67 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
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 133 const IPC::Message* reply_msg = local
135 EXPECT_TRUE(reply_msg);
136 if (!reply_msg)
141 reply_msg, &reply_data));
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc 149 void AppCacheDispatcherHost::OnGetStatus(int host_id, IPC::Message* reply_msg) {
152 delete reply_msg;
156 pending_reply_msg_.reset(reply_msg);
159 host_id, get_status_callback_, reply_msg)) {
165 GetStatusCallback(APPCACHE_STATUS_UNCACHED, reply_msg);
169 IPC::Message* reply_msg) {
172 delete reply_msg;
176 pending_reply_msg_.reset(reply_msg);
179 host_id, start_update_callback_, reply_msg)) {
185 StartUpdateCallback(false, reply_msg);
209 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
216 IPC::Message* reply_msg = reinterpret_cast<IPC::Message*>(param); local
223 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 95 IPC::Message reply_msg; local
99 &reply_msg));
107 &reply_msg, &reply_msg_param));
pepper_gamepad_host_unittest.cc 160 IPC::Message reply_msg; local
162 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg));
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host_unittest.cc 115 IPC::Message reply_msg; local
117 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg));
124 PpapiPluginMsg_FileChooser_ShowReply::Read(&reply_msg, &reply_msg_param));
pepper_device_enumeration_host_helper_unittest.cc 102 IPC::Message reply_msg; local
106 &reply_msg));
115 reply_msg, &reply_callback_id, &reply_data));
163 IPC::Message reply_msg; local
167 &reply_msg));
174 PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply>(reply_msg,
  /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/content/browser/renderer_host/media/
device_request_message_filter_unittest.cc 65 virtual bool Send(IPC::Message* reply_msg) OVERRIDE {
66 CHECK(reply_msg); variable
69 IPC_BEGIN_MESSAGE_MAP(MockDeviceRequestMessageFilter, *reply_msg)
75 delete reply_msg;
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 95 MachMessage reply_msg; member in struct:MachException::Message
102 memset(&reply_msg, 0, sizeof(reply_msg));
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_socket_unittest.cc 389 CastMessage reply_msg; local
390 ASSERT_TRUE(MessageInfoToCastMessage(reply, &reply_msg));
391 ASSERT_TRUE(MessageFramer::Serialize(reply_msg, &auth_reply_));
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 127 // reply_msg(), and then call SendReplyAndDeleteThis().
131 IPC::Message* reply_msg)
133 reply_msg_(reply_msg) {
140 IPC::Message* reply_msg() { return reply_msg_; } function in class:content::__anon11988::RenderMessageCompletionCallback
159 IPC::Message* reply_msg)
160 : RenderMessageCompletionCallback(filter, reply_msg),
174 reply_msg(), channel_handle, plugin_pid, plugin_child_id);
234 IPC::Message* reply_msg)
235 : RenderMessageCompletionCallback(filter, reply_msg),
298 FrameHostMsg_OpenChannelToPlugin::WriteReplyParams(reply_msg(),
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 130 virtual void OnAnswerDelay(Message* reply_msg) {
138 SyncChannelTestMsg_AnswerToLife::WriteReplyParams(reply_msg, answer);
139 Send(reply_msg);
142 virtual void OnDoubleDelay(int in, Message* reply_msg) {
145 SyncChannelTestMsg_Double::WriteReplyParams(reply_msg, result);
146 Send(reply_msg);
149 virtual void OnNestedTestMsg(Message* reply_msg) {
381 virtual void OnAnswerDelay(Message* reply_msg) OVERRIDE {
382 SyncChannelTestMsg_AnswerToLife::WriteReplyParams(reply_msg, 42);
383 Send(reply_msg); variable
431 Send(reply_msg); variable
479 Send(reply_msg); variable
561 Send(reply_msg); variable
572 Send(reply_msg); variable
752 Send(reply_msg); variable
1724 Send(reply_msg); variable
    [all...]

Completed in 287 milliseconds