| 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/files/file_path.h" | 10 #include "base/files/file_path.h" |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 #include "ppapi/c/ppb_image_data.h" | 38 #include "ppapi/c/ppb_image_data.h" |
| 39 #include "ppapi/c/private/pp_content_decryptor.h" | 39 #include "ppapi/c/private/pp_content_decryptor.h" |
| 40 #include "ppapi/c/private/pp_private_font_charset.h" | 40 #include "ppapi/c/private/pp_private_font_charset.h" |
| 41 #include "ppapi/c/private/ppb_flash.h" | 41 #include "ppapi/c/private/ppb_flash.h" |
| 42 #include "ppapi/c/private/ppb_host_resolver_private.h" | 42 #include "ppapi/c/private/ppb_host_resolver_private.h" |
| 43 #include "ppapi/c/private/ppb_net_address_private.h" | 43 #include "ppapi/c/private/ppb_net_address_private.h" |
| 44 #include "ppapi/c/private/ppb_pdf.h" | 44 #include "ppapi/c/private/ppb_pdf.h" |
| 45 #include "ppapi/c/private/ppb_tcp_socket_private.h" | 45 #include "ppapi/c/private/ppb_tcp_socket_private.h" |
| 46 #include "ppapi/c/private/ppb_udp_socket_private.h" | 46 #include "ppapi/c/private/ppb_udp_socket_private.h" |
| 47 #include "ppapi/c/private/ppp_flash_browser_operations.h" | 47 #include "ppapi/c/private/ppp_flash_browser_operations.h" |
| 48 #include "ppapi/c/private/ppb_flash_drm.h" |
| 48 #include "ppapi/proxy/host_resolver_private_resource.h" | 49 #include "ppapi/proxy/host_resolver_private_resource.h" |
| 49 #include "ppapi/proxy/ppapi_param_traits.h" | 50 #include "ppapi/proxy/ppapi_param_traits.h" |
| 50 #include "ppapi/proxy/ppapi_proxy_export.h" | 51 #include "ppapi/proxy/ppapi_proxy_export.h" |
| 51 #include "ppapi/proxy/resource_message_params.h" | 52 #include "ppapi/proxy/resource_message_params.h" |
| 52 #include "ppapi/proxy/serialized_flash_menu.h" | 53 #include "ppapi/proxy/serialized_flash_menu.h" |
| 53 #include "ppapi/proxy/serialized_handle.h" | 54 #include "ppapi/proxy/serialized_handle.h" |
| 54 #include "ppapi/proxy/serialized_structs.h" | 55 #include "ppapi/proxy/serialized_structs.h" |
| 55 #include "ppapi/proxy/serialized_var.h" | 56 #include "ppapi/proxy/serialized_var.h" |
| 56 #include "ppapi/shared_impl/dir_contents.h" | 57 #include "ppapi/shared_impl/dir_contents.h" |
| 57 #include "ppapi/shared_impl/file_path.h" | 58 #include "ppapi/shared_impl/file_path.h" |
| (...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1377 | 1378 |
| 1378 // FileSystem | 1379 // FileSystem |
| 1379 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Create, | 1380 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Create, |
| 1380 PP_FileSystemType /* type */) | 1381 PP_FileSystemType /* type */) |
| 1381 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Open, | 1382 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Open, |
| 1382 int64_t /* expected_size */) | 1383 int64_t /* expected_size */) |
| 1383 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply) | 1384 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply) |
| 1384 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem, | 1385 IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem, |
| 1385 std::string /* fsid */) | 1386 std::string /* fsid */) |
| 1386 | 1387 |
| 1387 // Flash device ID. | 1388 // Flash DRM ------------------------------------------------------------------ |
| 1388 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDeviceID_Create) | 1389 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_Create) |
| 1389 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDeviceID_GetDeviceID) | 1390 |
| 1390 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDeviceID_GetDeviceIDReply, | 1391 // Requests the device ID. |
| 1392 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetDeviceID) |
| 1393 // Reply for GetDeviceID which includes the device ID as a string. |
| 1394 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetDeviceIDReply, |
| 1391 std::string /* id */) | 1395 std::string /* id */) |
| 1392 | 1396 |
| 1393 // Gamepad. | 1397 // Gamepad. |
| 1394 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create) | 1398 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create) |
| 1395 | 1399 |
| 1396 // Requests that the gamepad host send the shared memory handle to the plugin | 1400 // Requests that the gamepad host send the shared memory handle to the plugin |
| 1397 // process. | 1401 // process. |
| 1398 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_RequestMemory) | 1402 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_RequestMemory) |
| 1399 | 1403 |
| 1400 // Reply to a RequestMemory call. This supplies the shared memory handle. The | 1404 // Reply to a RequestMemory call. This supplies the shared memory handle. The |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1893 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoSource_OpenReply) | 1897 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoSource_OpenReply) |
| 1894 IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_GetFrame) | 1898 IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_GetFrame) |
| 1895 IPC_MESSAGE_CONTROL4(PpapiPluginMsg_VideoSource_GetFrameReply, | 1899 IPC_MESSAGE_CONTROL4(PpapiPluginMsg_VideoSource_GetFrameReply, |
| 1896 ppapi::HostResource /* resource_id */, | 1900 ppapi::HostResource /* resource_id */, |
| 1897 PP_ImageDataDesc /* image_data_desc */, | 1901 PP_ImageDataDesc /* image_data_desc */, |
| 1898 int /* fd */, | 1902 int /* fd */, |
| 1899 PP_TimeTicks /* timestamp */) | 1903 PP_TimeTicks /* timestamp */) |
| 1900 IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Close) | 1904 IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Close) |
| 1901 | 1905 |
| 1902 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) | 1906 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
| OLD | NEW |