Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 5
6 /* NOTE: this is auto-generated from IDL */ 6 /* NOTE: this is auto-generated from IDL */
7 #include "ppapi/generators/pnacl_shim.h" 7 #include "ppapi/generators/pnacl_shim.h"
8 8
9 #include "ppapi/c/ppb.h" 9 #include "ppapi/c/ppb.h"
10 #include "ppapi/c/dev/ppb_audio_input_dev.h" 10 #include "ppapi/c/dev/ppb_audio_input_dev.h"
11 #include "ppapi/c/dev/ppb_buffer_dev.h" 11 #include "ppapi/c/dev/ppb_buffer_dev.h"
12 #include "ppapi/c/dev/ppb_crypto_dev.h" 12 #include "ppapi/c/dev/ppb_crypto_dev.h"
13 #include "ppapi/c/dev/ppb_cursor_control_dev.h" 13 #include "ppapi/c/dev/ppb_cursor_control_dev.h"
14 #include "ppapi/c/dev/ppb_device_ref_dev.h" 14 #include "ppapi/c/dev/ppb_device_ref_dev.h"
15 #include "ppapi/c/dev/ppb_file_chooser_dev.h" 15 #include "ppapi/c/dev/ppb_file_chooser_dev.h"
16 #include "ppapi/c/dev/ppb_find_dev.h" 16 #include "ppapi/c/dev/ppb_find_dev.h"
17 #include "ppapi/c/dev/ppb_font_dev.h" 17 #include "ppapi/c/dev/ppb_font_dev.h"
18 #include "ppapi/c/dev/ppb_graphics_2d_dev.h" 18 #include "ppapi/c/dev/ppb_graphics_2d_dev.h"
19 #include "ppapi/c/dev/ppb_ime_input_event_dev.h"
20 #include "ppapi/c/dev/ppb_keyboard_input_event_dev.h" 19 #include "ppapi/c/dev/ppb_keyboard_input_event_dev.h"
21 #include "ppapi/c/dev/ppb_memory_dev.h" 20 #include "ppapi/c/dev/ppb_memory_dev.h"
22 #include "ppapi/c/dev/ppb_printing_dev.h" 21 #include "ppapi/c/dev/ppb_printing_dev.h"
23 #include "ppapi/c/dev/ppb_resource_array_dev.h" 22 #include "ppapi/c/dev/ppb_resource_array_dev.h"
24 #include "ppapi/c/dev/ppb_scrollbar_dev.h" 23 #include "ppapi/c/dev/ppb_scrollbar_dev.h"
25 #include "ppapi/c/dev/ppb_testing_dev.h" 24 #include "ppapi/c/dev/ppb_testing_dev.h"
26 #include "ppapi/c/dev/ppb_text_input_dev.h"
27 #include "ppapi/c/dev/ppb_trace_event_dev.h" 25 #include "ppapi/c/dev/ppb_trace_event_dev.h"
28 #include "ppapi/c/dev/ppb_truetype_font_dev.h" 26 #include "ppapi/c/dev/ppb_truetype_font_dev.h"
29 #include "ppapi/c/dev/ppb_url_util_dev.h" 27 #include "ppapi/c/dev/ppb_url_util_dev.h"
30 #include "ppapi/c/dev/ppb_video_capture_dev.h" 28 #include "ppapi/c/dev/ppb_video_capture_dev.h"
31 #include "ppapi/c/dev/ppb_video_decoder_dev.h" 29 #include "ppapi/c/dev/ppb_video_decoder_dev.h"
32 #include "ppapi/c/dev/ppb_view_dev.h" 30 #include "ppapi/c/dev/ppb_view_dev.h"
33 #include "ppapi/c/dev/ppb_widget_dev.h" 31 #include "ppapi/c/dev/ppb_widget_dev.h"
34 #include "ppapi/c/dev/ppb_zoom_dev.h" 32 #include "ppapi/c/dev/ppb_zoom_dev.h"
35 #include "ppapi/c/dev/ppp_network_state_dev.h" 33 #include "ppapi/c/dev/ppp_network_state_dev.h"
36 #include "ppapi/c/dev/ppp_printing_dev.h" 34 #include "ppapi/c/dev/ppp_printing_dev.h"
37 #include "ppapi/c/dev/ppp_scrollbar_dev.h" 35 #include "ppapi/c/dev/ppp_scrollbar_dev.h"
38 #include "ppapi/c/dev/ppp_selection_dev.h" 36 #include "ppapi/c/dev/ppp_selection_dev.h"
39 #include "ppapi/c/dev/ppp_text_input_dev.h"
40 #include "ppapi/c/dev/ppp_video_capture_dev.h" 37 #include "ppapi/c/dev/ppp_video_capture_dev.h"
41 #include "ppapi/c/dev/ppp_video_decoder_dev.h" 38 #include "ppapi/c/dev/ppp_video_decoder_dev.h"
42 #include "ppapi/c/dev/ppp_widget_dev.h" 39 #include "ppapi/c/dev/ppp_widget_dev.h"
43 #include "ppapi/c/dev/ppp_zoom_dev.h" 40 #include "ppapi/c/dev/ppp_zoom_dev.h"
44 #include "ppapi/c/extensions/dev/ppb_ext_alarms_dev.h" 41 #include "ppapi/c/extensions/dev/ppb_ext_alarms_dev.h"
45 #include "ppapi/c/extensions/dev/ppb_ext_events_dev.h" 42 #include "ppapi/c/extensions/dev/ppb_ext_events_dev.h"
46 #include "ppapi/c/extensions/dev/ppb_ext_socket_dev.h" 43 #include "ppapi/c/extensions/dev/ppb_ext_socket_dev.h"
47 #include "ppapi/c/ppb_audio.h" 44 #include "ppapi/c/ppb_audio.h"
48 #include "ppapi/c/ppb_audio_config.h" 45 #include "ppapi/c/ppb_audio_config.h"
49 #include "ppapi/c/ppb_console.h" 46 #include "ppapi/c/ppb_console.h"
50 #include "ppapi/c/ppb_core.h" 47 #include "ppapi/c/ppb_core.h"
51 #include "ppapi/c/ppb_file_io.h" 48 #include "ppapi/c/ppb_file_io.h"
52 #include "ppapi/c/ppb_file_ref.h" 49 #include "ppapi/c/ppb_file_ref.h"
53 #include "ppapi/c/ppb_file_system.h" 50 #include "ppapi/c/ppb_file_system.h"
54 #include "ppapi/c/ppb_fullscreen.h" 51 #include "ppapi/c/ppb_fullscreen.h"
55 #include "ppapi/c/ppb_gamepad.h" 52 #include "ppapi/c/ppb_gamepad.h"
56 #include "ppapi/c/ppb_graphics_2d.h" 53 #include "ppapi/c/ppb_graphics_2d.h"
57 #include "ppapi/c/ppb_graphics_3d.h" 54 #include "ppapi/c/ppb_graphics_3d.h"
58 #include "ppapi/c/ppb_host_resolver.h" 55 #include "ppapi/c/ppb_host_resolver.h"
59 #include "ppapi/c/ppb_image_data.h" 56 #include "ppapi/c/ppb_image_data.h"
57 #include "ppapi/c/ppb_ime_input_event.h"
60 #include "ppapi/c/ppb_input_event.h" 58 #include "ppapi/c/ppb_input_event.h"
61 #include "ppapi/c/ppb_instance.h" 59 #include "ppapi/c/ppb_instance.h"
62 #include "ppapi/c/ppb_message_loop.h" 60 #include "ppapi/c/ppb_message_loop.h"
63 #include "ppapi/c/ppb_messaging.h" 61 #include "ppapi/c/ppb_messaging.h"
64 #include "ppapi/c/ppb_mouse_cursor.h" 62 #include "ppapi/c/ppb_mouse_cursor.h"
65 #include "ppapi/c/ppb_mouse_lock.h" 63 #include "ppapi/c/ppb_mouse_lock.h"
66 #include "ppapi/c/ppb_net_address.h" 64 #include "ppapi/c/ppb_net_address.h"
67 #include "ppapi/c/ppb_network_proxy.h" 65 #include "ppapi/c/ppb_network_proxy.h"
68 #include "ppapi/c/ppb_tcp_socket.h" 66 #include "ppapi/c/ppb_tcp_socket.h"
67 #include "ppapi/c/ppb_text_input.h"
69 #include "ppapi/c/ppb_udp_socket.h" 68 #include "ppapi/c/ppb_udp_socket.h"
70 #include "ppapi/c/ppb_url_loader.h" 69 #include "ppapi/c/ppb_url_loader.h"
71 #include "ppapi/c/ppb_url_request_info.h" 70 #include "ppapi/c/ppb_url_request_info.h"
72 #include "ppapi/c/ppb_url_response_info.h" 71 #include "ppapi/c/ppb_url_response_info.h"
73 #include "ppapi/c/ppb_var.h" 72 #include "ppapi/c/ppb_var.h"
74 #include "ppapi/c/ppb_var_array.h" 73 #include "ppapi/c/ppb_var_array.h"
75 #include "ppapi/c/ppb_var_array_buffer.h" 74 #include "ppapi/c/ppb_var_array_buffer.h"
76 #include "ppapi/c/ppb_var_dictionary.h" 75 #include "ppapi/c/ppb_var_dictionary.h"
77 #include "ppapi/c/ppb_view.h" 76 #include "ppapi/c/ppb_view.h"
78 #include "ppapi/c/ppb_websocket.h" 77 #include "ppapi/c/ppb_websocket.h"
79 #include "ppapi/c/ppp_graphics_3d.h" 78 #include "ppapi/c/ppp_graphics_3d.h"
80 #include "ppapi/c/ppp_input_event.h" 79 #include "ppapi/c/ppp_input_event.h"
81 #include "ppapi/c/ppp_instance.h" 80 #include "ppapi/c/ppp_instance.h"
82 #include "ppapi/c/ppp_messaging.h" 81 #include "ppapi/c/ppp_messaging.h"
83 #include "ppapi/c/ppp_mouse_lock.h" 82 #include "ppapi/c/ppp_mouse_lock.h"
83 #include "ppapi/c/ppp_text_input.h"
84 #include "ppapi/c/private/ppb_content_decryptor_private.h" 84 #include "ppapi/c/private/ppb_content_decryptor_private.h"
85 #include "ppapi/c/private/ppb_ext_crx_file_system_private.h" 85 #include "ppapi/c/private/ppb_ext_crx_file_system_private.h"
86 #include "ppapi/c/private/ppb_file_io_private.h" 86 #include "ppapi/c/private/ppb_file_io_private.h"
87 #include "ppapi/c/private/ppb_file_ref_private.h" 87 #include "ppapi/c/private/ppb_file_ref_private.h"
88 #include "ppapi/c/private/ppb_flash.h" 88 #include "ppapi/c/private/ppb_flash.h"
89 #include "ppapi/c/private/ppb_flash_clipboard.h" 89 #include "ppapi/c/private/ppb_flash_clipboard.h"
90 #include "ppapi/c/private/ppb_flash_device_id.h" 90 #include "ppapi/c/private/ppb_flash_device_id.h"
91 #include "ppapi/c/private/ppb_flash_drm.h" 91 #include "ppapi/c/private/ppb_flash_drm.h"
92 #include "ppapi/c/private/ppb_flash_font_file.h" 92 #include "ppapi/c/private/ppb_flash_font_file.h"
93 #include "ppapi/c/private/ppb_flash_fullscreen.h" 93 #include "ppapi/c/private/ppb_flash_fullscreen.h"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Core_1_0; 137 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Core_1_0;
138 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_0; 138 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_0;
139 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_1; 139 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_1;
140 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0; 140 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0;
141 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_1; 141 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_1;
142 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0; 142 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0;
143 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_0; 143 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_0;
144 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_1; 144 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_1;
145 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics3D_1_0; 145 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics3D_1_0;
146 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_HostResolver_1_0; 146 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_HostResolver_1_0;
147 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_1_0;
147 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0; 148 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0;
148 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1; 149 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1;
149 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0; 150 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0;
150 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_0; 151 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_0;
151 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TouchInputEvent_1_0; 152 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TouchInputEvent_1_0;
152 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MessageLoop_1_0; 153 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MessageLoop_1_0;
153 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Messaging_1_0; 154 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Messaging_1_0;
154 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseLock_1_0; 155 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseLock_1_0;
155 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_NetAddress_1_0; 156 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_NetAddress_1_0;
156 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_NetworkProxy_1_0; 157 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_NetworkProxy_1_0;
157 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TCPSocket_1_0; 158 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TCPSocket_1_0;
158 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_UDPSocket_1_0; 159 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_UDPSocket_1_0;
159 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLLoader_1_0; 160 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLLoader_1_0;
160 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0; 161 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0;
161 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLResponseInfo_1_0; 162 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLResponseInfo_1_0;
162 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Var_1_0; 163 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Var_1_0;
163 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Var_1_1; 164 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Var_1_1;
164 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarArray_1_0; 165 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarArray_1_0;
165 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarArrayBuffer_1_0; 166 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarArrayBuffer_1_0;
166 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarDictionary_1_0; 167 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VarDictionary_1_0;
167 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WebSocket_1_0; 168 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WebSocket_1_0;
168 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Messaging_1_0; 169 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Messaging_1_0;
169 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_2; 170 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_2;
170 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3; 171 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3;
171 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_4; 172 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_4;
172 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_DeviceRef_Dev_0_1; 173 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_DeviceRef_Dev_0_1;
173 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_5; 174 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_5;
174 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_6; 175 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_6;
175 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Font_Dev_0_6; 176 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Font_Dev_0_6;
176 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_1;
177 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_2;
178 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Printing_Dev_0_7; 177 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Printing_Dev_0_7;
179 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_9; 178 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_9;
180 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_91; 179 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_91;
181 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_92; 180 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_92;
182 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TrueTypeFont_Dev_0_1; 181 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_TrueTypeFont_Dev_0_1;
183 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6; 182 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6;
184 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2; 183 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2;
185 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3; 184 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3;
186 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16; 185 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16;
187 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Selection_Dev_0_3; 186 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Selection_Dev_0_3;
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 700
702 static PP_Resource Pnacl_M29_PPB_HostResolver_GetNetAddress(PP_Resource host_res olver, uint32_t index) { 701 static PP_Resource Pnacl_M29_PPB_HostResolver_GetNetAddress(PP_Resource host_res olver, uint32_t index) {
703 const struct PPB_HostResolver_1_0 *iface = Pnacl_WrapperInfo_PPB_HostResolver_ 1_0.real_iface; 702 const struct PPB_HostResolver_1_0 *iface = Pnacl_WrapperInfo_PPB_HostResolver_ 1_0.real_iface;
704 return iface->GetNetAddress(host_resolver, index); 703 return iface->GetNetAddress(host_resolver, index);
705 } 704 }
706 705
707 /* End wrapper methods for PPB_HostResolver_1_0 */ 706 /* End wrapper methods for PPB_HostResolver_1_0 */
708 707
709 /* Not generating wrapper methods for PPB_ImageData_1_0 */ 708 /* Not generating wrapper methods for PPB_ImageData_1_0 */
710 709
710 /* Begin wrapper methods for PPB_IMEInputEvent_1_0 */
711
712 static PP_Resource Pnacl_M30_PPB_IMEInputEvent_Create(PP_Instance instance, PP_I nputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var* text, uint32_t segm ent_number, const uint32_t segment_offsets[], int32_t target_segment, uint32_t s election_start, uint32_t selection_end) {
713 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
714 return iface->Create(instance, type, time_stamp, *text, segment_number, segmen t_offsets, target_segment, selection_start, selection_end);
715 }
716
717 static PP_Bool Pnacl_M30_PPB_IMEInputEvent_IsIMEInputEvent(PP_Resource resource) {
718 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
719 return iface->IsIMEInputEvent(resource);
720 }
721
722 static void Pnacl_M30_PPB_IMEInputEvent_GetText(struct PP_Var* _struct_result, P P_Resource ime_event) {
723 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
724 *_struct_result = iface->GetText(ime_event);
725 }
726
727 static uint32_t Pnacl_M30_PPB_IMEInputEvent_GetSegmentCount(PP_Resource ime_even t) {
728 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
729 return iface->GetSegmentCount(ime_event);
730 }
731
732 static uint32_t Pnacl_M30_PPB_IMEInputEvent_GetSegmentOffset(PP_Resource ime_eve nt, uint32_t index) {
733 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
734 return iface->GetSegmentOffset(ime_event, index);
735 }
736
737 static int32_t Pnacl_M30_PPB_IMEInputEvent_GetTargetSegment(PP_Resource ime_even t) {
738 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
739 return iface->GetTargetSegment(ime_event);
740 }
741
742 static void Pnacl_M30_PPB_IMEInputEvent_GetSelection(PP_Resource ime_event, uint 32_t* start, uint32_t* end) {
743 const struct PPB_IMEInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_IMEInputEven t_1_0.real_iface;
744 iface->GetSelection(ime_event, start, end);
745 }
746
747 /* End wrapper methods for PPB_IMEInputEvent_1_0 */
748
711 /* Not generating wrapper methods for PPB_InputEvent_1_0 */ 749 /* Not generating wrapper methods for PPB_InputEvent_1_0 */
712 750
713 /* Begin wrapper methods for PPB_MouseInputEvent_1_0 */ 751 /* Begin wrapper methods for PPB_MouseInputEvent_1_0 */
714 752
715 static PP_Resource Pnacl_M13_PPB_MouseInputEvent_Create(PP_Instance instance, PP _InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEven t_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click _count) { 753 static PP_Resource Pnacl_M13_PPB_MouseInputEvent_Create(PP_Instance instance, PP _InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, PP_InputEven t_MouseButton mouse_button, const struct PP_Point* mouse_position, int32_t click _count) {
716 const struct PPB_MouseInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_MouseInput Event_1_0.real_iface; 754 const struct PPB_MouseInputEvent_1_0 *iface = Pnacl_WrapperInfo_PPB_MouseInput Event_1_0.real_iface;
717 return iface->Create(instance, type, time_stamp, modifiers, mouse_button, mous e_position, click_count); 755 return iface->Create(instance, type, time_stamp, modifiers, mouse_button, mous e_position, click_count);
718 } 756 }
719 757
720 static PP_Bool Pnacl_M13_PPB_MouseInputEvent_IsMouseInputEvent(PP_Resource resou rce) { 758 static PP_Bool Pnacl_M13_PPB_MouseInputEvent_IsMouseInputEvent(PP_Resource resou rce) {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 iface->Close(tcp_socket); 1054 iface->Close(tcp_socket);
1017 } 1055 }
1018 1056
1019 static int32_t Pnacl_M29_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPS ocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) { 1057 static int32_t Pnacl_M29_PPB_TCPSocket_SetOption(PP_Resource tcp_socket, PP_TCPS ocket_Option name, struct PP_Var* value, struct PP_CompletionCallback* callback) {
1020 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.re al_iface; 1058 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.re al_iface;
1021 return iface->SetOption(tcp_socket, name, *value, *callback); 1059 return iface->SetOption(tcp_socket, name, *value, *callback);
1022 } 1060 }
1023 1061
1024 /* End wrapper methods for PPB_TCPSocket_1_0 */ 1062 /* End wrapper methods for PPB_TCPSocket_1_0 */
1025 1063
1064 /* Not generating wrapper methods for PPB_TextInput_1_0 */
1065
1026 /* Begin wrapper methods for PPB_UDPSocket_1_0 */ 1066 /* Begin wrapper methods for PPB_UDPSocket_1_0 */
1027 1067
1028 static PP_Resource Pnacl_M29_PPB_UDPSocket_Create(PP_Instance instance) { 1068 static PP_Resource Pnacl_M29_PPB_UDPSocket_Create(PP_Instance instance) {
1029 const struct PPB_UDPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_UDPSocket_1_0.re al_iface; 1069 const struct PPB_UDPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_UDPSocket_1_0.re al_iface;
1030 return iface->Create(instance); 1070 return iface->Create(instance);
1031 } 1071 }
1032 1072
1033 static PP_Bool Pnacl_M29_PPB_UDPSocket_IsUDPSocket(PP_Resource resource) { 1073 static PP_Bool Pnacl_M29_PPB_UDPSocket_IsUDPSocket(PP_Resource resource) {
1034 const struct PPB_UDPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_UDPSocket_1_0.re al_iface; 1074 const struct PPB_UDPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_UDPSocket_1_0.re al_iface;
1035 return iface->IsUDPSocket(resource); 1075 return iface->IsUDPSocket(resource);
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 const struct PPP_Messaging_1_0 *iface = Pnacl_WrapperInfo_PPP_Messaging_1_0.re al_iface; 1436 const struct PPP_Messaging_1_0 *iface = Pnacl_WrapperInfo_PPP_Messaging_1_0.re al_iface;
1397 void (*temp_fp)(PP_Instance instance, struct PP_Var* message) = 1437 void (*temp_fp)(PP_Instance instance, struct PP_Var* message) =
1398 ((void (*)(PP_Instance instance, struct PP_Var* message))iface->HandleMessag e); 1438 ((void (*)(PP_Instance instance, struct PP_Var* message))iface->HandleMessag e);
1399 temp_fp(instance, &message); 1439 temp_fp(instance, &message);
1400 } 1440 }
1401 1441
1402 /* End wrapper methods for PPP_Messaging_1_0 */ 1442 /* End wrapper methods for PPP_Messaging_1_0 */
1403 1443
1404 /* Not generating wrapper methods for PPP_MouseLock_1_0 */ 1444 /* Not generating wrapper methods for PPP_MouseLock_1_0 */
1405 1445
1446 /* Not generating wrapper methods for PPP_TextInput_1_0 */
1447
1406 /* Not generating wrapper methods for PPB_BrokerTrusted_0_2 */ 1448 /* Not generating wrapper methods for PPB_BrokerTrusted_0_2 */
1407 1449
1408 /* Not generating wrapper methods for PPB_BrokerTrusted_0_3 */ 1450 /* Not generating wrapper methods for PPB_BrokerTrusted_0_3 */
1409 1451
1410 /* Not generating wrapper methods for PPB_BrowserFont_Trusted_1_0 */ 1452 /* Not generating wrapper methods for PPB_BrowserFont_Trusted_1_0 */
1411 1453
1412 /* Not generating wrapper methods for PPB_CharSet_Trusted_1_0 */ 1454 /* Not generating wrapper methods for PPB_CharSet_Trusted_1_0 */
1413 1455
1414 /* Not generating wrapper methods for PPB_FileChooserTrusted_0_5 */ 1456 /* Not generating wrapper methods for PPB_FileChooserTrusted_0_5 */
1415 1457
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 1712
1671 static int32_t Pnacl_M14_PPB_Font_Dev_PixelOffsetForCharacter(PP_Resource font, const struct PP_TextRun_Dev* text, uint32_t char_offset) { 1713 static int32_t Pnacl_M14_PPB_Font_Dev_PixelOffsetForCharacter(PP_Resource font, const struct PP_TextRun_Dev* text, uint32_t char_offset) {
1672 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface; 1714 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface;
1673 return iface->PixelOffsetForCharacter(font, text, char_offset); 1715 return iface->PixelOffsetForCharacter(font, text, char_offset);
1674 } 1716 }
1675 1717
1676 /* End wrapper methods for PPB_Font_Dev_0_6 */ 1718 /* End wrapper methods for PPB_Font_Dev_0_6 */
1677 1719
1678 /* Not generating wrapper methods for PPB_Graphics2D_Dev_0_1 */ 1720 /* Not generating wrapper methods for PPB_Graphics2D_Dev_0_1 */
1679 1721
1680 /* Begin wrapper methods for PPB_IMEInputEvent_Dev_0_1 */
1681
1682 static PP_Bool Pnacl_M16_PPB_IMEInputEvent_Dev_IsIMEInputEvent(PP_Resource resou rce) {
1683 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1684 return iface->IsIMEInputEvent(resource);
1685 }
1686
1687 static void Pnacl_M16_PPB_IMEInputEvent_Dev_GetText(struct PP_Var* _struct_resul t, PP_Resource ime_event) {
1688 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1689 *_struct_result = iface->GetText(ime_event);
1690 }
1691
1692 static uint32_t Pnacl_M16_PPB_IMEInputEvent_Dev_GetSegmentNumber(PP_Resource ime _event) {
1693 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1694 return iface->GetSegmentNumber(ime_event);
1695 }
1696
1697 static uint32_t Pnacl_M16_PPB_IMEInputEvent_Dev_GetSegmentOffset(PP_Resource ime _event, uint32_t index) {
1698 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1699 return iface->GetSegmentOffset(ime_event, index);
1700 }
1701
1702 static int32_t Pnacl_M16_PPB_IMEInputEvent_Dev_GetTargetSegment(PP_Resource ime_ event) {
1703 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1704 return iface->GetTargetSegment(ime_event);
1705 }
1706
1707 static void Pnacl_M16_PPB_IMEInputEvent_Dev_GetSelection(PP_Resource ime_event, uint32_t* start, uint32_t* end) {
1708 const struct PPB_IMEInputEvent_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_1.real_iface;
1709 iface->GetSelection(ime_event, start, end);
1710 }
1711
1712 /* End wrapper methods for PPB_IMEInputEvent_Dev_0_1 */
1713
1714 /* Begin wrapper methods for PPB_IMEInputEvent_Dev_0_2 */
1715
1716 static PP_Resource Pnacl_M21_PPB_IMEInputEvent_Dev_Create(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, struct PP_Var* text, uint32_t segment_number, const uint32_t segment_offsets[], int32_t target_segment, uint32 _t selection_start, uint32_t selection_end) {
1717 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1718 return iface->Create(instance, type, time_stamp, *text, segment_number, segmen t_offsets, target_segment, selection_start, selection_end);
1719 }
1720
1721 static PP_Bool Pnacl_M21_PPB_IMEInputEvent_Dev_IsIMEInputEvent(PP_Resource resou rce) {
1722 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1723 return iface->IsIMEInputEvent(resource);
1724 }
1725
1726 static void Pnacl_M21_PPB_IMEInputEvent_Dev_GetText(struct PP_Var* _struct_resul t, PP_Resource ime_event) {
1727 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1728 *_struct_result = iface->GetText(ime_event);
1729 }
1730
1731 static uint32_t Pnacl_M21_PPB_IMEInputEvent_Dev_GetSegmentNumber(PP_Resource ime _event) {
1732 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1733 return iface->GetSegmentNumber(ime_event);
1734 }
1735
1736 static uint32_t Pnacl_M21_PPB_IMEInputEvent_Dev_GetSegmentOffset(PP_Resource ime _event, uint32_t index) {
1737 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1738 return iface->GetSegmentOffset(ime_event, index);
1739 }
1740
1741 static int32_t Pnacl_M21_PPB_IMEInputEvent_Dev_GetTargetSegment(PP_Resource ime_ event) {
1742 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1743 return iface->GetTargetSegment(ime_event);
1744 }
1745
1746 static void Pnacl_M21_PPB_IMEInputEvent_Dev_GetSelection(PP_Resource ime_event, uint32_t* start, uint32_t* end) {
1747 const struct PPB_IMEInputEvent_Dev_0_2 *iface = Pnacl_WrapperInfo_PPB_IMEInput Event_Dev_0_2.real_iface;
1748 iface->GetSelection(ime_event, start, end);
1749 }
1750
1751 /* End wrapper methods for PPB_IMEInputEvent_Dev_0_2 */
1752
1753 /* Not generating wrapper methods for PPB_KeyboardInputEvent_Dev_0_1 */ 1722 /* Not generating wrapper methods for PPB_KeyboardInputEvent_Dev_0_1 */
1754 1723
1755 /* Not generating wrapper methods for PPB_Memory_Dev_0_1 */ 1724 /* Not generating wrapper methods for PPB_Memory_Dev_0_1 */
1756 1725
1757 /* Begin wrapper methods for PPB_Printing_Dev_0_7 */ 1726 /* Begin wrapper methods for PPB_Printing_Dev_0_7 */
1758 1727
1759 static PP_Resource Pnacl_M23_PPB_Printing_Dev_Create(PP_Instance instance) { 1728 static PP_Resource Pnacl_M23_PPB_Printing_Dev_Create(PP_Instance instance) {
1760 const struct PPB_Printing_Dev_0_7 *iface = Pnacl_WrapperInfo_PPB_Printing_Dev_ 0_7.real_iface; 1729 const struct PPB_Printing_Dev_0_7 *iface = Pnacl_WrapperInfo_PPB_Printing_Dev_ 0_7.real_iface;
1761 return iface->Create(instance); 1730 return iface->Create(instance);
1762 } 1731 }
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1901 return iface->GetLiveVars(live_vars, array_size); 1870 return iface->GetLiveVars(live_vars, array_size);
1902 } 1871 }
1903 1872
1904 static void Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem(PP_Insta nce instance, uint32_t threshold) { 1873 static void Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem(PP_Insta nce instance, uint32_t threshold) {
1905 const struct PPB_Testing_Dev_0_92 *iface = Pnacl_WrapperInfo_PPB_Testing_Dev_0 _92.real_iface; 1874 const struct PPB_Testing_Dev_0_92 *iface = Pnacl_WrapperInfo_PPB_Testing_Dev_0 _92.real_iface;
1906 iface->SetMinimumArrayBufferSizeForShmem(instance, threshold); 1875 iface->SetMinimumArrayBufferSizeForShmem(instance, threshold);
1907 } 1876 }
1908 1877
1909 /* End wrapper methods for PPB_Testing_Dev_0_92 */ 1878 /* End wrapper methods for PPB_Testing_Dev_0_92 */
1910 1879
1911 /* Not generating wrapper methods for PPB_TextInput_Dev_0_1 */
1912
1913 /* Not generating wrapper methods for PPB_TextInput_Dev_0_2 */
1914
1915 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_1 */ 1880 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_1 */
1916 1881
1917 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_2 */ 1882 /* Not generating wrapper methods for PPB_Trace_Event_Dev_0_2 */
1918 1883
1919 /* Begin wrapper methods for PPB_TrueTypeFont_Dev_0_1 */ 1884 /* Begin wrapper methods for PPB_TrueTypeFont_Dev_0_1 */
1920 1885
1921 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontFamilies(PP_Instance instan ce, struct PP_ArrayOutput* output, struct PP_CompletionCallback* callback) { 1886 static int32_t Pnacl_M26_PPB_TrueTypeFont_Dev_GetFontFamilies(PP_Instance instan ce, struct PP_ArrayOutput* output, struct PP_CompletionCallback* callback) {
1922 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface; 1887 const struct PPB_TrueTypeFont_Dev_0_1 *iface = Pnacl_WrapperInfo_PPB_TrueTypeF ont_Dev_0_1.real_iface;
1923 return iface->GetFontFamilies(instance, *output, *callback); 1888 return iface->GetFontFamilies(instance, *output, *callback);
1924 } 1889 }
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2158 const struct PPP_Selection_Dev_0_3 *iface = Pnacl_WrapperInfo_PPP_Selection_De v_0_3.real_iface; 2123 const struct PPP_Selection_Dev_0_3 *iface = Pnacl_WrapperInfo_PPP_Selection_De v_0_3.real_iface;
2159 void (*temp_fp)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool h tml) = 2124 void (*temp_fp)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool h tml) =
2160 ((void (*)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool html ))iface->GetSelectedText); 2125 ((void (*)(struct PP_Var* _struct_result, PP_Instance instance, PP_Bool html ))iface->GetSelectedText);
2161 struct PP_Var _struct_result; 2126 struct PP_Var _struct_result;
2162 temp_fp(&_struct_result, instance, html); 2127 temp_fp(&_struct_result, instance, html);
2163 return _struct_result; 2128 return _struct_result;
2164 } 2129 }
2165 2130
2166 /* End wrapper methods for PPP_Selection_Dev_0_3 */ 2131 /* End wrapper methods for PPP_Selection_Dev_0_3 */
2167 2132
2168 /* Not generating wrapper methods for PPP_TextInput_Dev_0_1 */
2169
2170 /* Not generating wrapper methods for PPP_VideoCapture_Dev_0_1 */ 2133 /* Not generating wrapper methods for PPP_VideoCapture_Dev_0_1 */
2171 2134
2172 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_9 */ 2135 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_9 */
2173 2136
2174 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_10 */ 2137 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_10 */
2175 2138
2176 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_11 */ 2139 /* Not generating wrapper methods for PPP_VideoDecoder_Dev_0_11 */
2177 2140
2178 /* Not generating wrapper methods for PPP_Widget_Dev_0_2 */ 2141 /* Not generating wrapper methods for PPP_Widget_Dev_0_2 */
2179 2142
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 return iface->Create(instance); 2589 return iface->Create(instance);
2627 } 2590 }
2628 2591
2629 static int32_t Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID(PP_Resource device_id, s truct PP_Var* id, struct PP_CompletionCallback* callback) { 2592 static int32_t Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID(PP_Resource device_id, s truct PP_Var* id, struct PP_CompletionCallback* callback) {
2630 const struct PPB_Flash_DeviceID_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_Devic eID_1_0.real_iface; 2593 const struct PPB_Flash_DeviceID_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_Devic eID_1_0.real_iface;
2631 return iface->GetDeviceID(device_id, id, *callback); 2594 return iface->GetDeviceID(device_id, id, *callback);
2632 } 2595 }
2633 2596
2634 /* End wrapper methods for PPB_Flash_DeviceID_1_0 */ 2597 /* End wrapper methods for PPB_Flash_DeviceID_1_0 */
2635 2598
2599 /* Not generating wrapper methods for PPB_Flash_DeviceID_1_1 */
2600
2636 /* Begin wrapper methods for PPB_Flash_DRM_1_0 */ 2601 /* Begin wrapper methods for PPB_Flash_DRM_1_0 */
2637 2602
2638 static PP_Resource Pnacl_M29_PPB_Flash_DRM_Create(PP_Instance instance) { 2603 static PP_Resource Pnacl_M29_PPB_Flash_DRM_Create(PP_Instance instance) {
2639 const struct PPB_Flash_DRM_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_DRM_1_0.re al_iface; 2604 const struct PPB_Flash_DRM_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_DRM_1_0.re al_iface;
2640 return iface->Create(instance); 2605 return iface->Create(instance);
2641 } 2606 }
2642 2607
2643 static int32_t Pnacl_M29_PPB_Flash_DRM_GetDeviceID(PP_Resource drm, struct PP_Va r* id, struct PP_CompletionCallback* callback) { 2608 static int32_t Pnacl_M29_PPB_Flash_DRM_GetDeviceID(PP_Resource drm, struct PP_Va r* id, struct PP_CompletionCallback* callback) {
2644 const struct PPB_Flash_DRM_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_DRM_1_0.re al_iface; 2609 const struct PPB_Flash_DRM_1_0 *iface = Pnacl_WrapperInfo_PPB_Flash_DRM_1_0.re al_iface;
2645 return iface->GetDeviceID(drm, id, *callback); 2610 return iface->GetDeviceID(drm, id, *callback);
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
3944 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_HostResolver _Create, 3909 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_HostResolver _Create,
3945 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_HostReso lver_IsHostResolver, 3910 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_HostReso lver_IsHostResolver,
3946 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_ t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback ca llback))&Pnacl_M29_PPB_HostResolver_Resolve, 3911 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_ t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback ca llback))&Pnacl_M29_PPB_HostResolver_Resolve,
3947 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29 _PPB_HostResolver_GetCanonicalName, 3912 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29 _PPB_HostResolver_GetCanonicalName,
3948 .GetNetAddressCount = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M29_PP B_HostResolver_GetNetAddressCount, 3913 .GetNetAddressCount = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M29_PP B_HostResolver_GetNetAddressCount,
3949 .GetNetAddress = (PP_Resource (*)(PP_Resource host_resolver, uint32_t index) )&Pnacl_M29_PPB_HostResolver_GetNetAddress 3914 .GetNetAddress = (PP_Resource (*)(PP_Resource host_resolver, uint32_t index) )&Pnacl_M29_PPB_HostResolver_GetNetAddress
3950 }; 3915 };
3951 3916
3952 /* Not generating wrapper interface for PPB_ImageData_1_0 */ 3917 /* Not generating wrapper interface for PPB_ImageData_1_0 */
3953 3918
3919 struct PPB_IMEInputEvent_1_0 Pnacl_Wrappers_PPB_IMEInputEvent_1_0 = {
3920 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP _TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32 _t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end))&Pnacl_M30_PPB_IMEInputEvent_Create,
3921 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M30_PPB_IMEInpu tEvent_IsIMEInputEvent,
3922 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M30_PPB_IMEInput Event_GetText,
3923 .GetSegmentCount = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M30_PPB_IMEIn putEvent_GetSegmentCount,
3924 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn acl_M30_PPB_IMEInputEvent_GetSegmentOffset,
3925 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M30_PPB_IMEIn putEvent_GetTargetSegment,
3926 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M30_PPB_IMEInputEvent_GetSelection
3927 };
3928
3954 /* Not generating wrapper interface for PPB_InputEvent_1_0 */ 3929 /* Not generating wrapper interface for PPB_InputEvent_1_0 */
3955 3930
3956 struct PPB_MouseInputEvent_1_0 Pnacl_Wrappers_PPB_MouseInputEvent_1_0 = { 3931 struct PPB_MouseInputEvent_1_0 Pnacl_Wrappers_PPB_MouseInputEvent_1_0 = {
3957 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP _TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_butto n, const struct PP_Point* mouse_position, int32_t click_count))&Pnacl_M13_PPB_Mo useInputEvent_Create, 3932 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP _TimeTicks time_stamp, uint32_t modifiers, PP_InputEvent_MouseButton mouse_butto n, const struct PP_Point* mouse_position, int32_t click_count))&Pnacl_M13_PPB_Mo useInputEvent_Create,
3958 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Mouse InputEvent_IsMouseInputEvent, 3933 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Mouse InputEvent_IsMouseInputEvent,
3959 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_ M13_PPB_MouseInputEvent_GetButton, 3934 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_ M13_PPB_MouseInputEvent_GetButton,
3960 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_ MouseInputEvent_GetPosition, 3935 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_ MouseInputEvent_GetPosition,
3961 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_MouseI nputEvent_GetClickCount 3936 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_MouseI nputEvent_GetClickCount
3962 }; 3937 };
3963 3938
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_TCPSocket_I sTCPSocket, 4011 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_TCPSocket_I sTCPSocket,
4037 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_ CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Connect, 4012 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_ CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Connect,
4038 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_T CPSocket_GetLocalAddress, 4013 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_T CPSocket_GetLocalAddress,
4039 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_ TCPSocket_GetRemoteAddress, 4014 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_ TCPSocket_GetRemoteAddress,
4040 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_ read, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Read, 4015 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_ read, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Read,
4041 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Wr ite, 4016 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Wr ite,
4042 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_TCPSocket_Close, 4017 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_TCPSocket_Close,
4043 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSo cket_SetOption 4018 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSo cket_SetOption
4044 }; 4019 };
4045 4020
4021 /* Not generating wrapper interface for PPB_TextInput_1_0 */
4022
4046 struct PPB_UDPSocket_1_0 Pnacl_Wrappers_PPB_UDPSocket_1_0 = { 4023 struct PPB_UDPSocket_1_0 Pnacl_Wrappers_PPB_UDPSocket_1_0 = {
4047 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_UDPSocket_Cr eate, 4024 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_UDPSocket_Cr eate,
4048 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_UDPSocket_I sUDPSocket, 4025 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_UDPSocket_I sUDPSocket,
4049 .Bind = (int32_t (*)(PP_Resource udp_socket, PP_Resource addr, struct PP_Com pletionCallback callback))&Pnacl_M29_PPB_UDPSocket_Bind, 4026 .Bind = (int32_t (*)(PP_Resource udp_socket, PP_Resource addr, struct PP_Com pletionCallback callback))&Pnacl_M29_PPB_UDPSocket_Bind,
4050 .GetBoundAddress = (PP_Resource (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_U DPSocket_GetBoundAddress, 4027 .GetBoundAddress = (PP_Resource (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_U DPSocket_GetBoundAddress,
4051 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b ytes, PP_Resource* addr, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_U DPSocket_RecvFrom, 4028 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b ytes, PP_Resource* addr, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_U DPSocket_RecvFrom,
4052 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n um_bytes, PP_Resource addr, struct PP_CompletionCallback callback))&Pnacl_M29_PP B_UDPSocket_SendTo, 4029 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n um_bytes, PP_Resource addr, struct PP_CompletionCallback callback))&Pnacl_M29_PP B_UDPSocket_SendTo,
4053 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_UDPSocket_Close, 4030 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_UDPSocket_Close,
4054 .SetOption = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_UDPSo cket_SetOption 4031 .SetOption = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocket_Option name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_UDPSo cket_SetOption
4055 }; 4032 };
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
4147 /* Not generating wrapper interface for PPP_Instance_1_0 */ 4124 /* Not generating wrapper interface for PPP_Instance_1_0 */
4148 4125
4149 /* Not generating wrapper interface for PPP_Instance_1_1 */ 4126 /* Not generating wrapper interface for PPP_Instance_1_1 */
4150 4127
4151 struct PPP_Messaging_1_0 Pnacl_Wrappers_PPP_Messaging_1_0 = { 4128 struct PPP_Messaging_1_0 Pnacl_Wrappers_PPP_Messaging_1_0 = {
4152 .HandleMessage = &Pnacl_M14_PPP_Messaging_HandleMessage 4129 .HandleMessage = &Pnacl_M14_PPP_Messaging_HandleMessage
4153 }; 4130 };
4154 4131
4155 /* Not generating wrapper interface for PPP_MouseLock_1_0 */ 4132 /* Not generating wrapper interface for PPP_MouseLock_1_0 */
4156 4133
4134 /* Not generating wrapper interface for PPP_TextInput_1_0 */
4135
4157 /* Not generating wrapper interface for PPB_BrokerTrusted_0_2 */ 4136 /* Not generating wrapper interface for PPB_BrokerTrusted_0_2 */
4158 4137
4159 /* Not generating wrapper interface for PPB_BrokerTrusted_0_3 */ 4138 /* Not generating wrapper interface for PPB_BrokerTrusted_0_3 */
4160 4139
4161 /* Not generating wrapper interface for PPB_BrowserFont_Trusted_1_0 */ 4140 /* Not generating wrapper interface for PPB_BrowserFont_Trusted_1_0 */
4162 4141
4163 /* Not generating wrapper interface for PPB_CharSet_Trusted_1_0 */ 4142 /* Not generating wrapper interface for PPB_CharSet_Trusted_1_0 */
4164 4143
4165 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_5 */ 4144 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_5 */
4166 4145
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
4238 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont, 4217 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont,
4239 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe, 4218 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe,
4240 .DrawTextAt = (PP_Bool (*)(PP_Resource font, PP_Resource image_data, const s truct PP_TextRun_Dev* text, const struct PP_Point* position, uint32_t color, con st struct PP_Rect* clip, PP_Bool image_data_is_opaque))&Pnacl_M14_PPB_Font_Dev_D rawTextAt, 4219 .DrawTextAt = (PP_Bool (*)(PP_Resource font, PP_Resource image_data, const s truct PP_TextRun_Dev* text, const struct PP_Point* position, uint32_t color, con st struct PP_Rect* clip, PP_Bool image_data_is_opaque))&Pnacl_M14_PPB_Font_Dev_D rawTextAt,
4241 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t ext))&Pnacl_M14_PPB_Font_Dev_MeasureText, 4220 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t ext))&Pnacl_M14_PPB_Font_Dev_MeasureText,
4242 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse tForPixel, 4221 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse tForPixel,
4243 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha racter 4222 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha racter
4244 }; 4223 };
4245 4224
4246 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_1 */ 4225 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_1 */
4247 4226
4248 struct PPB_IMEInputEvent_Dev_0_1 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_1 = {
4249 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M16_PPB_IMEInpu tEvent_Dev_IsIMEInputEvent,
4250 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEInput Event_Dev_GetText,
4251 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEI nputEvent_Dev_GetSegmentNumber,
4252 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn acl_M16_PPB_IMEInputEvent_Dev_GetSegmentOffset,
4253 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEIn putEvent_Dev_GetTargetSegment,
4254 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M16_PPB_IMEInputEvent_Dev_GetSelection
4255 };
4256
4257 struct PPB_IMEInputEvent_Dev_0_2 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_2 = {
4258 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP _TimeTicks time_stamp, struct PP_Var text, uint32_t segment_number, const uint32 _t segment_offsets[], int32_t target_segment, uint32_t selection_start, uint32_t selection_end))&Pnacl_M21_PPB_IMEInputEvent_Dev_Create,
4259 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M21_PPB_IMEInpu tEvent_Dev_IsIMEInputEvent,
4260 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEInput Event_Dev_GetText,
4261 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEI nputEvent_Dev_GetSegmentNumber,
4262 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn acl_M21_PPB_IMEInputEvent_Dev_GetSegmentOffset,
4263 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEIn putEvent_Dev_GetTargetSegment,
4264 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t* end))&Pnacl_M21_PPB_IMEInputEvent_Dev_GetSelection
4265 };
4266
4267 /* Not generating wrapper interface for PPB_KeyboardInputEvent_Dev_0_1 */ 4227 /* Not generating wrapper interface for PPB_KeyboardInputEvent_Dev_0_1 */
4268 4228
4269 /* Not generating wrapper interface for PPB_Memory_Dev_0_1 */ 4229 /* Not generating wrapper interface for PPB_Memory_Dev_0_1 */
4270 4230
4271 struct PPB_Printing_Dev_0_7 Pnacl_Wrappers_PPB_Printing_Dev_0_7 = { 4231 struct PPB_Printing_Dev_0_7 Pnacl_Wrappers_PPB_Printing_Dev_0_7 = {
4272 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M23_PPB_Printing_Dev _Create, 4232 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M23_PPB_Printing_Dev _Create,
4273 .GetDefaultPrintSettings = (int32_t (*)(PP_Resource resource, struct PP_Prin tSettings_Dev* print_settings, struct PP_CompletionCallback callback))&Pnacl_M23 _PPB_Printing_Dev_GetDefaultPrintSettings 4233 .GetDefaultPrintSettings = (int32_t (*)(PP_Resource resource, struct PP_Prin tSettings_Dev* print_settings, struct PP_CompletionCallback callback))&Pnacl_M23 _PPB_Printing_Dev_GetDefaultPrintSettings
4274 }; 4234 };
4275 4235
4276 /* Not generating wrapper interface for PPB_ResourceArray_Dev_0_1 */ 4236 /* Not generating wrapper interface for PPB_ResourceArray_Dev_0_1 */
(...skipping 30 matching lines...) Expand all
4307 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M28_PPB_Testing_Dev _RunMessageLoop, 4267 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M28_PPB_Testing_Dev _RunMessageLoop,
4308 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M28_PPB_Testing_De v_QuitMessageLoop, 4268 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M28_PPB_Testing_De v_QuitMessageLoop,
4309 .GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M28_ PPB_Testing_Dev_GetLiveObjectsForInstance, 4269 .GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M28_ PPB_Testing_Dev_GetLiveObjectsForInstance,
4310 .IsOutOfProcess = (PP_Bool (*)(void))&Pnacl_M28_PPB_Testing_Dev_IsOutOfProce ss, 4270 .IsOutOfProcess = (PP_Bool (*)(void))&Pnacl_M28_PPB_Testing_Dev_IsOutOfProce ss,
4311 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_even t))&Pnacl_M28_PPB_Testing_Dev_SimulateInputEvent, 4271 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_even t))&Pnacl_M28_PPB_Testing_Dev_SimulateInputEvent,
4312 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp onents_Dev* components))&Pnacl_M28_PPB_Testing_Dev_GetDocumentURL, 4272 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp onents_Dev* components))&Pnacl_M28_PPB_Testing_Dev_GetDocumentURL,
4313 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size) )&Pnacl_M28_PPB_Testing_Dev_GetLiveVars, 4273 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size) )&Pnacl_M28_PPB_Testing_Dev_GetLiveVars,
4314 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_ t threshold))&Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem 4274 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_ t threshold))&Pnacl_M28_PPB_Testing_Dev_SetMinimumArrayBufferSizeForShmem
4315 }; 4275 };
4316 4276
4317 /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */
4318
4319 /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */
4320
4321 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */ 4277 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */
4322 4278
4323 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_2 */ 4279 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_2 */
4324 4280
4325 struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 = { 4281 struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 = {
4326 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G etFontFamilies, 4282 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G etFontFamilies,
4327 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26 _PPB_TrueTypeFont_Dev_GetFontsInFamily, 4283 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family, struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26 _PPB_TrueTypeFont_Dev_GetFontsInFamily,
4328 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create, 4284 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create,
4329 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType Font_Dev_IsTrueTypeFont, 4285 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType Font_Dev_IsTrueTypeFont,
4330 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc ribe, 4286 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc ribe,
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
4390 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */ 4346 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */
4391 4347
4392 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */ 4348 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */
4393 4349
4394 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */ 4350 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */
4395 4351
4396 struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = { 4352 struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = {
4397 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText 4353 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText
4398 }; 4354 };
4399 4355
4400 /* Not generating wrapper interface for PPP_TextInput_Dev_0_1 */
4401
4402 /* Not generating wrapper interface for PPP_VideoCapture_Dev_0_1 */ 4356 /* Not generating wrapper interface for PPP_VideoCapture_Dev_0_1 */
4403 4357
4404 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_9 */ 4358 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_9 */
4405 4359
4406 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_10 */ 4360 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_10 */
4407 4361
4408 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_11 */ 4362 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_11 */
4409 4363
4410 /* Not generating wrapper interface for PPP_Widget_Dev_0_2 */ 4364 /* Not generating wrapper interface for PPP_Widget_Dev_0_2 */
4411 4365
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
4519 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar d_Type clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_IsFormatA vailable, 4473 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar d_Type clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_IsFormatA vailable,
4520 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T ype clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_ReadData, 4474 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T ype clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_ReadData,
4521 .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type c lipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]))&Pnacl_M24_PPB_Flash_Clipboard_WriteData 4475 .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type c lipboard_type, uint32_t data_item_count, const uint32_t formats[], const struct PP_Var data_items[]))&Pnacl_M24_PPB_Flash_Clipboard_WriteData
4522 }; 4476 };
4523 4477
4524 struct PPB_Flash_DeviceID_1_0 Pnacl_Wrappers_PPB_Flash_DeviceID_1_0 = { 4478 struct PPB_Flash_DeviceID_1_0 Pnacl_Wrappers_PPB_Flash_DeviceID_1_0 = {
4525 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Device ID_Create, 4479 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Device ID_Create,
4526 .GetDeviceID = (int32_t (*)(PP_Resource device_id, struct PP_Var* id, struct PP_CompletionCallback callback))&Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID 4480 .GetDeviceID = (int32_t (*)(PP_Resource device_id, struct PP_Var* id, struct PP_CompletionCallback callback))&Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID
4527 }; 4481 };
4528 4482
4483 /* Not generating wrapper interface for PPB_Flash_DeviceID_1_1 */
4484
4529 struct PPB_Flash_DRM_1_0 Pnacl_Wrappers_PPB_Flash_DRM_1_0 = { 4485 struct PPB_Flash_DRM_1_0 Pnacl_Wrappers_PPB_Flash_DRM_1_0 = {
4530 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Flash_DRM_Cr eate, 4486 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Flash_DRM_Cr eate,
4531 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co mpletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetDeviceID, 4487 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co mpletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetDeviceID,
4532 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M29_P PB_Flash_DRM_GetHmonitor, 4488 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M29_P PB_Flash_DRM_GetHmonitor,
4533 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc t PP_CompletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetVoucherFile 4489 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc t PP_CompletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetVoucherFile
4534 }; 4490 };
4535 4491
4536 /* Not generating wrapper interface for PPB_Flash_FontFile_0_1 */ 4492 /* Not generating wrapper interface for PPB_Flash_FontFile_0_1 */
4537 4493
4538 /* Not generating wrapper interface for PPB_FlashFullscreen_0_1 */ 4494 /* Not generating wrapper interface for PPB_FlashFullscreen_0_1 */
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
4898 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Graphics3D_1_0, 4854 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Graphics3D_1_0,
4899 .real_iface = NULL 4855 .real_iface = NULL
4900 }; 4856 };
4901 4857
4902 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_HostResolver_1_0 = { 4858 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_HostResolver_1_0 = {
4903 .iface_macro = PPB_HOSTRESOLVER_INTERFACE_1_0, 4859 .iface_macro = PPB_HOSTRESOLVER_INTERFACE_1_0,
4904 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_HostResolver_1_0, 4860 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_HostResolver_1_0,
4905 .real_iface = NULL 4861 .real_iface = NULL
4906 }; 4862 };
4907 4863
4864 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_1_0 = {
4865 .iface_macro = PPB_IME_INPUT_EVENT_INTERFACE_1_0,
4866 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_IMEInputEvent_1_0,
4867 .real_iface = NULL
4868 };
4869
4908 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0 = { 4870 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0 = {
4909 .iface_macro = PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, 4871 .iface_macro = PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0,
4910 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_MouseInputEvent_1_0, 4872 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_MouseInputEvent_1_0,
4911 .real_iface = NULL 4873 .real_iface = NULL
4912 }; 4874 };
4913 4875
4914 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1 = { 4876 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1 = {
4915 .iface_macro = PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, 4877 .iface_macro = PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1,
4916 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_MouseInputEvent_1_1, 4878 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_MouseInputEvent_1_1,
4917 .real_iface = NULL 4879 .real_iface = NULL
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileChooser_Dev_0_6, 5034 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileChooser_Dev_0_6,
5073 .real_iface = NULL 5035 .real_iface = NULL
5074 }; 5036 };
5075 5037
5076 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Font_Dev_0_6 = { 5038 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Font_Dev_0_6 = {
5077 .iface_macro = PPB_FONT_DEV_INTERFACE_0_6, 5039 .iface_macro = PPB_FONT_DEV_INTERFACE_0_6,
5078 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Font_Dev_0_6, 5040 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Font_Dev_0_6,
5079 .real_iface = NULL 5041 .real_iface = NULL
5080 }; 5042 };
5081 5043
5082 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_1 = {
5083 .iface_macro = PPB_IME_INPUT_EVENT_DEV_INTERFACE_0_1,
5084 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_1,
5085 .real_iface = NULL
5086 };
5087
5088 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_2 = {
5089 .iface_macro = PPB_IME_INPUT_EVENT_DEV_INTERFACE_0_2,
5090 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_2,
5091 .real_iface = NULL
5092 };
5093
5094 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Printing_Dev_0_7 = { 5044 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Printing_Dev_0_7 = {
5095 .iface_macro = PPB_PRINTING_DEV_INTERFACE_0_7, 5045 .iface_macro = PPB_PRINTING_DEV_INTERFACE_0_7,
5096 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Printing_Dev_0_7, 5046 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Printing_Dev_0_7,
5097 .real_iface = NULL 5047 .real_iface = NULL
5098 }; 5048 };
5099 5049
5100 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_9 = { 5050 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Testing_Dev_0_9 = {
5101 .iface_macro = PPB_TESTING_DEV_INTERFACE_0_9, 5051 .iface_macro = PPB_TESTING_DEV_INTERFACE_0_9,
5102 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Testing_Dev_0_9, 5052 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_Testing_Dev_0_9,
5103 .real_iface = NULL 5053 .real_iface = NULL
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
5396 &Pnacl_WrapperInfo_PPB_Core_1_0, 5346 &Pnacl_WrapperInfo_PPB_Core_1_0,
5397 &Pnacl_WrapperInfo_PPB_FileIO_1_0, 5347 &Pnacl_WrapperInfo_PPB_FileIO_1_0,
5398 &Pnacl_WrapperInfo_PPB_FileIO_1_1, 5348 &Pnacl_WrapperInfo_PPB_FileIO_1_1,
5399 &Pnacl_WrapperInfo_PPB_FileRef_1_0, 5349 &Pnacl_WrapperInfo_PPB_FileRef_1_0,
5400 &Pnacl_WrapperInfo_PPB_FileRef_1_1, 5350 &Pnacl_WrapperInfo_PPB_FileRef_1_1,
5401 &Pnacl_WrapperInfo_PPB_FileSystem_1_0, 5351 &Pnacl_WrapperInfo_PPB_FileSystem_1_0,
5402 &Pnacl_WrapperInfo_PPB_Graphics2D_1_0, 5352 &Pnacl_WrapperInfo_PPB_Graphics2D_1_0,
5403 &Pnacl_WrapperInfo_PPB_Graphics2D_1_1, 5353 &Pnacl_WrapperInfo_PPB_Graphics2D_1_1,
5404 &Pnacl_WrapperInfo_PPB_Graphics3D_1_0, 5354 &Pnacl_WrapperInfo_PPB_Graphics3D_1_0,
5405 &Pnacl_WrapperInfo_PPB_HostResolver_1_0, 5355 &Pnacl_WrapperInfo_PPB_HostResolver_1_0,
5356 &Pnacl_WrapperInfo_PPB_IMEInputEvent_1_0,
5406 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0, 5357 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0,
5407 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1, 5358 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1,
5408 &Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0, 5359 &Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0,
5409 &Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_0, 5360 &Pnacl_WrapperInfo_PPB_KeyboardInputEvent_1_0,
5410 &Pnacl_WrapperInfo_PPB_TouchInputEvent_1_0, 5361 &Pnacl_WrapperInfo_PPB_TouchInputEvent_1_0,
5411 &Pnacl_WrapperInfo_PPB_MessageLoop_1_0, 5362 &Pnacl_WrapperInfo_PPB_MessageLoop_1_0,
5412 &Pnacl_WrapperInfo_PPB_Messaging_1_0, 5363 &Pnacl_WrapperInfo_PPB_Messaging_1_0,
5413 &Pnacl_WrapperInfo_PPB_MouseLock_1_0, 5364 &Pnacl_WrapperInfo_PPB_MouseLock_1_0,
5414 &Pnacl_WrapperInfo_PPB_NetAddress_1_0, 5365 &Pnacl_WrapperInfo_PPB_NetAddress_1_0,
5415 &Pnacl_WrapperInfo_PPB_NetworkProxy_1_0, 5366 &Pnacl_WrapperInfo_PPB_NetworkProxy_1_0,
5416 &Pnacl_WrapperInfo_PPB_TCPSocket_1_0, 5367 &Pnacl_WrapperInfo_PPB_TCPSocket_1_0,
5417 &Pnacl_WrapperInfo_PPB_UDPSocket_1_0, 5368 &Pnacl_WrapperInfo_PPB_UDPSocket_1_0,
5418 &Pnacl_WrapperInfo_PPB_URLLoader_1_0, 5369 &Pnacl_WrapperInfo_PPB_URLLoader_1_0,
5419 &Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0, 5370 &Pnacl_WrapperInfo_PPB_URLRequestInfo_1_0,
5420 &Pnacl_WrapperInfo_PPB_URLResponseInfo_1_0, 5371 &Pnacl_WrapperInfo_PPB_URLResponseInfo_1_0,
5421 &Pnacl_WrapperInfo_PPB_Var_1_0, 5372 &Pnacl_WrapperInfo_PPB_Var_1_0,
5422 &Pnacl_WrapperInfo_PPB_Var_1_1, 5373 &Pnacl_WrapperInfo_PPB_Var_1_1,
5423 &Pnacl_WrapperInfo_PPB_VarArray_1_0, 5374 &Pnacl_WrapperInfo_PPB_VarArray_1_0,
5424 &Pnacl_WrapperInfo_PPB_VarArrayBuffer_1_0, 5375 &Pnacl_WrapperInfo_PPB_VarArrayBuffer_1_0,
5425 &Pnacl_WrapperInfo_PPB_VarDictionary_1_0, 5376 &Pnacl_WrapperInfo_PPB_VarDictionary_1_0,
5426 &Pnacl_WrapperInfo_PPB_WebSocket_1_0, 5377 &Pnacl_WrapperInfo_PPB_WebSocket_1_0,
5427 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_2, 5378 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_2,
5428 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3, 5379 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_3,
5429 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_4, 5380 &Pnacl_WrapperInfo_PPB_AudioInput_Dev_0_4,
5430 &Pnacl_WrapperInfo_PPB_DeviceRef_Dev_0_1, 5381 &Pnacl_WrapperInfo_PPB_DeviceRef_Dev_0_1,
5431 &Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_5, 5382 &Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_5,
5432 &Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_6, 5383 &Pnacl_WrapperInfo_PPB_FileChooser_Dev_0_6,
5433 &Pnacl_WrapperInfo_PPB_Font_Dev_0_6, 5384 &Pnacl_WrapperInfo_PPB_Font_Dev_0_6,
5434 &Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_1,
5435 &Pnacl_WrapperInfo_PPB_IMEInputEvent_Dev_0_2,
5436 &Pnacl_WrapperInfo_PPB_Printing_Dev_0_7, 5385 &Pnacl_WrapperInfo_PPB_Printing_Dev_0_7,
5437 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_9, 5386 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_9,
5438 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_91, 5387 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_91,
5439 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_92, 5388 &Pnacl_WrapperInfo_PPB_Testing_Dev_0_92,
5440 &Pnacl_WrapperInfo_PPB_TrueTypeFont_Dev_0_1, 5389 &Pnacl_WrapperInfo_PPB_TrueTypeFont_Dev_0_1,
5441 &Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6, 5390 &Pnacl_WrapperInfo_PPB_URLUtil_Dev_0_6,
5442 &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2, 5391 &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_2,
5443 &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3, 5392 &Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3,
5444 &Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16, 5393 &Pnacl_WrapperInfo_PPB_VideoDecoder_Dev_0_16,
5445 &Pnacl_WrapperInfo_PPB_ContentDecryptor_Private_0_6, 5394 &Pnacl_WrapperInfo_PPB_ContentDecryptor_Private_0_6,
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
5560 if (NULL == iface) return NULL; 5509 if (NULL == iface) return NULL;
5561 wrapper->real_iface = iface; 5510 wrapper->real_iface = iface;
5562 } 5511 }
5563 5512
5564 if (wrapper->wrapped_iface) { 5513 if (wrapper->wrapped_iface) {
5565 return wrapper->wrapped_iface; 5514 return wrapper->wrapped_iface;
5566 } else { 5515 } else {
5567 return wrapper->real_iface; 5516 return wrapper->real_iface;
5568 } 5517 }
5569 } 5518 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698