| 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 #ifndef PPAPI_THUNK_THUNK_H_ | 5 #ifndef PPAPI_THUNK_THUNK_H_ |
| 6 #define PPAPI_THUNK_THUNK_H_ | 6 #define PPAPI_THUNK_THUNK_H_ |
| 7 | 7 |
| 8 #include "ppapi/c/ppb_graphics_3d.h" | 8 #include "ppapi/c/ppb_graphics_3d.h" |
| 9 #include "ppapi/c/private/ppb_flash_clipboard.h" | 9 #include "ppapi/c/private/ppb_flash_clipboard.h" |
| 10 #include "ppapi/c/private/ppb_flash_menu.h" | 10 #include "ppapi/c/private/ppb_flash_menu.h" |
| 11 #include "ppapi/c/private/ppb_flash_message_loop.h" | 11 #include "ppapi/c/private/ppb_flash_message_loop.h" |
| 12 #include "ppapi/c/private/ppb_flash_fullscreen.h" | 12 #include "ppapi/c/private/ppb_flash_fullscreen.h" |
| 13 #include "ppapi/c/private/ppb_host_resolver_private.h" | 13 #include "ppapi/c/private/ppb_host_resolver_private.h" |
| 14 #include "ppapi/c/private/ppb_instance_private.h" | 14 #include "ppapi/c/private/ppb_instance_private.h" |
| 15 #include "ppapi/c/private/ppb_tcp_server_socket_private.h" | 15 #include "ppapi/c/private/ppb_tcp_server_socket_private.h" |
| 16 #include "ppapi/c/private/ppb_tcp_socket_private.h" | 16 #include "ppapi/c/private/ppb_tcp_socket_private.h" |
| 17 #include "ppapi/c/private/ppb_udp_socket_private.h" | 17 #include "ppapi/c/private/ppb_udp_socket_private.h" |
| 18 #include "ppapi/c/trusted/ppb_audio_input_trusted_dev.h" | |
| 19 #include "ppapi/c/trusted/ppb_audio_trusted.h" | 18 #include "ppapi/c/trusted/ppb_audio_trusted.h" |
| 20 #include "ppapi/c/trusted/ppb_broker_trusted.h" | 19 #include "ppapi/c/trusted/ppb_broker_trusted.h" |
| 21 #include "ppapi/c/trusted/ppb_buffer_trusted.h" | 20 #include "ppapi/c/trusted/ppb_buffer_trusted.h" |
| 22 #include "ppapi/c/trusted/ppb_file_chooser_trusted.h" | 21 #include "ppapi/c/trusted/ppb_file_chooser_trusted.h" |
| 23 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" | 22 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" |
| 24 #include "ppapi/c/trusted/ppb_image_data_trusted.h" | 23 #include "ppapi/c/trusted/ppb_image_data_trusted.h" |
| 25 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" | 24 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" |
| 26 #include "ppapi/thunk/ppapi_thunk_export.h" | 25 #include "ppapi/thunk/ppapi_thunk_export.h" |
| 27 | 26 |
| 28 // Declares a getter for the interface thunk of the form: | 27 // Declares a getter for the interface thunk of the form: |
| (...skipping 17 matching lines...) Expand all Loading... |
| 46 #undef UNPROXIED_IFACE | 45 #undef UNPROXIED_IFACE |
| 47 #undef PROXIED_IFACE | 46 #undef PROXIED_IFACE |
| 48 #undef IFACE | 47 #undef IFACE |
| 49 | 48 |
| 50 namespace ppapi { | 49 namespace ppapi { |
| 51 namespace thunk { | 50 namespace thunk { |
| 52 | 51 |
| 53 // Old-style thunk getters. Only put trusted/private stuff here (it hasn't | 52 // Old-style thunk getters. Only put trusted/private stuff here (it hasn't |
| 54 // yet been converted to the new system). Otherwise, add the declaration to | 53 // yet been converted to the new system). Otherwise, add the declaration to |
| 55 // the appropriate interfaces_*.h file. | 54 // the appropriate interfaces_*.h file. |
| 56 PPAPI_THUNK_EXPORT const PPB_AudioInputTrusted_Dev_0_1* | |
| 57 GetPPB_AudioInputTrusted_0_1_Thunk(); | |
| 58 PPAPI_THUNK_EXPORT const PPB_AudioTrusted_0_6* GetPPB_AudioTrusted_0_6_Thunk(); | 55 PPAPI_THUNK_EXPORT const PPB_AudioTrusted_0_6* GetPPB_AudioTrusted_0_6_Thunk(); |
| 59 PPAPI_THUNK_EXPORT const PPB_BrokerTrusted_0_2* GetPPB_Broker_0_2_Thunk(); | 56 PPAPI_THUNK_EXPORT const PPB_BrokerTrusted_0_2* GetPPB_Broker_0_2_Thunk(); |
| 60 PPAPI_THUNK_EXPORT const PPB_BufferTrusted_0_1* | 57 PPAPI_THUNK_EXPORT const PPB_BufferTrusted_0_1* |
| 61 GetPPB_BufferTrusted_0_1_Thunk(); | 58 GetPPB_BufferTrusted_0_1_Thunk(); |
| 62 PPAPI_THUNK_EXPORT const PPB_FileChooserTrusted_0_5* | 59 PPAPI_THUNK_EXPORT const PPB_FileChooserTrusted_0_5* |
| 63 GetPPB_FileChooser_Trusted_0_5_Thunk(); | 60 GetPPB_FileChooser_Trusted_0_5_Thunk(); |
| 64 PPAPI_THUNK_EXPORT const PPB_Graphics3DTrusted_1_0* | 61 PPAPI_THUNK_EXPORT const PPB_Graphics3DTrusted_1_0* |
| 65 GetPPB_Graphics3DTrusted_1_0_Thunk(); | 62 GetPPB_Graphics3DTrusted_1_0_Thunk(); |
| 66 PPAPI_THUNK_EXPORT const PPB_HostResolver_Private_0_1* | 63 PPAPI_THUNK_EXPORT const PPB_HostResolver_Private_0_1* |
| 67 GetPPB_HostResolver_Private_0_1_Thunk(); | 64 GetPPB_HostResolver_Private_0_1_Thunk(); |
| 68 PPAPI_THUNK_EXPORT const PPB_ImageDataTrusted_0_4* | 65 PPAPI_THUNK_EXPORT const PPB_ImageDataTrusted_0_4* |
| 69 GetPPB_ImageDataTrusted_0_4_Thunk(); | 66 GetPPB_ImageDataTrusted_0_4_Thunk(); |
| 70 PPAPI_THUNK_EXPORT const PPB_Instance_Private_0_1* | 67 PPAPI_THUNK_EXPORT const PPB_Instance_Private_0_1* |
| 71 GetPPB_Instance_Private_0_1_Thunk(); | 68 GetPPB_Instance_Private_0_1_Thunk(); |
| 72 PPAPI_THUNK_EXPORT const PPB_TCPServerSocket_Private_0_1* | 69 PPAPI_THUNK_EXPORT const PPB_TCPServerSocket_Private_0_1* |
| 73 GetPPB_TCPServerSocket_Private_0_1_Thunk(); | 70 GetPPB_TCPServerSocket_Private_0_1_Thunk(); |
| 74 PPAPI_THUNK_EXPORT const PPB_TCPSocket_Private_0_3* | 71 PPAPI_THUNK_EXPORT const PPB_TCPSocket_Private_0_3* |
| 75 GetPPB_TCPSocket_Private_0_3_Thunk(); | 72 GetPPB_TCPSocket_Private_0_3_Thunk(); |
| 76 PPAPI_THUNK_EXPORT const PPB_UDPSocket_Private_0_2* | 73 PPAPI_THUNK_EXPORT const PPB_UDPSocket_Private_0_2* |
| 77 GetPPB_UDPSocket_Private_0_2_Thunk(); | 74 GetPPB_UDPSocket_Private_0_2_Thunk(); |
| 78 PPAPI_THUNK_EXPORT const PPB_URLLoaderTrusted_0_3* | 75 PPAPI_THUNK_EXPORT const PPB_URLLoaderTrusted_0_3* |
| 79 GetPPB_URLLoaderTrusted_0_3_Thunk(); | 76 GetPPB_URLLoaderTrusted_0_3_Thunk(); |
| 80 PPAPI_THUNK_EXPORT const PPB_WebSocket_1_0* | 77 PPAPI_THUNK_EXPORT const PPB_WebSocket_1_0* |
| 81 GetPPB_WebSocket_1_0_Thunk(); | 78 GetPPB_WebSocket_1_0_Thunk(); |
| 82 | 79 |
| 83 } // namespace thunk | 80 } // namespace thunk |
| 84 } // namespace ppapi | 81 } // namespace ppapi |
| 85 | 82 |
| 86 #endif // PPAPI_THUNK_THUNK_H_ | 83 #endif // PPAPI_THUNK_THUNK_H_ |
| OLD | NEW |