| 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) |
| 11 PROXIED_IFACE(PPB_Flash, | 11 PROXIED_IFACE(PPB_Flash, |
| 12 PPB_FLASH_INTERFACE_12_0, | |
| 13 PPB_Flash_12_0) | |
| 14 PROXIED_IFACE(PPB_Flash, | |
| 15 PPB_FLASH_INTERFACE_12_1, | |
| 16 PPB_Flash_12_1) | |
| 17 PROXIED_IFACE(PPB_Flash, | |
| 18 PPB_FLASH_INTERFACE_12_2, | |
| 19 PPB_Flash_12_2) | |
| 20 PROXIED_IFACE(PPB_Flash, | |
| 21 PPB_FLASH_INTERFACE_12_3, | |
| 22 PPB_Flash_12_3) | |
| 23 PROXIED_IFACE(PPB_Flash, | |
| 24 PPB_FLASH_INTERFACE_12_4, | 12 PPB_FLASH_INTERFACE_12_4, |
| 25 PPB_Flash_12_4) | 13 PPB_Flash_12_4) |
| 26 PROXIED_IFACE(PPB_Flash, | 14 PROXIED_IFACE(PPB_Flash, |
| 27 PPB_FLASH_INTERFACE_12_5, | 15 PPB_FLASH_INTERFACE_12_5, |
| 28 PPB_Flash_12_5) | 16 PPB_Flash_12_5) |
| 29 PROXIED_IFACE(PPB_Flash, | 17 PROXIED_IFACE(PPB_Flash, |
| 30 PPB_FLASH_INTERFACE_12_6, | 18 PPB_FLASH_INTERFACE_12_6, |
| 31 PPB_Flash_12_6) | 19 PPB_Flash_12_6) |
| 20 PROXIED_IFACE(PPB_Flash, |
| 21 PPB_FLASH_INTERFACE_13_0, |
| 22 PPB_Flash_13_0) |
| 32 | 23 |
| 33 PROXIED_IFACE(PPB_Flash, | 24 PROXIED_IFACE(PPB_Flash, |
| 34 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, | 25 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_2_0, |
| 35 PPB_Flash_File_ModuleLocal_2_0) | 26 PPB_Flash_File_ModuleLocal_2_0) |
| 36 PROXIED_IFACE(PPB_Flash, | 27 PROXIED_IFACE(PPB_Flash, |
| 37 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, | 28 PPB_FLASH_FILE_MODULELOCAL_INTERFACE_3_0, |
| 38 PPB_Flash_File_ModuleLocal_3_0) | 29 PPB_Flash_File_ModuleLocal_3_0) |
| 39 PROXIED_IFACE(PPB_Flash, | 30 PROXIED_IFACE(PPB_Flash, |
| 40 PPB_FLASH_FILE_FILEREF_INTERFACE, | 31 PPB_FLASH_FILE_FILEREF_INTERFACE, |
| 41 PPB_Flash_File_FileRef) | 32 PPB_Flash_File_FileRef) |
| (...skipping 16 matching lines...) Expand all Loading... |
| 58 PROXIED_IFACE(NoAPIName, | 49 PROXIED_IFACE(NoAPIName, |
| 59 PPB_FLASH_MENU_INTERFACE_0_2, | 50 PPB_FLASH_MENU_INTERFACE_0_2, |
| 60 PPB_Flash_Menu_0_2) | 51 PPB_Flash_Menu_0_2) |
| 61 | 52 |
| 62 PROXIED_API(PPB_Flash_MessageLoop) | 53 PROXIED_API(PPB_Flash_MessageLoop) |
| 63 PROXIED_IFACE(PPB_Flash_MessageLoop, | 54 PROXIED_IFACE(PPB_Flash_MessageLoop, |
| 64 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, | 55 PPB_FLASH_MESSAGELOOP_INTERFACE_0_1, |
| 65 PPB_Flash_MessageLoop_0_1) | 56 PPB_Flash_MessageLoop_0_1) |
| 66 | 57 |
| 67 #include "ppapi/thunk/interfaces_postamble.h" | 58 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |