/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_printing_host_unittest.cc | 99 ppapi::proxy::ResourceMessageReplyParams reply_params; local 102 PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply::ID, &reply_params, 106 EXPECT_EQ(call_params.sequence(), reply_params.sequence()); 107 EXPECT_EQ(PP_OK, reply_params.result());
|
pepper_gamepad_host_unittest.cc | 174 ppapi::proxy::ResourceMessageReplyParams reply_params; local 177 PpapiPluginMsg_Gamepad_SendMemory::ID, &reply_params, &reply_msg)); 181 EXPECT_TRUE(reply_params.TakeSharedMemoryHandleAtIndex(0, &reply_handle));
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_chooser_host_unittest.cc | 115 ppapi::proxy::ResourceMessageReplyParams reply_params; local 118 PpapiPluginMsg_FileChooser_ShowReply::ID, &reply_params, &reply_msg)); 121 EXPECT_EQ(call_params.sequence(), reply_params.sequence()); 122 EXPECT_EQ(PP_OK, reply_params.result());
|
pepper_in_process_router.cc | 79 ppapi::proxy::ResourceMessageReplyParams reply_params; local 84 if (!UnpackMessage<PpapiPluginMsg_ResourceReply>(msg, &reply_params, 91 if (!UnpackMessage<PpapiHostMsg_InProcessResourceReply>(msg, &reply_params, 101 reply_params.pp_resource()); 105 resource->OnReplyReceived(reply_params, nested_msg);
|
pepper_device_enumeration_host_helper_unittest.cc | 102 ppapi::proxy::ResourceMessageReplyParams reply_params; local 106 &reply_params, &reply_msg)); 109 EXPECT_EQ(PP_OK, reply_params.result()); 162 ppapi::proxy::ResourceMessageReplyParams reply_params; local 166 &reply_params, &reply_msg)); 168 EXPECT_EQ(call_params.sequence(), reply_params.sequence()); 169 EXPECT_EQ(PP_OK, reply_params.result());
|
/external/chromium_org/ppapi/proxy/ |
flash_file_resource.cc | 147 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))
|
plugin_resource.h | 151 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...] |
pdf_resource.cc | 162 ResourceMessageReplyParams reply_params; local 165 &reply_params); 182 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
|
/external/chromium_org/ipc/ |
ipc_message_utils.h | 759 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, 763 LogParam(reply_params, &output_params); 783 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params, 824 typename TupleTypes<ReplyParam>::ValueTuple reply_params; local 825 DispatchToMethod(obj, func, send_params, &reply_params); 826 WriteParam(reply, reply_params); 827 LogReplyParamsToMessage(reply_params, msg);
|