| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudio_StartOrStop, | 747 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudio_StartOrStop, |
| 748 ppapi::HostResource /* audio_id */, | 748 ppapi::HostResource /* audio_id */, |
| 749 bool /* play */) | 749 bool /* play */) |
| 750 | 750 |
| 751 // PPB_AudioInput. | 751 // PPB_AudioInput. |
| 752 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBAudioInput_Create, | 752 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBAudioInput_Create, |
| 753 PP_Instance /* instance */, | 753 PP_Instance /* instance */, |
| 754 ppapi::HostResource /* result */) | 754 ppapi::HostResource /* result */) |
| 755 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_EnumerateDevices, | 755 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_EnumerateDevices, |
| 756 ppapi::HostResource /* audio_input */) | 756 ppapi::HostResource /* audio_input */) |
| 757 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_StopEnumerateDevices, |
| 758 ppapi::HostResource /* audio_input */) |
| 757 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBAudioInput_Open, | 759 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBAudioInput_Open, |
| 758 ppapi::HostResource /* audio_input */, | 760 ppapi::HostResource /* audio_input */, |
| 759 std::string /* device_id */, | 761 std::string /* device_id */, |
| 760 int32_t /* sample_rate */, | 762 int32_t /* sample_rate */, |
| 761 uint32_t /* sample_frame_count */) | 763 uint32_t /* sample_frame_count */) |
| 762 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudioInput_StartOrStop, | 764 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudioInput_StartOrStop, |
| 763 ppapi::HostResource /* audio_input */, | 765 ppapi::HostResource /* audio_input */, |
| 764 bool /* capture */) | 766 bool /* capture */) |
| 765 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_Close, | 767 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBAudioInput_Close, |
| 766 ppapi::HostResource /* audio_input */) | 768 ppapi::HostResource /* audio_input */) |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1183 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent, | 1185 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBTesting_SimulateInputEvent, |
| 1184 PP_Instance /* instance */, | 1186 PP_Instance /* instance */, |
| 1185 ppapi::InputEventData /* input_event */) | 1187 ppapi::InputEventData /* input_event */) |
| 1186 | 1188 |
| 1187 // PPB_VideoCapture_Dev. | 1189 // PPB_VideoCapture_Dev. |
| 1188 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVideoCapture_Create, | 1190 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVideoCapture_Create, |
| 1189 PP_Instance /* instance */, | 1191 PP_Instance /* instance */, |
| 1190 ppapi::HostResource /* result */) | 1192 ppapi::HostResource /* result */) |
| 1191 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_EnumerateDevices, | 1193 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_EnumerateDevices, |
| 1192 ppapi::HostResource /* video_capture */) | 1194 ppapi::HostResource /* video_capture */) |
| 1195 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_StopEnumerateDevices, |
| 1196 ppapi::HostResource /* video_capture */) |
| 1193 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoCapture_Open, | 1197 IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoCapture_Open, |
| 1194 ppapi::HostResource /* video_capture */, | 1198 ppapi::HostResource /* video_capture */, |
| 1195 std::string /* device_id */, | 1199 std::string /* device_id */, |
| 1196 PP_VideoCaptureDeviceInfo_Dev /* requested_info */, | 1200 PP_VideoCaptureDeviceInfo_Dev /* requested_info */, |
| 1197 uint32_t /* buffer_count */) | 1201 uint32_t /* buffer_count */) |
| 1198 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_StartCapture, | 1202 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoCapture_StartCapture, |
| 1199 ppapi::HostResource /* video_capture */) | 1203 ppapi::HostResource /* video_capture */) |
| 1200 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoCapture_ReuseBuffer, | 1204 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoCapture_ReuseBuffer, |
| 1201 ppapi::HostResource /* video_capture */, | 1205 ppapi::HostResource /* video_capture */, |
| 1202 uint32_t /* buffer */) | 1206 uint32_t /* buffer */) |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 | 1453 |
| 1450 // File chooser. | 1454 // File chooser. |
| 1451 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create) | 1455 IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create) |
| 1452 IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, | 1456 IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, |
| 1453 bool /* save_as */, | 1457 bool /* save_as */, |
| 1454 bool /* open_multiple */, | 1458 bool /* open_multiple */, |
| 1455 std::string /* suggested_file_name */, | 1459 std::string /* suggested_file_name */, |
| 1456 std::vector<std::string> /* accept_mime_types */) | 1460 std::vector<std::string> /* accept_mime_types */) |
| 1457 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, | 1461 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, |
| 1458 std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */) | 1462 std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */) |
| OLD | NEW |