| 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 <map> | 6 #include <map> |
| 7 #include <string> | 7 #include <string> |
| 8 #include <vector> | 8 #include <vector> |
| 9 | 9 |
| 10 #include "base/basictypes.h" | 10 #include "base/basictypes.h" |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 #include "ppapi/proxy/ppapi_proxy_export.h" | 55 #include "ppapi/proxy/ppapi_proxy_export.h" |
| 56 #include "ppapi/proxy/resource_message_params.h" | 56 #include "ppapi/proxy/resource_message_params.h" |
| 57 #include "ppapi/proxy/serialized_flash_menu.h" | 57 #include "ppapi/proxy/serialized_flash_menu.h" |
| 58 #include "ppapi/proxy/serialized_handle.h" | 58 #include "ppapi/proxy/serialized_handle.h" |
| 59 #include "ppapi/proxy/serialized_structs.h" | 59 #include "ppapi/proxy/serialized_structs.h" |
| 60 #include "ppapi/proxy/serialized_var.h" | 60 #include "ppapi/proxy/serialized_var.h" |
| 61 #include "ppapi/shared_impl/dir_contents.h" | 61 #include "ppapi/shared_impl/dir_contents.h" |
| 62 #include "ppapi/shared_impl/file_growth.h" | 62 #include "ppapi/shared_impl/file_growth.h" |
| 63 #include "ppapi/shared_impl/file_path.h" | 63 #include "ppapi/shared_impl/file_path.h" |
| 64 #include "ppapi/shared_impl/file_ref_create_info.h" | 64 #include "ppapi/shared_impl/file_ref_create_info.h" |
| 65 #include "ppapi/shared_impl/media_stream_video_track_shared.h" |
| 65 #include "ppapi/shared_impl/ppapi_nacl_plugin_args.h" | 66 #include "ppapi/shared_impl/ppapi_nacl_plugin_args.h" |
| 66 #include "ppapi/shared_impl/ppapi_preferences.h" | 67 #include "ppapi/shared_impl/ppapi_preferences.h" |
| 67 #include "ppapi/shared_impl/ppb_device_ref_shared.h" | 68 #include "ppapi/shared_impl/ppb_device_ref_shared.h" |
| 68 #include "ppapi/shared_impl/ppb_input_event_shared.h" | 69 #include "ppapi/shared_impl/ppb_input_event_shared.h" |
| 69 #include "ppapi/shared_impl/ppb_tcp_socket_shared.h" | 70 #include "ppapi/shared_impl/ppb_tcp_socket_shared.h" |
| 70 #include "ppapi/shared_impl/ppb_view_shared.h" | 71 #include "ppapi/shared_impl/ppb_view_shared.h" |
| 71 #include "ppapi/shared_impl/ppp_flash_browser_operations_shared.h" | 72 #include "ppapi/shared_impl/ppp_flash_browser_operations_shared.h" |
| 72 #include "ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h" | 73 #include "ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h" |
| 73 #include "ppapi/shared_impl/socket_option_data.h" | 74 #include "ppapi/shared_impl/socket_option_data.h" |
| 74 #include "ppapi/shared_impl/url_request_info_data.h" | 75 #include "ppapi/shared_impl/url_request_info_data.h" |
| (...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1434 IPC_MESSAGE_CONTROL1(PpapiHostMsg_IsolatedFileSystem_BrowserOpen, | 1435 IPC_MESSAGE_CONTROL1(PpapiHostMsg_IsolatedFileSystem_BrowserOpen, |
| 1435 PP_IsolatedFileSystemType_Private /* type */) | 1436 PP_IsolatedFileSystemType_Private /* type */) |
| 1436 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply, | 1437 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply, |
| 1437 std::string /* fsid */) | 1438 std::string /* fsid */) |
| 1438 | 1439 |
| 1439 // MediaStream ----------------------------------------------------------------- | 1440 // MediaStream ----------------------------------------------------------------- |
| 1440 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost, | 1441 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost, |
| 1441 std::string /* track_id */) | 1442 std::string /* track_id */) |
| 1442 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost, | 1443 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost, |
| 1443 std::string /* track_id */) | 1444 std::string /* track_id */) |
| 1445 IPC_MESSAGE_CONTROL1( |
| 1446 PpapiHostMsg_MediaStreamVideoTrack_Configure, |
| 1447 ppapi::MediaStreamVideoTrackShared::Attributes /* attributes */) |
| 1448 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_MediaStreamVideoTrack_ConfigureReply) |
| 1444 | 1449 |
| 1445 // Message for init buffers. It also takes a shared memory handle which is put | 1450 // Message for init buffers. It also takes a shared memory handle which is put |
| 1446 // in the outer ResourceReplyMessage. | 1451 // in the outer ResourceReplyMessage. |
| 1447 IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitBuffers, | 1452 IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitBuffers, |
| 1448 int32_t /* number_of_buffers */, | 1453 int32_t /* number_of_buffers */, |
| 1449 int32_t /* buffer_size */) | 1454 int32_t /* buffer_size */) |
| 1450 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer, | 1455 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer, |
| 1451 int32_t /* index */); | 1456 int32_t /* index */); |
| 1452 IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer, | 1457 IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer, |
| 1453 int32_t /* index */); | 1458 int32_t /* index */); |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, | 2070 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, |
| 2066 PP_TalkPermission /* permission */) | 2071 PP_TalkPermission /* permission */) |
| 2067 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) | 2072 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) |
| 2068 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) | 2073 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) |
| 2069 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) | 2074 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) |
| 2070 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) | 2075 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) |
| 2071 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) | 2076 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) |
| 2072 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) | 2077 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) |
| 2073 | 2078 |
| 2074 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) | 2079 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
| OLD | NEW |