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 | 5 |
6 /* Last generated from IDL: Thu Oct 11 14:14:05 2012. */ | 6 /* Last generated from IDL: Thu Oct 11 21:05:40 2012. */ |
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_console_dev.h" | 12 #include "ppapi/c/dev/ppb_console_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" |
(...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 iface->DeliverBlock(instance, decrypted_block, decrypted_block_info); | 1987 iface->DeliverBlock(instance, decrypted_block, decrypted_block_info); |
1988 } | 1988 } |
1989 | 1989 |
1990 static __attribute__((pnaclcall)) | 1990 static __attribute__((pnaclcall)) |
1991 void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderInitialized(PP_Instance insta
nce, PP_Bool success, uint32_t request_id) { | 1991 void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderInitialized(PP_Instance insta
nce, PP_Bool success, uint32_t request_id) { |
1992 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; | 1992 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; |
1993 iface->DecoderInitialized(instance, success, request_id); | 1993 iface->DecoderInitialized(instance, success, request_id); |
1994 } | 1994 } |
1995 | 1995 |
1996 static __attribute__((pnaclcall)) | 1996 static __attribute__((pnaclcall)) |
| 1997 void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderDeinitializeDone(PP_Instance
instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { |
| 1998 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; |
| 1999 iface->DecoderDeinitializeDone(instance, decoder_type, request_id); |
| 2000 } |
| 2001 |
| 2002 static __attribute__((pnaclcall)) |
| 2003 void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderResetDone(PP_Instance instanc
e, PP_DecryptorStreamType decoder_type, uint32_t request_id) { |
| 2004 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; |
| 2005 iface->DecoderResetDone(instance, decoder_type, request_id); |
| 2006 } |
| 2007 |
| 2008 static __attribute__((pnaclcall)) |
1997 void Pnacl_M24_PPB_ContentDecryptor_Private_DeliverFrame(PP_Instance instance, P
P_Resource decrypted_frame, const struct PP_DecryptedFrameInfo* decrypted_frame_
info) { | 2009 void Pnacl_M24_PPB_ContentDecryptor_Private_DeliverFrame(PP_Instance instance, P
P_Resource decrypted_frame, const struct PP_DecryptedFrameInfo* decrypted_frame_
info) { |
1998 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; | 2010 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; |
1999 iface->DeliverFrame(instance, decrypted_frame, decrypted_frame_info); | 2011 iface->DeliverFrame(instance, decrypted_frame, decrypted_frame_info); |
2000 } | 2012 } |
2001 | 2013 |
2002 static __attribute__((pnaclcall)) | 2014 static __attribute__((pnaclcall)) |
2003 void Pnacl_M24_PPB_ContentDecryptor_Private_DeliverSamples(PP_Instance instance,
PP_Resource decrypted_samples, const struct PP_DecryptedBlockInfo* decrypted_bl
ock_info) { | 2015 void Pnacl_M24_PPB_ContentDecryptor_Private_DeliverSamples(PP_Instance instance,
PP_Resource decrypted_samples, const struct PP_DecryptedBlockInfo* decrypted_bl
ock_info) { |
2004 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; | 2016 const struct PPB_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPB_C
ontentDecryptor_Private_0_3.real_iface; |
2005 iface->DeliverSamples(instance, decrypted_samples, decrypted_block_info); | 2017 iface->DeliverSamples(instance, decrypted_samples, decrypted_block_info); |
2006 } | 2018 } |
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3450 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_Resource e
ncrypted_block, const struct PP_EncryptedBlockInfo* encrypted_block_info) = ((vo
id (__attribute__((pnaclcall)) *)(PP_Instance instance, PP_Resource encrypted_bl
ock, const struct PP_EncryptedBlockInfo* encrypted_block_info))iface->Decrypt); | 3462 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_Resource e
ncrypted_block, const struct PP_EncryptedBlockInfo* encrypted_block_info) = ((vo
id (__attribute__((pnaclcall)) *)(PP_Instance instance, PP_Resource encrypted_bl
ock, const struct PP_EncryptedBlockInfo* encrypted_block_info))iface->Decrypt); |
3451 temp_fp(instance, encrypted_block, encrypted_block_info); | 3463 temp_fp(instance, encrypted_block, encrypted_block_info); |
3452 } | 3464 } |
3453 | 3465 |
3454 static void Pnacl_M24_PPP_ContentDecryptor_Private_InitializeVideoDecoder(PP_Ins
tance instance, const struct PP_VideoDecoderConfig* decoder_config, PP_Resource
codec_extra_data) { | 3466 static void Pnacl_M24_PPP_ContentDecryptor_Private_InitializeVideoDecoder(PP_Ins
tance instance, const struct PP_VideoDecoderConfig* decoder_config, PP_Resource
codec_extra_data) { |
3455 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; | 3467 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; |
3456 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, const struct
PP_VideoDecoderConfig* decoder_config, PP_Resource codec_extra_data) = ((void (_
_attribute__((pnaclcall)) *)(PP_Instance instance, const struct PP_VideoDecoderC
onfig* decoder_config, PP_Resource codec_extra_data))iface->InitializeVideoDecod
er); | 3468 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, const struct
PP_VideoDecoderConfig* decoder_config, PP_Resource codec_extra_data) = ((void (_
_attribute__((pnaclcall)) *)(PP_Instance instance, const struct PP_VideoDecoderC
onfig* decoder_config, PP_Resource codec_extra_data))iface->InitializeVideoDecod
er); |
3457 temp_fp(instance, decoder_config, codec_extra_data); | 3469 temp_fp(instance, decoder_config, codec_extra_data); |
3458 } | 3470 } |
3459 | 3471 |
| 3472 static void Pnacl_M24_PPP_ContentDecryptor_Private_DeinitializeDecoder(PP_Instan
ce instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { |
| 3473 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; |
| 3474 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_DecryptorS
treamType decoder_type, uint32_t request_id) = ((void (__attribute__((pnaclcall)
) *)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request
_id))iface->DeinitializeDecoder); |
| 3475 temp_fp(instance, decoder_type, request_id); |
| 3476 } |
| 3477 |
| 3478 static void Pnacl_M24_PPP_ContentDecryptor_Private_ResetDecoder(PP_Instance inst
ance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { |
| 3479 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; |
| 3480 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_DecryptorS
treamType decoder_type, uint32_t request_id) = ((void (__attribute__((pnaclcall)
) *)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request
_id))iface->ResetDecoder); |
| 3481 temp_fp(instance, decoder_type, request_id); |
| 3482 } |
| 3483 |
3460 static void Pnacl_M24_PPP_ContentDecryptor_Private_DecryptAndDecodeFrame(PP_Inst
ance instance, PP_Resource encrypted_video_frame, const struct PP_EncryptedVideo
FrameInfo* encrypted_video_frame_info) { | 3484 static void Pnacl_M24_PPP_ContentDecryptor_Private_DecryptAndDecodeFrame(PP_Inst
ance instance, PP_Resource encrypted_video_frame, const struct PP_EncryptedVideo
FrameInfo* encrypted_video_frame_info) { |
3461 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; | 3485 const struct PPP_ContentDecryptor_Private_0_3 *iface = Pnacl_WrapperInfo_PPP_C
ontentDecryptor_Private_0_3.real_iface; |
3462 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_Resource e
ncrypted_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_video_f
rame_info) = ((void (__attribute__((pnaclcall)) *)(PP_Instance instance, PP_Reso
urce encrypted_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_v
ideo_frame_info))iface->DecryptAndDecodeFrame); | 3486 void (__attribute__((pnaclcall)) *temp_fp)(PP_Instance instance, PP_Resource e
ncrypted_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_video_f
rame_info) = ((void (__attribute__((pnaclcall)) *)(PP_Instance instance, PP_Reso
urce encrypted_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_v
ideo_frame_info))iface->DecryptAndDecodeFrame); |
3463 temp_fp(instance, encrypted_video_frame, encrypted_video_frame_info); | 3487 temp_fp(instance, encrypted_video_frame, encrypted_video_frame_info); |
3464 } | 3488 } |
3465 | 3489 |
3466 /* End wrapper methods for PPP_ContentDecryptor_Private_0_3 */ | 3490 /* End wrapper methods for PPP_ContentDecryptor_Private_0_3 */ |
3467 | 3491 |
3468 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_0 */ | 3492 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_0 */ |
3469 | 3493 |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3946 | 3970 |
3947 /* Not generating wrapper interface for PPP_Zoom_Dev_0_3 */ | 3971 /* Not generating wrapper interface for PPP_Zoom_Dev_0_3 */ |
3948 | 3972 |
3949 struct PPB_ContentDecryptor_Private_0_3 Pnacl_Wrappers_PPB_ContentDecryptor_Priv
ate_0_3 = { | 3973 struct PPB_ContentDecryptor_Private_0_3 Pnacl_Wrappers_PPB_ContentDecryptor_Priv
ate_0_3 = { |
3950 .NeedKey = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id, struct PP_Var init_data))&Pnacl_M24_PPB_ContentDecryptor_Priv
ate_NeedKey, | 3974 .NeedKey = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id, struct PP_Var init_data))&Pnacl_M24_PPB_ContentDecryptor_Priv
ate_NeedKey, |
3951 .KeyAdded = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id))&Pnacl_M24_PPB_ContentDecryptor_Private_KeyAdded, | 3975 .KeyAdded = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id))&Pnacl_M24_PPB_ContentDecryptor_Private_KeyAdded, |
3952 .KeyMessage = (void (*)(PP_Instance instance, struct PP_Var key_system, stru
ct PP_Var session_id, PP_Resource message, struct PP_Var default_url))&Pnacl_M24
_PPB_ContentDecryptor_Private_KeyMessage, | 3976 .KeyMessage = (void (*)(PP_Instance instance, struct PP_Var key_system, stru
ct PP_Var session_id, PP_Resource message, struct PP_Var default_url))&Pnacl_M24
_PPB_ContentDecryptor_Private_KeyMessage, |
3953 .KeyError = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id, int32_t media_error, int32_t system_code))&Pnacl_M24_PPB_Con
tentDecryptor_Private_KeyError, | 3977 .KeyError = (void (*)(PP_Instance instance, struct PP_Var key_system, struct
PP_Var session_id, int32_t media_error, int32_t system_code))&Pnacl_M24_PPB_Con
tentDecryptor_Private_KeyError, |
3954 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block,
const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M24_PPB_Conten
tDecryptor_Private_DeliverBlock, | 3978 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block,
const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M24_PPB_Conten
tDecryptor_Private_DeliverBlock, |
3955 .DecoderInitialized = (void (*)(PP_Instance instance, PP_Bool success, uint3
2_t request_id))&Pnacl_M24_PPB_ContentDecryptor_Private_DecoderInitialized, | 3979 .DecoderInitialized = (void (*)(PP_Instance instance, PP_Bool success, uint3
2_t request_id))&Pnacl_M24_PPB_ContentDecryptor_Private_DecoderInitialized, |
| 3980 .DecoderDeinitializeDone = (void (*)(PP_Instance instance, PP_DecryptorStrea
mType decoder_type, uint32_t request_id))&Pnacl_M24_PPB_ContentDecryptor_Private
_DecoderDeinitializeDone, |
| 3981 .DecoderResetDone = (void (*)(PP_Instance instance, PP_DecryptorStreamType d
ecoder_type, uint32_t request_id))&Pnacl_M24_PPB_ContentDecryptor_Private_Decode
rResetDone, |
3956 .DeliverFrame = (void (*)(PP_Instance instance, PP_Resource decrypted_frame,
const struct PP_DecryptedFrameInfo* decrypted_frame_info))&Pnacl_M24_PPB_Conten
tDecryptor_Private_DeliverFrame, | 3982 .DeliverFrame = (void (*)(PP_Instance instance, PP_Resource decrypted_frame,
const struct PP_DecryptedFrameInfo* decrypted_frame_info))&Pnacl_M24_PPB_Conten
tDecryptor_Private_DeliverFrame, |
3957 .DeliverSamples = (void (*)(PP_Instance instance, PP_Resource decrypted_samp
les, const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M24_PPB_Co
ntentDecryptor_Private_DeliverSamples | 3983 .DeliverSamples = (void (*)(PP_Instance instance, PP_Resource decrypted_samp
les, const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M24_PPB_Co
ntentDecryptor_Private_DeliverSamples |
3958 }; | 3984 }; |
3959 | 3985 |
3960 struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = { | 3986 struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = { |
3961 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F
ileRefPrivate_GetAbsolutePath | 3987 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F
ileRefPrivate_GetAbsolutePath |
3962 }; | 3988 }; |
3963 | 3989 |
3964 struct PPB_Flash_12_0 Pnacl_Wrappers_PPB_Flash_12_0 = { | 3990 struct PPB_Flash_12_0 Pnacl_Wrappers_PPB_Flash_12_0 = { |
3965 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M17_PPB_Flash_SetInstanceAlwaysOnTop, | 3991 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M17_PPB_Flash_SetInstanceAlwaysOnTop, |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4267 .Initialize = (PP_Bool (*)(PP_Resource resource, const char* bytes, uint32_t
length))&Pnacl_M19_PPB_X509Certificate_Private_Initialize, | 4293 .Initialize = (PP_Bool (*)(PP_Resource resource, const char* bytes, uint32_t
length))&Pnacl_M19_PPB_X509Certificate_Private_Initialize, |
4268 .GetField = (struct PP_Var (*)(PP_Resource resource, PP_X509Certificate_Priv
ate_Field field))&Pnacl_M19_PPB_X509Certificate_Private_GetField | 4294 .GetField = (struct PP_Var (*)(PP_Resource resource, PP_X509Certificate_Priv
ate_Field field))&Pnacl_M19_PPB_X509Certificate_Private_GetField |
4269 }; | 4295 }; |
4270 | 4296 |
4271 struct PPP_ContentDecryptor_Private_0_3 Pnacl_Wrappers_PPP_ContentDecryptor_Priv
ate_0_3 = { | 4297 struct PPP_ContentDecryptor_Private_0_3 Pnacl_Wrappers_PPP_ContentDecryptor_Priv
ate_0_3 = { |
4272 .GenerateKeyRequest = (void (*)(PP_Instance instance, struct PP_Var key_syst
em, struct PP_Var init_data))&Pnacl_M24_PPP_ContentDecryptor_Private_GenerateKey
Request, | 4298 .GenerateKeyRequest = (void (*)(PP_Instance instance, struct PP_Var key_syst
em, struct PP_Var init_data))&Pnacl_M24_PPP_ContentDecryptor_Private_GenerateKey
Request, |
4273 .AddKey = (void (*)(PP_Instance instance, struct PP_Var session_id, struct P
P_Var key, struct PP_Var init_data))&Pnacl_M24_PPP_ContentDecryptor_Private_AddK
ey, | 4299 .AddKey = (void (*)(PP_Instance instance, struct PP_Var session_id, struct P
P_Var key, struct PP_Var init_data))&Pnacl_M24_PPP_ContentDecryptor_Private_AddK
ey, |
4274 .CancelKeyRequest = (void (*)(PP_Instance instance, struct PP_Var session_id
))&Pnacl_M24_PPP_ContentDecryptor_Private_CancelKeyRequest, | 4300 .CancelKeyRequest = (void (*)(PP_Instance instance, struct PP_Var session_id
))&Pnacl_M24_PPP_ContentDecryptor_Private_CancelKeyRequest, |
4275 .Decrypt = (void (*)(PP_Instance instance, PP_Resource encrypted_block, cons
t struct PP_EncryptedBlockInfo* encrypted_block_info))&Pnacl_M24_PPP_ContentDecr
yptor_Private_Decrypt, | 4301 .Decrypt = (void (*)(PP_Instance instance, PP_Resource encrypted_block, cons
t struct PP_EncryptedBlockInfo* encrypted_block_info))&Pnacl_M24_PPP_ContentDecr
yptor_Private_Decrypt, |
4276 .InitializeVideoDecoder = (void (*)(PP_Instance instance, const struct PP_Vi
deoDecoderConfig* decoder_config, PP_Resource codec_extra_data))&Pnacl_M24_PPP_C
ontentDecryptor_Private_InitializeVideoDecoder, | 4302 .InitializeVideoDecoder = (void (*)(PP_Instance instance, const struct PP_Vi
deoDecoderConfig* decoder_config, PP_Resource codec_extra_data))&Pnacl_M24_PPP_C
ontentDecryptor_Private_InitializeVideoDecoder, |
| 4303 .DeinitializeDecoder = (void (*)(PP_Instance instance, PP_DecryptorStreamTyp
e decoder_type, uint32_t request_id))&Pnacl_M24_PPP_ContentDecryptor_Private_Dei
nitializeDecoder, |
| 4304 .ResetDecoder = (void (*)(PP_Instance instance, PP_DecryptorStreamType decod
er_type, uint32_t request_id))&Pnacl_M24_PPP_ContentDecryptor_Private_ResetDecod
er, |
4277 .DecryptAndDecodeFrame = (void (*)(PP_Instance instance, PP_Resource encrypt
ed_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_video_frame_i
nfo))&Pnacl_M24_PPP_ContentDecryptor_Private_DecryptAndDecodeFrame | 4305 .DecryptAndDecodeFrame = (void (*)(PP_Instance instance, PP_Resource encrypt
ed_video_frame, const struct PP_EncryptedVideoFrameInfo* encrypted_video_frame_i
nfo))&Pnacl_M24_PPP_ContentDecryptor_Private_DecryptAndDecodeFrame |
4278 }; | 4306 }; |
4279 | 4307 |
4280 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */ | 4308 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */ |
4281 | 4309 |
4282 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */ | 4310 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */ |
4283 | 4311 |
4284 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */ | 4312 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */ |
4285 | 4313 |
4286 struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private_0_1 = { | 4314 struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private_0_1 = { |
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5276 } | 5304 } |
5277 | 5305 |
5278 if (wrapper->wrapped_iface) { | 5306 if (wrapper->wrapped_iface) { |
5279 return wrapper->wrapped_iface; | 5307 return wrapper->wrapped_iface; |
5280 } else { | 5308 } else { |
5281 return wrapper->real_iface; | 5309 return wrapper->real_iface; |
5282 } | 5310 } |
5283 } | 5311 } |
5284 | 5312 |
5285 #endif | 5313 #endif |
OLD | NEW |