| 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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBInstance_GetFontFamilies, | 855 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBInstance_GetFontFamilies, |
| 856 std::string /* result */) | 856 std::string /* result */) |
| 857 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, | 857 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, |
| 858 PP_Instance /* instance */, | 858 PP_Instance /* instance */, |
| 859 PP_Bool /* fullscreen */, | 859 PP_Bool /* fullscreen */, |
| 860 PP_Bool /* result */) | 860 PP_Bool /* result */) |
| 861 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize, | 861 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize, |
| 862 PP_Instance /* instance */, | 862 PP_Instance /* instance */, |
| 863 PP_Bool /* result */, | 863 PP_Bool /* result */, |
| 864 PP_Size /* size */) | 864 PP_Size /* size */) |
| 865 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_FlashSetFullscreen, | |
| 866 PP_Instance /* instance */, | |
| 867 PP_Bool /* fullscreen */, | |
| 868 PP_Bool /* result */) | |
| 869 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_FlashGetScreenSize, | |
| 870 PP_Instance /* instance */, | |
| 871 PP_Bool /* result */, | |
| 872 PP_Size /* size */) | |
| 873 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, | 865 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, |
| 874 PP_Instance /* instance */, | 866 PP_Instance /* instance */, |
| 875 bool /* is_filtering */, | 867 bool /* is_filtering */, |
| 876 uint32_t /* event_classes */) | 868 uint32_t /* event_classes */) |
| 877 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_ClearInputEvents, | 869 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_ClearInputEvents, |
| 878 PP_Instance /* instance */, | 870 PP_Instance /* instance */, |
| 879 uint32_t /* event_classes */) | 871 uint32_t /* event_classes */) |
| 880 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_PostMessage, | 872 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_PostMessage, |
| 881 PP_Instance /* instance */, | 873 PP_Instance /* instance */, |
| 882 ppapi::proxy::SerializedVar /* message */) | 874 ppapi::proxy::SerializedVar /* message */) |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1168 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop, | 1160 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop, |
| 1169 PP_Instance /* instance */) | 1161 PP_Instance /* instance */) |
| 1170 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, | 1162 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, |
| 1171 PP_Instance /* instance */, | 1163 PP_Instance /* instance */, |
| 1172 PP_Time /* t */, | 1164 PP_Time /* t */, |
| 1173 double /* offset */) | 1165 double /* offset */) |
| 1174 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, | 1166 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, |
| 1175 PP_Instance /* instance */, | 1167 PP_Instance /* instance */, |
| 1176 PP_Rect /* rect */, | 1168 PP_Rect /* rect */, |
| 1177 PP_Bool /* result */) | 1169 PP_Bool /* result */) |
| 1170 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_FlashSetFullscreen, |
| 1171 PP_Instance /* instance */, |
| 1172 PP_Bool /* fullscreen */, |
| 1173 PP_Bool /* result */) |
| 1174 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize, |
| 1175 PP_Instance /* instance */, |
| 1176 PP_Bool /* result */, |
| 1177 PP_Size /* size */) |
| 1178 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) | 1178 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) |
| 1179 IPC_SYNC_MESSAGE_ROUTED0_1(PpapiHostMsg_PPBFlash_GetDeviceID, | 1179 IPC_SYNC_MESSAGE_ROUTED0_1(PpapiHostMsg_PPBFlash_GetDeviceID, |
| 1180 std::string /* id */) | 1180 std::string /* id */) |
| 1181 | 1181 |
| 1182 // PPB_Flash_Clipboard. | 1182 // PPB_Flash_Clipboard. |
| 1183 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable, | 1183 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_IsFormatAvailable, |
| 1184 PP_Instance /* instance */, | 1184 PP_Instance /* instance */, |
| 1185 int /* clipboard_type */, | 1185 int /* clipboard_type */, |
| 1186 int /* format */, | 1186 int /* format */, |
| 1187 bool /* result */) | 1187 bool /* result */) |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 // PPB_X509Certificate_Private | 1328 // PPB_X509Certificate_Private |
| 1329 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, | 1329 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, |
| 1330 std::vector<char> /* der */, | 1330 std::vector<char> /* der */, |
| 1331 bool /* succeeded */, | 1331 bool /* succeeded */, |
| 1332 ppapi::PPB_X509Certificate_Fields /* result */) | 1332 ppapi::PPB_X509Certificate_Fields /* result */) |
| 1333 | 1333 |
| 1334 // PPB_Font. | 1334 // PPB_Font. |
| 1335 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, | 1335 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, |
| 1336 std::string /* result */) | 1336 std::string /* result */) |
| 1337 #endif // !defined(OS_NACL) | 1337 #endif // !defined(OS_NACL) |
| OLD | NEW |