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 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1309 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetProxyForURL, | 1309 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetProxyForURL, |
1310 PP_Instance /* instance */, | 1310 PP_Instance /* instance */, |
1311 std::string /* url */, | 1311 std::string /* url */, |
1312 ppapi::proxy::SerializedVar /* result */) | 1312 ppapi::proxy::SerializedVar /* result */) |
1313 IPC_SYNC_MESSAGE_ROUTED4_1(PpapiHostMsg_PPBFlash_Navigate, | 1313 IPC_SYNC_MESSAGE_ROUTED4_1(PpapiHostMsg_PPBFlash_Navigate, |
1314 PP_Instance /* instance */, | 1314 PP_Instance /* instance */, |
1315 ppapi::URLRequestInfoData /* request_data */, | 1315 ppapi::URLRequestInfoData /* request_data */, |
1316 std::string /* target */, | 1316 std::string /* target */, |
1317 PP_Bool /* from_user_action */, | 1317 PP_Bool /* from_user_action */, |
1318 int32_t /* result */) | 1318 int32_t /* result */) |
1319 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_RunMessageLoop, | |
1320 PP_Instance /* instance */) | |
1321 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop, | |
1322 PP_Instance /* instance */) | |
1323 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, | 1319 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, |
1324 PP_Instance /* instance */, | 1320 PP_Instance /* instance */, |
1325 PP_Time /* t */, | 1321 PP_Time /* t */, |
1326 double /* offset */) | 1322 double /* offset */) |
1327 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, | 1323 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_IsRectTopmost, |
1328 PP_Instance /* instance */, | 1324 PP_Instance /* instance */, |
1329 PP_Rect /* rect */, | 1325 PP_Rect /* rect */, |
1330 PP_Bool /* result */) | 1326 PP_Bool /* result */) |
1331 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_FlashSetFullscreen, | 1327 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_FlashSetFullscreen, |
1332 PP_Instance /* instance */, | 1328 PP_Instance /* instance */, |
1333 PP_Bool /* fullscreen */, | 1329 PP_Bool /* fullscreen */, |
1334 PP_Bool /* result */) | 1330 PP_Bool /* result */) |
1335 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize, | 1331 IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize, |
1336 PP_Instance /* instance */, | 1332 PP_Instance /* instance */, |
1337 PP_Bool /* result */, | 1333 PP_Bool /* result */, |
1338 PP_Size /* size */) | 1334 PP_Size /* size */) |
1339 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) | 1335 IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) |
1340 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlash_GetDeviceID, | |
1341 PP_Instance /* instance */, | |
1342 ppapi::proxy::SerializedVar /* id */) | |
1343 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef, | 1336 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef, |
1344 PP_Instance /* instance */, | 1337 PP_Instance /* instance */, |
1345 ppapi::HostResource /* file_ref */, | 1338 ppapi::HostResource /* file_ref */, |
1346 int32_t /* mode */, | 1339 int32_t /* mode */, |
1347 IPC::PlatformFileForTransit /* file_handle */, | 1340 IPC::PlatformFileForTransit /* file_handle */, |
1348 int32_t /* result */) | 1341 int32_t /* result */) |
1349 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef, | 1342 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef, |
1350 PP_Instance /* instance */, | 1343 PP_Instance /* instance */, |
1351 ppapi::HostResource /* file_ref */, | 1344 ppapi::HostResource /* file_ref */, |
1352 PP_FileInfo /* info */, | 1345 PP_FileInfo /* info */, |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 std::vector<ppapi::HostResource> /* buffers */, | 1691 std::vector<ppapi::HostResource> /* buffers */, |
1699 uint32_t /* buffer_size */) | 1692 uint32_t /* buffer_size */) |
1700 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, | 1693 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, |
1701 uint32_t /* status */) | 1694 uint32_t /* status */) |
1702 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, | 1695 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, |
1703 uint32_t /* error */) | 1696 uint32_t /* error */) |
1704 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, | 1697 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, |
1705 uint32_t /* buffer */) | 1698 uint32_t /* buffer */) |
1706 | 1699 |
1707 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) | 1700 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
OLD | NEW |