Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 704133005: Pepper: Add support for multicast in PPB_UDPSocket API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests, thunk code auto generated Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 PP_TALKPERMISSION_NUM_PERMISSIONS - 1) 121 PP_TALKPERMISSION_NUM_PERMISSIONS - 1)
122 IPC_ENUM_TRAITS_MAX_VALUE(PP_TCPSocket_Option, 122 IPC_ENUM_TRAITS_MAX_VALUE(PP_TCPSocket_Option,
123 PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE) 123 PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE)
124 IPC_ENUM_TRAITS(PP_TextInput_Type) 124 IPC_ENUM_TRAITS(PP_TextInput_Type)
125 IPC_ENUM_TRAITS(PP_TrueTypeFontFamily_Dev) 125 IPC_ENUM_TRAITS(PP_TrueTypeFontFamily_Dev)
126 IPC_ENUM_TRAITS(PP_TrueTypeFontStyle_Dev) 126 IPC_ENUM_TRAITS(PP_TrueTypeFontStyle_Dev)
127 IPC_ENUM_TRAITS(PP_TrueTypeFontWeight_Dev) 127 IPC_ENUM_TRAITS(PP_TrueTypeFontWeight_Dev)
128 IPC_ENUM_TRAITS(PP_TrueTypeFontWidth_Dev) 128 IPC_ENUM_TRAITS(PP_TrueTypeFontWidth_Dev)
129 IPC_ENUM_TRAITS(PP_TrueTypeFontCharset_Dev) 129 IPC_ENUM_TRAITS(PP_TrueTypeFontCharset_Dev)
130 IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option, 130 IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option,
131 PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE) 131 PP_UDPSOCKET_OPTION_MULTICAST_TTL)
132 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev) 132 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev)
133 IPC_ENUM_TRAITS(PP_VideoDecoder_Profile) 133 IPC_ENUM_TRAITS(PP_VideoDecoder_Profile)
134 IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoFrame_Format, PP_VIDEOFRAME_FORMAT_LAST) 134 IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoFrame_Format, PP_VIDEOFRAME_FORMAT_LAST)
135 IPC_ENUM_TRAITS_MAX_VALUE(PP_HardwareAcceleration, PP_HARDWAREACCELERATION_LAST) 135 IPC_ENUM_TRAITS_MAX_VALUE(PP_HardwareAcceleration, PP_HARDWAREACCELERATION_LAST)
136 IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoProfile, PP_VIDEOPROFILE_MAX) 136 IPC_ENUM_TRAITS_MAX_VALUE(PP_VideoProfile, PP_VIDEOPROFILE_MAX)
137 137
138 IPC_STRUCT_TRAITS_BEGIN(PP_Point) 138 IPC_STRUCT_TRAITS_BEGIN(PP_Point)
139 IPC_STRUCT_TRAITS_MEMBER(x) 139 IPC_STRUCT_TRAITS_MEMBER(x)
140 IPC_STRUCT_TRAITS_MEMBER(y) 140 IPC_STRUCT_TRAITS_MEMBER(y)
141 IPC_STRUCT_TRAITS_END() 141 IPC_STRUCT_TRAITS_END()
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 int32_t /* result */, 1759 int32_t /* result */,
1760 std::string /* data */, 1760 std::string /* data */,
1761 PP_NetAddress_Private /* remote_addr */) 1761 PP_NetAddress_Private /* remote_addr */)
1762 IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_RecvSlotAvailable) 1762 IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_RecvSlotAvailable)
1763 IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SendTo, 1763 IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SendTo,
1764 std::string /* data */, 1764 std::string /* data */,
1765 PP_NetAddress_Private /* net_addr */) 1765 PP_NetAddress_Private /* net_addr */)
1766 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_SendToReply, 1766 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_SendToReply,
1767 int32_t /* bytes_written */) 1767 int32_t /* bytes_written */)
1768 IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Close) 1768 IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Close)
1769 IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_JoinGroup,
1770 PP_NetAddress_Private /* net_addr */)
1771 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_UDPSocket_JoinGroupReply)
1772 IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_LeaveGroup,
1773 PP_NetAddress_Private /* net_addr */)
1774 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_UDPSocket_LeaveGroupReply)
1769 1775
1770 // URLLoader ------------------------------------------------------------------ 1776 // URLLoader ------------------------------------------------------------------
1771 1777
1772 IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Create) 1778 IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Create)
1773 1779
1774 // These messages correspond to PPAPI calls and all should get a 1780 // These messages correspond to PPAPI calls and all should get a
1775 // CallbackComplete message. 1781 // CallbackComplete message.
1776 IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_Open, 1782 IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_Open,
1777 ppapi::URLRequestInfoData /* request_data */) 1783 ppapi::URLRequestInfoData /* request_data */)
1778 1784
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, 2304 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2299 PP_TalkPermission /* permission */) 2305 PP_TalkPermission /* permission */)
2300 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) 2306 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2301 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) 2307 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2302 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) 2308 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2303 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) 2309 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2304 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) 2310 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2305 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) 2311 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2306 2312
2307 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2313 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698