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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 ppapi::HostResource /* graphics_2d */, | 839 ppapi::HostResource /* graphics_2d */, |
840 bool /* clip_specified */, | 840 bool /* clip_specified */, |
841 PP_Rect /* clip */, | 841 PP_Rect /* clip */, |
842 PP_Point /* amount */) | 842 PP_Point /* amount */) |
843 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics2D_ReplaceContents, | 843 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics2D_ReplaceContents, |
844 ppapi::HostResource /* graphics_2d */, | 844 ppapi::HostResource /* graphics_2d */, |
845 ppapi::HostResource /* image_data */) | 845 ppapi::HostResource /* image_data */) |
846 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics2D_Flush, | 846 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics2D_Flush, |
847 ppapi::HostResource /* graphics_2d */) | 847 ppapi::HostResource /* graphics_2d */) |
848 | 848 |
849 #if !defined(OS_NACL) | |
850 // PPB_Graphics3D. | 849 // PPB_Graphics3D. |
851 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create, | 850 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create, |
852 PP_Instance /* instance */, | 851 PP_Instance /* instance */, |
853 ppapi::HostResource /* share_context */, | 852 ppapi::HostResource /* share_context */, |
854 std::vector<int32_t> /* attrib_list */, | 853 std::vector<int32_t> /* attrib_list */, |
855 ppapi::HostResource /* result */) | 854 ppapi::HostResource /* result */) |
856 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer, | 855 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBGraphics3D_InitCommandBuffer, |
857 ppapi::HostResource /* context */) | 856 ppapi::HostResource /* context */) |
858 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer, | 857 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer, |
859 ppapi::HostResource /* context */, | 858 ppapi::HostResource /* context */, |
(...skipping 18 matching lines...) Expand all Loading... |
878 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer, | 877 IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer, |
879 ppapi::HostResource /* context */, | 878 ppapi::HostResource /* context */, |
880 int32 /* id */) | 879 int32 /* id */) |
881 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer, | 880 IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer, |
882 ppapi::HostResource /* context */, | 881 ppapi::HostResource /* context */, |
883 int32 /* id */, | 882 int32 /* id */, |
884 base::SharedMemoryHandle /* transfer_buffer */, | 883 base::SharedMemoryHandle /* transfer_buffer */, |
885 uint32 /* size */) | 884 uint32 /* size */) |
886 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers, | 885 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers, |
887 ppapi::HostResource /* graphics_3d */) | 886 ppapi::HostResource /* graphics_3d */) |
888 #endif // !defined(OS_NACL) | |
889 | 887 |
890 // PPB_ImageData. | 888 // PPB_ImageData. |
891 IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_Create, | 889 IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_Create, |
892 PP_Instance /* instance */, | 890 PP_Instance /* instance */, |
893 int32 /* format */, | 891 int32 /* format */, |
894 PP_Size /* size */, | 892 PP_Size /* size */, |
895 PP_Bool /* init_to_zero */, | 893 PP_Bool /* init_to_zero */, |
896 ppapi::HostResource /* result_resource */, | 894 ppapi::HostResource /* result_resource */, |
897 std::string /* image_data_desc */, | 895 std::string /* image_data_desc */, |
898 ppapi::proxy::ImageHandle /* result */) | 896 ppapi::proxy::ImageHandle /* result */) |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1378 // PPB_X509Certificate_Private | 1376 // PPB_X509Certificate_Private |
1379 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, | 1377 IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, |
1380 std::vector<char> /* der */, | 1378 std::vector<char> /* der */, |
1381 bool /* succeeded */, | 1379 bool /* succeeded */, |
1382 ppapi::PPB_X509Certificate_Fields /* result */) | 1380 ppapi::PPB_X509Certificate_Fields /* result */) |
1383 | 1381 |
1384 // PPB_Font. | 1382 // PPB_Font. |
1385 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, | 1383 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, |
1386 std::string /* result */) | 1384 std::string /* result */) |
1387 #endif // !defined(OS_NACL) | 1385 #endif // !defined(OS_NACL) |
OLD | NEW |