Searched defs:reply_params (Results 1 - 15 of 15) sorted by path

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_gamepad_host_unittest.cc159 ppapi::proxy::ResourceMessageReplyParams reply_params; local
162 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg));
166 EXPECT_TRUE(reply_params.TakeSharedMemoryHandleAtIndex(0, &reply_handle));
H A Dpepper_printing_host_unittest.cc94 ppapi::proxy::ResourceMessageReplyParams reply_params; local
98 &reply_params,
102 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
103 EXPECT_EQ(PP_OK, reply_params.result());
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper_unittest.cc101 ppapi::proxy::ResourceMessageReplyParams reply_params; local
105 &reply_params,
109 EXPECT_EQ(PP_OK, reply_params.result());
162 ppapi::proxy::ResourceMessageReplyParams reply_params; local
166 &reply_params,
169 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
170 EXPECT_EQ(PP_OK, reply_params.result());
H A Dpepper_file_chooser_host_unittest.cc114 ppapi::proxy::ResourceMessageReplyParams reply_params; local
117 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg));
120 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
121 EXPECT_EQ(PP_OK, reply_params.result());
H A Dpepper_in_process_router.cc73 ppapi::proxy::ResourceMessageReplyParams reply_params; local
79 msg, &reply_params, &nested_msg)) {
86 msg, &reply_params, &nested_msg)) {
95 reply_params.pp_resource());
99 resource->OnReplyReceived(reply_params, nested_msg);
/external/chromium_org/ipc/
H A Dipc_message_utils.h830 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, argument
834 LogParam(reply_params, &output_params);
854 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, argument
895 typename TupleTypes<ReplyParam>::ValueTuple reply_params; local
896 DispatchToMethod(obj, func, send_params, &reply_params);
897 WriteParam(reply, reply_params);
898 LogReplyParamsToMessage(reply_params, msg);
/external/chromium_org/ppapi/proxy/
H A Ddispatch_reply_message.h91 const ResourceMessageReplyParams& reply_params,
102 DispatchResourceReply(obj, method, reply_params, msg_params);
112 DispatchResourceReply(obj, method, reply_params,
119 // arguments, so just call the |method| with the |reply_params|.
124 const ResourceMessageReplyParams& reply_params,
128 (obj->*method)(reply_params);
88 DispatchResourceReplyOrDefaultParams( ObjT* obj, Method method, const ResourceMessageReplyParams& reply_params, const IPC::Message& msg) argument
121 DispatchResourceReplyOrDefaultParams( base::Callback<void(const ResourceMessageReplyParams&)>* obj, Method method, const ResourceMessageReplyParams& reply_params, const IPC::Message& msg) argument
H A Dflash_file_resource.cc147 ResourceMessageReplyParams reply_params; local
149 PpapiHostMsg_FlashFile_CreateTemporaryFile(), &unused, &reply_params);
154 if (!reply_params.TakeFileHandleAtIndex(0, &transit_file))
188 ResourceMessageReplyParams reply_params; local
191 &reply_params);
196 if (!reply_params.TakeFileHandleAtIndex(0, &transit_file))
H A Dpdf_resource.cc165 ResourceMessageReplyParams reply_params; local
168 &reply_params);
185 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
H A Dplugin_message_filter.cc59 const ResourceMessageReplyParams& reply_params,
61 DispatchResourceReply(reply_params, nested_msg);
83 const ResourceMessageReplyParams& reply_params,
86 resource_reply_thread_registrar_->GetTargetThread(reply_params,
90 DispatchResourceReply(reply_params, nested_msg);
94 base::Bind(&DispatchResourceReply, reply_params, nested_msg));
100 const ResourceMessageReplyParams& reply_params,
104 reply_params.pp_resource());
106 DVLOG_IF(1, reply_params.sequence() != 0)
111 resource->OnReplyReceived(reply_params, nested_ms
58 DispatchResourceReplyForTest( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
82 OnMsgResourceReply( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
99 DispatchResourceReply( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
[all...]
H A Dplugin_resource.cc142 ResourceMessageReplyParams* reply_params) {
149 params, msg, reply_params, reply));
151 return reply_params->result();
138 GenericSyncCall( Destination dest, const IPC::Message& msg, IPC::Message* reply, ResourceMessageReplyParams* reply_params) argument
H A Dplugin_resource.h151 ResourceMessageReplyParams* reply_params);
221 ResourceMessageReplyParams reply_params; local
222 return GenericSyncCall(dest, msg, &reply, &reply_params);
229 ResourceMessageReplyParams reply_params; local
230 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
241 ResourceMessageReplyParams reply_params; local
242 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
253 ResourceMessageReplyParams reply_params; local
254 int32_t result = GenericSyncCall(dest, msg, &reply, &reply_params);
265 ResourceMessageReplyParams reply_params; local
277 ResourceMessageReplyParams reply_params; local
[all...]
H A Dresource_reply_thread_registrar.cc60 const ResourceMessageReplyParams& reply_params,
63 ResourceMap::iterator resource_iter = map_.find(reply_params.pp_resource());
66 resource_iter->second.find(reply_params.sequence());
59 GetTargetThread( const ResourceMessageReplyParams& reply_params, const IPC::Message& nested_msg) argument
H A Dvideo_decoder_resource.cc195 ResourceMessageReplyParams reply_params; local
200 &reply_params);
207 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &shm_handle))
H A Dvideo_source_resource.cc86 const ResourceMessageReplyParams& reply_params) {
88 int32_t result = reply_params.result();
97 const ResourceMessageReplyParams& reply_params,
103 int32_t result = reply_params.result();
109 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
85 OnPluginMsgOpenComplete( const ResourceMessageReplyParams& reply_params) argument
95 OnPluginMsgGetFrameComplete( PP_VideoFrame_Private* frame, const ResourceMessageReplyParams& reply_params, const HostResource& image_data, const PP_ImageDataDesc& image_desc, PP_TimeTicks timestamp) argument

Completed in 301 milliseconds