| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 struct PPB_Audio; | 8 struct PPB_Audio; |
| 9 struct PPB_AudioConfig; | 9 struct PPB_AudioConfig; |
| 10 struct PPB_AudioTrusted; | 10 struct PPB_AudioTrusted; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 struct PPB_Messaging; | 40 struct PPB_Messaging; |
| 41 struct PPB_MouseInputEvent; | 41 struct PPB_MouseInputEvent; |
| 42 struct PPB_QueryPolicy_Dev; | 42 struct PPB_QueryPolicy_Dev; |
| 43 struct PPB_Scrollbar_0_4_Dev; | 43 struct PPB_Scrollbar_0_4_Dev; |
| 44 struct PPB_Surface3D_Dev; | 44 struct PPB_Surface3D_Dev; |
| 45 struct PPB_Transport_Dev; | 45 struct PPB_Transport_Dev; |
| 46 struct PPB_URLLoader; | 46 struct PPB_URLLoader; |
| 47 struct PPB_URLLoaderTrusted; | 47 struct PPB_URLLoaderTrusted; |
| 48 struct PPB_URLRequestInfo; | 48 struct PPB_URLRequestInfo; |
| 49 struct PPB_URLResponseInfo; | 49 struct PPB_URLResponseInfo; |
| 50 struct PPB_VideoCapture_Dev; |
| 50 struct PPB_VideoDecoder_Dev; | 51 struct PPB_VideoDecoder_Dev; |
| 51 struct PPB_VideoLayer_Dev; | 52 struct PPB_VideoLayer_Dev; |
| 52 struct PPB_WheelInputEvent; | 53 struct PPB_WheelInputEvent; |
| 53 struct PPB_Widget_Dev; | 54 struct PPB_Widget_Dev; |
| 54 struct PPB_Zoom_Dev; | 55 struct PPB_Zoom_Dev; |
| 55 | 56 |
| 56 typedef PPB_Instance PPB_Instance_1_0; | 57 typedef PPB_Instance PPB_Instance_1_0; |
| 57 | 58 |
| 58 namespace ppapi { | 59 namespace ppapi { |
| 59 namespace thunk { | 60 namespace thunk { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 const PPB_QueryPolicy_Dev* GetPPB_QueryPolicy_Thunk(); | 95 const PPB_QueryPolicy_Dev* GetPPB_QueryPolicy_Thunk(); |
| 95 const PPB_Messaging* GetPPB_Messaging_Thunk(); | 96 const PPB_Messaging* GetPPB_Messaging_Thunk(); |
| 96 const PPB_MouseInputEvent* GetPPB_MouseInputEvent_Thunk(); | 97 const PPB_MouseInputEvent* GetPPB_MouseInputEvent_Thunk(); |
| 97 const PPB_Scrollbar_0_4_Dev* GetPPB_Scrollbar_Thunk(); | 98 const PPB_Scrollbar_0_4_Dev* GetPPB_Scrollbar_Thunk(); |
| 98 const PPB_Surface3D_Dev* GetPPB_Surface3D_Thunk(); | 99 const PPB_Surface3D_Dev* GetPPB_Surface3D_Thunk(); |
| 99 const PPB_Transport_Dev* GetPPB_Transport_Thunk(); | 100 const PPB_Transport_Dev* GetPPB_Transport_Thunk(); |
| 100 const PPB_URLLoader* GetPPB_URLLoader_Thunk(); | 101 const PPB_URLLoader* GetPPB_URLLoader_Thunk(); |
| 101 const PPB_URLLoaderTrusted* GetPPB_URLLoaderTrusted_Thunk(); | 102 const PPB_URLLoaderTrusted* GetPPB_URLLoaderTrusted_Thunk(); |
| 102 const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk(); | 103 const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk(); |
| 103 const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk(); | 104 const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk(); |
| 105 const PPB_VideoCapture_Dev* GetPPB_VideoCapture_Thunk(); |
| 104 const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk(); | 106 const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk(); |
| 105 const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk(); | 107 const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk(); |
| 106 const PPB_WheelInputEvent* GetPPB_WheelInputEvent_Thunk(); | 108 const PPB_WheelInputEvent* GetPPB_WheelInputEvent_Thunk(); |
| 107 const PPB_Widget_Dev* GetPPB_Widget_Thunk(); | 109 const PPB_Widget_Dev* GetPPB_Widget_Thunk(); |
| 108 const PPB_Zoom_Dev* GetPPB_Zoom_Thunk(); | 110 const PPB_Zoom_Dev* GetPPB_Zoom_Thunk(); |
| 109 | 111 |
| 110 } // namespace thunk | 112 } // namespace thunk |
| 111 } // namespace ppapi | 113 } // namespace ppapi |
| 112 | 114 |
| 113 #endif // PPAPI_THUNK_THUNK_H_ | 115 #endif // PPAPI_THUNK_THUNK_H_ |
| OLD | NEW |