OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Multiply-included message header, no traditional include guard. | 5 // Multiply-included message header, no traditional include guard. |
6 #include <string> | 6 #include <string> |
7 #include <vector> | 7 #include <vector> |
8 | 8 |
9 #include "base/basictypes.h" | 9 #include "base/basictypes.h" |
10 #include "base/file_path.h" | 10 #include "base/file_path.h" |
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1020 PP_Instance /* instance */, | 1020 PP_Instance /* instance */, |
1021 PP_Rect /* caret */, | 1021 PP_Rect /* caret */, |
1022 PP_Rect /* bounding_box */) | 1022 PP_Rect /* bounding_box */) |
1023 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_CancelCompositionText, | 1023 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_CancelCompositionText, |
1024 PP_Instance /* instance */) | 1024 PP_Instance /* instance */) |
1025 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_UpdateSurroundingText, | 1025 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_UpdateSurroundingText, |
1026 PP_Instance /* instance */, | 1026 PP_Instance /* instance */, |
1027 std::string /* text */, | 1027 std::string /* text */, |
1028 uint32_t /* caret */, | 1028 uint32_t /* caret */, |
1029 uint32_t /* anchor */) | 1029 uint32_t /* anchor */) |
| 1030 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_NeedKey, |
| 1031 PP_Instance /* instance */, |
| 1032 ppapi::proxy::SerializedVar /* key_system */, |
| 1033 ppapi::proxy::SerializedVar /* session_id */, |
| 1034 ppapi::proxy::SerializedVar /* init_data */) |
| 1035 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_KeyAdded, |
| 1036 PP_Instance /* instance */, |
| 1037 ppapi::proxy::SerializedVar /* key_system */, |
| 1038 ppapi::proxy::SerializedVar /* session_id */) |
| 1039 IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_KeyMessage, |
| 1040 PP_Instance /* instance */, |
| 1041 ppapi::proxy::SerializedVar /* key_system */, |
| 1042 ppapi::proxy::SerializedVar /* session_id */, |
| 1043 ppapi::HostResource /* message */, |
| 1044 ppapi::proxy::SerializedVar /* default_url */) |
| 1045 IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_KeyError, |
| 1046 PP_Instance /* instance */, |
| 1047 ppapi::proxy::SerializedVar /* key_system */, |
| 1048 ppapi::proxy::SerializedVar /* session_id */, |
| 1049 int32_t /* media_error */, |
| 1050 int32_t /* system_error */) |
| 1051 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverBlock, |
| 1052 PP_Instance /* instance */, |
| 1053 ppapi::HostResource /* decrypted_block */, |
| 1054 uint64_t /* request_id */) |
| 1055 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverFrame, |
| 1056 PP_Instance /* instance */, |
| 1057 ppapi::HostResource /* decrypted_frame */, |
| 1058 uint64_t /* request_id */) |
| 1059 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverSamples, |
| 1060 PP_Instance /* instance */, |
| 1061 ppapi::HostResource /* decrypted_samples */, |
| 1062 uint64_t /* request_id */) |
| 1063 |
1030 | 1064 |
1031 // PPB_URLLoader. | 1065 // PPB_URLLoader. |
1032 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBURLLoader_Create, | 1066 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBURLLoader_Create, |
1033 PP_Instance /* instance */, | 1067 PP_Instance /* instance */, |
1034 ppapi::HostResource /* result */) | 1068 ppapi::HostResource /* result */) |
1035 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBURLLoader_Open, | 1069 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBURLLoader_Open, |
1036 ppapi::HostResource /* loader */, | 1070 ppapi::HostResource /* loader */, |
1037 ppapi::PPB_URLRequestInfo_Data /* request_data */) | 1071 ppapi::PPB_URLRequestInfo_Data /* request_data */) |
1038 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBURLLoader_FollowRedirect, | 1072 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBURLLoader_FollowRedirect, |
1039 ppapi::HostResource /* loader */) | 1073 ppapi::HostResource /* loader */) |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1455 | 1489 |
1456 // File chooser. | 1490 // File chooser. |
1457 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create) | 1491 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create) |
1458 IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, | 1492 IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, |
1459 bool /* save_as */, | 1493 bool /* save_as */, |
1460 bool /* open_multiple */, | 1494 bool /* open_multiple */, |
1461 std::string /* suggested_file_name */, | 1495 std::string /* suggested_file_name */, |
1462 std::vector<std::string> /* accept_mime_types */) | 1496 std::vector<std::string> /* accept_mime_types */) |
1463 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, | 1497 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, |
1464 std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */) | 1498 std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */) |
OLD | NEW |