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 // Please see inteface_ppb_public_stable for the documentation on the format of | 5 // Please see inteface_ppb_public_stable for the documentation on the format of |
6 // this file. | 6 // this file. |
7 | 7 |
8 #include "ppapi/thunk/interfaces_preamble.h" | 8 #include "ppapi/thunk/interfaces_preamble.h" |
9 | 9 |
10 PROXIED_API(PPB_Flash) | 10 PROXIED_API(PPB_Flash) |
(...skipping 13 matching lines...) Expand all Loading... | |
24 PPB_FLASH_INTERFACE_12_4, | 24 PPB_FLASH_INTERFACE_12_4, |
25 PPB_Flash_12_4) | 25 PPB_Flash_12_4) |
26 PROXIED_IFACE(PPB_Flash, | 26 PROXIED_IFACE(PPB_Flash, |
27 PPB_FLASH_INTERFACE_12_5, | 27 PPB_FLASH_INTERFACE_12_5, |
28 PPB_Flash_12_5) | 28 PPB_Flash_12_5) |
29 PROXIED_IFACE(PPB_Flash, | 29 PROXIED_IFACE(PPB_Flash, |
30 PPB_FLASH_INTERFACE_12_6, | 30 PPB_FLASH_INTERFACE_12_6, |
31 PPB_Flash_12_6) | 31 PPB_Flash_12_6) |
32 | 32 |
33 PROXIED_IFACE(PPB_Flash, | 33 PROXIED_IFACE(PPB_Flash, |
34 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, | |
35 PPB_Flash_Clipboard_3_0) | |
36 PROXIED_IFACE(PPB_Flash, | |
37 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, | |
38 PPB_Flash_Clipboard_3_0) | |
39 PROXIED_IFACE(PPB_Flash, | |
40 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, | |
41 PPB_Flash_Clipboard_4_0) | |
42 PROXIED_IFACE(PPB_Flash, | |
43 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, | 34 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, |
44 PPB_Flash_File_ModuleLocal_2_0) | 35 PPB_Flash_File_ModuleLocal_2_0) |
45 PROXIED_IFACE(PPB_Flash, | 36 PROXIED_IFACE(PPB_Flash, |
46 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, | 37 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, |
47 PPB_Flash_File_ModuleLocal_3_0) | 38 PPB_Flash_File_ModuleLocal_3_0) |
48 PROXIED_IFACE(PPB_Flash, | 39 PROXIED_IFACE(PPB_Flash, |
49 PPB_FLASH_FILE_FILEREF_INTERFACE, | 40 PPB_FLASH_FILE_FILEREF_INTERFACE, |
50 PPB_Flash_File_FileRef) | 41 PPB_Flash_File_FileRef) |
42 PROXIED_IFACE(PPB_Flash, | |
yzshen1
2012/10/29 17:58:04
I thought it should be 'NoAPIName'?
raymes
2012/10/29 18:44:58
Done.
| |
43 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, | |
44 PPB_Flash_Clipboard_4_0) | |
45 PROXIED_IFACE(PPB_Flash, | |
46 PPB_FLASH_CLIPBOARD_INTERFACE_5_0, | |
47 PPB_Flash_Clipboard_5_0) | |
48 | |
51 | 49 |
52 PROXIED_IFACE(NoAPIName, | 50 PROXIED_IFACE(NoAPIName, |
53 PPB_FLASH_DEVICEID_INTERFACE_1_0, | 51 PPB_FLASH_DEVICEID_INTERFACE_1_0, |
54 PPB_Flash_DeviceID_1_0) | 52 PPB_Flash_DeviceID_1_0) |
55 | 53 |
56 PROXIED_IFACE(NoAPIName, | 54 PROXIED_IFACE(NoAPIName, |
57 PPB_FLASH_FONTFILE_INTERFACE_0_1, | 55 PPB_FLASH_FONTFILE_INTERFACE_0_1, |
58 PPB_Flash_FontFile_0_1) | 56 PPB_Flash_FontFile_0_1) |
59 | 57 |
60 PROXIED_API(PPB_Flash_Menu) | 58 PROXIED_API(PPB_Flash_Menu) |
61 PROXIED_IFACE(PPB_Flash_Menu, | 59 PROXIED_IFACE(PPB_Flash_Menu, |
62 PPB_FLASH_MENU_INTERFACE_0_2, | 60 PPB_FLASH_MENU_INTERFACE_0_2, |
63 PPB_Flash_Menu_0_2) | 61 PPB_Flash_Menu_0_2) |
64 | 62 |
65 PROXIED_API(PPB_Flash_MessageLoop) | 63 PROXIED_API(PPB_Flash_MessageLoop) |
66 PROXIED_IFACE(PPB_Flash_MessageLoop, | 64 PROXIED_IFACE(PPB_Flash_MessageLoop, |
67 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 65 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
68 PPB_Flash_MessageLoop_0_1) | 66 PPB_Flash_MessageLoop_0_1) |
69 | 67 |
70 // TCPSocketPrivate is defined in the normal private interfaces. | 68 // TCPSocketPrivate is defined in the normal private interfaces. |
71 PROXIED_IFACE(PPB_TCPSocket_Private, | 69 PROXIED_IFACE(PPB_TCPSocket_Private, |
72 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, | 70 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, |
73 PPB_TCPSocket_Private_0_3) | 71 PPB_TCPSocket_Private_0_3) |
74 | 72 |
75 #include "ppapi/thunk/interfaces_postamble.h" | 73 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |