| 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 16 matching lines...) Expand all Loading... |
| 27 PROXIED_IFACE(PPB_Flash, | 27 PROXIED_IFACE(PPB_Flash, |
| 28 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, | 28 PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY, |
| 29 PPB_Flash_Clipboard_3_0) | 29 PPB_Flash_Clipboard_3_0) |
| 30 PROXIED_IFACE(PPB_Flash, | 30 PROXIED_IFACE(PPB_Flash, |
| 31 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, | 31 PPB_FLASH_CLIPBOARD_INTERFACE_3_0, |
| 32 PPB_Flash_Clipboard_3_0) | 32 PPB_Flash_Clipboard_3_0) |
| 33 PROXIED_IFACE(PPB_Flash, | 33 PROXIED_IFACE(PPB_Flash, |
| 34 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, | 34 PPB_FLASH_CLIPBOARD_INTERFACE_4_0, |
| 35 PPB_Flash_Clipboard_4_0) | 35 PPB_Flash_Clipboard_4_0) |
| 36 PROXIED_IFACE(PPB_Flash, | 36 PROXIED_IFACE(PPB_Flash, |
| 37 PPB_FLASH_FILE_MODULELOCAL_INTERFACE, | 37 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, |
| 38 PPB_Flash_File_ModuleLocal) | 38 PPB_Flash_File_ModuleLocal_2_0) |
| 39 PROXIED_IFACE(PPB_Flash, |
| 40 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, |
| 41 PPB_Flash_File_ModuleLocal_3_0) |
| 39 PROXIED_IFACE(PPB_Flash, | 42 PROXIED_IFACE(PPB_Flash, |
| 40 PPB_FLASH_FILE_FILEREF_INTERFACE, | 43 PPB_FLASH_FILE_FILEREF_INTERFACE, |
| 41 PPB_Flash_File_FileRef) | 44 PPB_Flash_File_FileRef) |
| 42 | 45 |
| 43 PROXIED_API(PPB_Flash_DeviceID) | 46 PROXIED_API(PPB_Flash_DeviceID) |
| 44 PROXIED_IFACE(PPB_Flash_DeviceID, | 47 PROXIED_IFACE(PPB_Flash_DeviceID, |
| 45 PPB_FLASH_DEVICEID_INTERFACE_1_0, | 48 PPB_FLASH_DEVICEID_INTERFACE_1_0, |
| 46 PPB_Flash_DeviceID_1_0) | 49 PPB_Flash_DeviceID_1_0) |
| 47 | 50 |
| 48 PROXIED_API(PPB_Flash_Menu) | 51 PROXIED_API(PPB_Flash_Menu) |
| 49 PROXIED_IFACE(PPB_Flash_Menu, | 52 PROXIED_IFACE(PPB_Flash_Menu, |
| 50 PPB_FLASH_MENU_INTERFACE_0_2, | 53 PPB_FLASH_MENU_INTERFACE_0_2, |
| 51 PPB_Flash_Menu_0_2) | 54 PPB_Flash_Menu_0_2) |
| 52 | 55 |
| 53 PROXIED_API(PPB_Flash_MessageLoop) | 56 PROXIED_API(PPB_Flash_MessageLoop) |
| 54 PROXIED_IFACE(PPB_Flash_MessageLoop, | 57 PROXIED_IFACE(PPB_Flash_MessageLoop, |
| 55 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 58 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
| 56 PPB_Flash_MessageLoop_0_1) | 59 PPB_Flash_MessageLoop_0_1) |
| 57 | 60 |
| 58 // TCPSocketPrivate is defined in the normal private interfaces. | 61 // TCPSocketPrivate is defined in the normal private interfaces. |
| 59 PROXIED_IFACE(PPB_TCPSocket_Private, | 62 PROXIED_IFACE(PPB_TCPSocket_Private, |
| 60 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, | 63 PPB_FLASH_TCPSOCKET_INTERFACE_0_2, |
| 61 PPB_TCPSocket_Private_0_3) | 64 PPB_TCPSocket_Private_0_3) |
| 62 | 65 |
| 63 #include "ppapi/thunk/interfaces_postamble.h" | 66 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |