/external/chromium_org/ppapi/proxy/ |
plugin_message_filter.cc | 58 const ResourceMessageReplyParams& reply_params, 60 DispatchResourceReply(reply_params, nested_msg); 82 const ResourceMessageReplyParams& reply_params, 86 reply_params.pp_resource(), reply_params.sequence()); 90 base::Bind(&DispatchResourceReply, reply_params, nested_msg)); 95 const ResourceMessageReplyParams& reply_params, 99 reply_params.pp_resource()); 101 DVLOG_IF(1, reply_params.sequence() != 0) 106 resource->OnReplyReceived(reply_params, nested_msg) [all...] |
plugin_message_filter.h | 55 const ResourceMessageReplyParams& reply_params, 60 void OnMsgResourceReply(const ResourceMessageReplyParams& reply_params, 66 const ResourceMessageReplyParams& reply_params,
|
plugin_resource_callback.h | 37 const ResourceMessageReplyParams& reply_params, 40 &callback_, &CallbackType::Run, reply_params, msg);
|
talk_resource_unittest.cc | 59 ResourceMessageReplyParams reply_params(params.pp_resource(), 61 reply_params.set_result(result); 62 PluginMessageFilter::DispatchResourceReplyForTest(reply_params, reply); 84 ResourceMessageReplyParams reply_params(params.pp_resource(), 86 reply_params.set_result(1); 88 reply_params, PpapiPluginMsg_Talk_RequestPermissionReply()); 110 ResourceMessageReplyParams reply_params(params.pp_resource(), 112 reply_params.set_result(1); 114 reply_params, PpapiPluginMsg_Talk_RequestPermissionReply());
|
video_source_resource.h | 49 const ResourceMessageReplyParams& reply_params); 52 const ResourceMessageReplyParams& reply_params,
|
video_source_resource.cc | 86 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))
|
websocket_resource_unittest.cc | 85 ResourceMessageReplyParams reply_params(params.pp_resource(), 87 reply_params.set_result(PP_OK); 89 reply_params, PpapiPluginMsg_WebSocket_ConnectReply(url, protocol1)); 103 ResourceMessageReplyParams reply_params(res.get(), 0); 104 reply_params.set_result(PP_OK); 106 reply_params, PpapiPluginMsg_WebSocket_BufferedAmountReply(19760227u)); 113 reply_params,
|
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...] |
printing_resource_unittest.cc | 66 ResourceMessageReplyParams reply_params(params.pp_resource(), 68 reply_params.set_result(PP_OK); 81 reply_params,
|
resource_message_test_sink.cc | 115 ResourceMessageReplyParams reply_params(call_params.pp_resource(), 117 reply_params.set_result(result_); 119 reply_params.AppendHandle(*serialized_handle_); 121 wrapper_reply_msg, reply_params, reply_msg_);
|
dispatch_reply_message.h | 92 const ResourceMessageReplyParams& reply_params, 103 DispatchResourceReply(obj, method, reply_params, msg_params); 113 DispatchResourceReply(obj, method, reply_params, 120 // arguments, so just call the |method| with the |reply_params|. 125 const ResourceMessageReplyParams& reply_params, 129 (obj->*method)(reply_params);
|
device_enumeration_resource_helper_unittest.cc | 246 ResourceMessageReplyParams reply_params(params.pp_resource(), 248 reply_params.set_result(PP_OK); 263 reply_params, 298 ResourceMessageReplyParams reply_params(params.pp_resource(), 0); 299 reply_params.set_result(PP_OK); 308 reply_params, 330 reply_params, 359 reply_params, 373 reply_params, 396 reply_params, [all...] |
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))
|
file_chooser_resource_unittest.cc | 91 ResourceMessageReplyParams reply_params(params.pp_resource(), 93 reply_params.set_result(PP_OK); 106 reply_params, PpapiPluginMsg_FileChooser_ShowReply(create_info_array));
|
pdf_resource.cc | 162 ResourceMessageReplyParams reply_params; local 165 &reply_params); 182 if (!reply_params.TakeSharedMemoryHandleAtIndex(0, &handle))
|
plugin_resource.cc | 142 ResourceMessageReplyParams* reply_params) { 149 params, msg, reply_params, reply)); 151 return reply_params->result();
|
/external/chromium_org/ppapi/host/ |
host_message_context.cc | 52 ppapi::proxy::ResourceMessageReplyParams reply_params(params.pp_resource(), 54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id);
|
/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_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());
|
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());
|
/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);
|