OLD | NEW |
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2014 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_alarms_dev.h" | 10 #include "ppapi/c/dev/ppb_alarms_dev.h" |
(...skipping 4010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4021 /* End wrapper methods for PPB_Ext_Socket_Dev_0_2 */ | 4021 /* End wrapper methods for PPB_Ext_Socket_Dev_0_2 */ |
4022 | 4022 |
4023 /* Not generating wrapper interface for PPB_Audio_1_0 */ | 4023 /* Not generating wrapper interface for PPB_Audio_1_0 */ |
4024 | 4024 |
4025 /* Not generating wrapper interface for PPB_Audio_1_1 */ | 4025 /* Not generating wrapper interface for PPB_Audio_1_1 */ |
4026 | 4026 |
4027 /* Not generating wrapper interface for PPB_AudioConfig_1_0 */ | 4027 /* Not generating wrapper interface for PPB_AudioConfig_1_0 */ |
4028 | 4028 |
4029 /* Not generating wrapper interface for PPB_AudioConfig_1_1 */ | 4029 /* Not generating wrapper interface for PPB_AudioConfig_1_1 */ |
4030 | 4030 |
4031 struct PPB_Console_1_0 Pnacl_Wrappers_PPB_Console_1_0 = { | 4031 static struct PPB_Console_1_0 Pnacl_Wrappers_PPB_Console_1_0 = { |
4032 .Log = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var valu
e))&Pnacl_M25_PPB_Console_Log, | 4032 .Log = (void (*)(PP_Instance instance, PP_LogLevel level, struct PP_Var valu
e))&Pnacl_M25_PPB_Console_Log, |
4033 .LogWithSource = (void (*)(PP_Instance instance, PP_LogLevel level, struct P
P_Var source, struct PP_Var value))&Pnacl_M25_PPB_Console_LogWithSource | 4033 .LogWithSource = (void (*)(PP_Instance instance, PP_LogLevel level, struct P
P_Var source, struct PP_Var value))&Pnacl_M25_PPB_Console_LogWithSource |
4034 }; | 4034 }; |
4035 | 4035 |
4036 struct PPB_Core_1_0 Pnacl_Wrappers_PPB_Core_1_0 = { | 4036 static struct PPB_Core_1_0 Pnacl_Wrappers_PPB_Core_1_0 = { |
4037 .AddRefResource = (void (*)(PP_Resource resource))&Pnacl_M14_PPB_Core_AddRef
Resource, | 4037 .AddRefResource = (void (*)(PP_Resource resource))&Pnacl_M14_PPB_Core_AddRef
Resource, |
4038 .ReleaseResource = (void (*)(PP_Resource resource))&Pnacl_M14_PPB_Core_Relea
seResource, | 4038 .ReleaseResource = (void (*)(PP_Resource resource))&Pnacl_M14_PPB_Core_Relea
seResource, |
4039 .GetTime = (PP_Time (*)(void))&Pnacl_M14_PPB_Core_GetTime, | 4039 .GetTime = (PP_Time (*)(void))&Pnacl_M14_PPB_Core_GetTime, |
4040 .GetTimeTicks = (PP_TimeTicks (*)(void))&Pnacl_M14_PPB_Core_GetTimeTicks, | 4040 .GetTimeTicks = (PP_TimeTicks (*)(void))&Pnacl_M14_PPB_Core_GetTimeTicks, |
4041 .CallOnMainThread = (void (*)(int32_t delay_in_milliseconds, struct PP_Compl
etionCallback callback, int32_t result))&Pnacl_M14_PPB_Core_CallOnMainThread, | 4041 .CallOnMainThread = (void (*)(int32_t delay_in_milliseconds, struct PP_Compl
etionCallback callback, int32_t result))&Pnacl_M14_PPB_Core_CallOnMainThread, |
4042 .IsMainThread = (PP_Bool (*)(void))&Pnacl_M14_PPB_Core_IsMainThread | 4042 .IsMainThread = (PP_Bool (*)(void))&Pnacl_M14_PPB_Core_IsMainThread |
4043 }; | 4043 }; |
4044 | 4044 |
4045 struct PPB_FileIO_1_0 Pnacl_Wrappers_PPB_FileIO_1_0 = { | 4045 static struct PPB_FileIO_1_0 Pnacl_Wrappers_PPB_FileIO_1_0 = { |
4046 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_FileIO_Creat
e, | 4046 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_FileIO_Creat
e, |
4047 .IsFileIO = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileIO_IsFileI
O, | 4047 .IsFileIO = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileIO_IsFileI
O, |
4048 .Open = (int32_t (*)(PP_Resource file_io, PP_Resource file_ref, int32_t open
_flags, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_Open, | 4048 .Open = (int32_t (*)(PP_Resource file_io, PP_Resource file_ref, int32_t open
_flags, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_Open, |
4049 .Query = (int32_t (*)(PP_Resource file_io, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_Query, | 4049 .Query = (int32_t (*)(PP_Resource file_io, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_Query, |
4050 .Touch = (int32_t (*)(PP_Resource file_io, PP_Time last_access_time, PP_Time
last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileI
O_Touch, | 4050 .Touch = (int32_t (*)(PP_Resource file_io, PP_Time last_access_time, PP_Time
last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileI
O_Touch, |
4051 .Read = (int32_t (*)(PP_Resource file_io, int64_t offset, char* buffer, int3
2_t bytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_
Read, | 4051 .Read = (int32_t (*)(PP_Resource file_io, int64_t offset, char* buffer, int3
2_t bytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileIO_
Read, |
4052 .Write = (int32_t (*)(PP_Resource file_io, int64_t offset, const char* buffe
r, int32_t bytes_to_write, struct PP_CompletionCallback callback))&Pnacl_M14_PPB
_FileIO_Write, | 4052 .Write = (int32_t (*)(PP_Resource file_io, int64_t offset, const char* buffe
r, int32_t bytes_to_write, struct PP_CompletionCallback callback))&Pnacl_M14_PPB
_FileIO_Write, |
4053 .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_Com
pletionCallback callback))&Pnacl_M14_PPB_FileIO_SetLength, | 4053 .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_Com
pletionCallback callback))&Pnacl_M14_PPB_FileIO_SetLength, |
4054 .Flush = (int32_t (*)(PP_Resource file_io, struct PP_CompletionCallback call
back))&Pnacl_M14_PPB_FileIO_Flush, | 4054 .Flush = (int32_t (*)(PP_Resource file_io, struct PP_CompletionCallback call
back))&Pnacl_M14_PPB_FileIO_Flush, |
4055 .Close = (void (*)(PP_Resource file_io))&Pnacl_M14_PPB_FileIO_Close | 4055 .Close = (void (*)(PP_Resource file_io))&Pnacl_M14_PPB_FileIO_Close |
4056 }; | 4056 }; |
4057 | 4057 |
4058 struct PPB_FileIO_1_1 Pnacl_Wrappers_PPB_FileIO_1_1 = { | 4058 static struct PPB_FileIO_1_1 Pnacl_Wrappers_PPB_FileIO_1_1 = { |
4059 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_FileIO_Creat
e, | 4059 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_FileIO_Creat
e, |
4060 .IsFileIO = (PP_Bool (*)(PP_Resource resource))&Pnacl_M25_PPB_FileIO_IsFileI
O, | 4060 .IsFileIO = (PP_Bool (*)(PP_Resource resource))&Pnacl_M25_PPB_FileIO_IsFileI
O, |
4061 .Open = (int32_t (*)(PP_Resource file_io, PP_Resource file_ref, int32_t open
_flags, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_Open, | 4061 .Open = (int32_t (*)(PP_Resource file_io, PP_Resource file_ref, int32_t open
_flags, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_Open, |
4062 .Query = (int32_t (*)(PP_Resource file_io, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_Query, | 4062 .Query = (int32_t (*)(PP_Resource file_io, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_Query, |
4063 .Touch = (int32_t (*)(PP_Resource file_io, PP_Time last_access_time, PP_Time
last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileI
O_Touch, | 4063 .Touch = (int32_t (*)(PP_Resource file_io, PP_Time last_access_time, PP_Time
last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileI
O_Touch, |
4064 .Read = (int32_t (*)(PP_Resource file_io, int64_t offset, char* buffer, int3
2_t bytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_
Read, | 4064 .Read = (int32_t (*)(PP_Resource file_io, int64_t offset, char* buffer, int3
2_t bytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_FileIO_
Read, |
4065 .Write = (int32_t (*)(PP_Resource file_io, int64_t offset, const char* buffe
r, int32_t bytes_to_write, struct PP_CompletionCallback callback))&Pnacl_M25_PPB
_FileIO_Write, | 4065 .Write = (int32_t (*)(PP_Resource file_io, int64_t offset, const char* buffe
r, int32_t bytes_to_write, struct PP_CompletionCallback callback))&Pnacl_M25_PPB
_FileIO_Write, |
4066 .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_Com
pletionCallback callback))&Pnacl_M25_PPB_FileIO_SetLength, | 4066 .SetLength = (int32_t (*)(PP_Resource file_io, int64_t length, struct PP_Com
pletionCallback callback))&Pnacl_M25_PPB_FileIO_SetLength, |
4067 .Flush = (int32_t (*)(PP_Resource file_io, struct PP_CompletionCallback call
back))&Pnacl_M25_PPB_FileIO_Flush, | 4067 .Flush = (int32_t (*)(PP_Resource file_io, struct PP_CompletionCallback call
back))&Pnacl_M25_PPB_FileIO_Flush, |
4068 .Close = (void (*)(PP_Resource file_io))&Pnacl_M25_PPB_FileIO_Close, | 4068 .Close = (void (*)(PP_Resource file_io))&Pnacl_M25_PPB_FileIO_Close, |
4069 .ReadToArray = (int32_t (*)(PP_Resource file_io, int64_t offset, int32_t max
_read_length, struct PP_ArrayOutput* output, struct PP_CompletionCallback callba
ck))&Pnacl_M25_PPB_FileIO_ReadToArray | 4069 .ReadToArray = (int32_t (*)(PP_Resource file_io, int64_t offset, int32_t max
_read_length, struct PP_ArrayOutput* output, struct PP_CompletionCallback callba
ck))&Pnacl_M25_PPB_FileIO_ReadToArray |
4070 }; | 4070 }; |
4071 | 4071 |
4072 struct PPB_FileRef_1_0 Pnacl_Wrappers_PPB_FileRef_1_0 = { | 4072 static struct PPB_FileRef_1_0 Pnacl_Wrappers_PPB_FileRef_1_0 = { |
4073 .Create = (PP_Resource (*)(PP_Resource file_system, const char* path))&Pnacl
_M14_PPB_FileRef_Create, | 4073 .Create = (PP_Resource (*)(PP_Resource file_system, const char* path))&Pnacl
_M14_PPB_FileRef_Create, |
4074 .IsFileRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileRef_IsFil
eRef, | 4074 .IsFileRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileRef_IsFil
eRef, |
4075 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M14
_PPB_FileRef_GetFileSystemType, | 4075 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M14
_PPB_FileRef_GetFileSystemType, |
4076 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etName, | 4076 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etName, |
4077 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etPath, | 4077 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etPath, |
4078 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etParent, | 4078 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G
etParent, |
4079 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest
ors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory
, | 4079 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest
ors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory
, |
4080 .Touch = (int32_t (*)(PP_Resource file_ref, PP_Time last_access_time, PP_Tim
e last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_File
Ref_Touch, | 4080 .Touch = (int32_t (*)(PP_Resource file_ref, PP_Time last_access_time, PP_Tim
e last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_File
Ref_Touch, |
4081 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca
llback))&Pnacl_M14_PPB_FileRef_Delete, | 4081 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca
llback))&Pnacl_M14_PPB_FileRef_Delete, |
4082 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_Rename | 4082 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_Rename |
4083 }; | 4083 }; |
4084 | 4084 |
4085 struct PPB_FileRef_1_1 Pnacl_Wrappers_PPB_FileRef_1_1 = { | 4085 static struct PPB_FileRef_1_1 Pnacl_Wrappers_PPB_FileRef_1_1 = { |
4086 .Create = (PP_Resource (*)(PP_Resource file_system, const char* path))&Pnacl
_M28_PPB_FileRef_Create, | 4086 .Create = (PP_Resource (*)(PP_Resource file_system, const char* path))&Pnacl
_M28_PPB_FileRef_Create, |
4087 .IsFileRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_FileRef_IsFil
eRef, | 4087 .IsFileRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_FileRef_IsFil
eRef, |
4088 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M28
_PPB_FileRef_GetFileSystemType, | 4088 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M28
_PPB_FileRef_GetFileSystemType, |
4089 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etName, | 4089 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etName, |
4090 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etPath, | 4090 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etPath, |
4091 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etParent, | 4091 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_G
etParent, |
4092 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest
ors, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_MakeDirectory
, | 4092 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest
ors, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_MakeDirectory
, |
4093 .Touch = (int32_t (*)(PP_Resource file_ref, PP_Time last_access_time, PP_Tim
e last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_File
Ref_Touch, | 4093 .Touch = (int32_t (*)(PP_Resource file_ref, PP_Time last_access_time, PP_Tim
e last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_File
Ref_Touch, |
4094 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca
llback))&Pnacl_M28_PPB_FileRef_Delete, | 4094 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca
llback))&Pnacl_M28_PPB_FileRef_Delete, |
4095 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_Rename, | 4095 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_Rename, |
4096 .Query = (int32_t (*)(PP_Resource file_ref, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_Query, | 4096 .Query = (int32_t (*)(PP_Resource file_ref, struct PP_FileInfo* info, struct
PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_Query, |
4097 .ReadDirectoryEntries = (int32_t (*)(PP_Resource file_ref, struct PP_ArrayOu
tput output, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_ReadD
irectoryEntries | 4097 .ReadDirectoryEntries = (int32_t (*)(PP_Resource file_ref, struct PP_ArrayOu
tput output, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileRef_ReadD
irectoryEntries |
4098 }; | 4098 }; |
4099 | 4099 |
4100 struct PPB_FileSystem_1_0 Pnacl_Wrappers_PPB_FileSystem_1_0 = { | 4100 static struct PPB_FileSystem_1_0 Pnacl_Wrappers_PPB_FileSystem_1_0 = { |
4101 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileSystemType type))&Pn
acl_M14_PPB_FileSystem_Create, | 4101 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileSystemType type))&Pn
acl_M14_PPB_FileSystem_Create, |
4102 .IsFileSystem = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileSystem
_IsFileSystem, | 4102 .IsFileSystem = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileSystem
_IsFileSystem, |
4103 .Open = (int32_t (*)(PP_Resource file_system, int64_t expected_size, struct
PP_CompletionCallback callback))&Pnacl_M14_PPB_FileSystem_Open, | 4103 .Open = (int32_t (*)(PP_Resource file_system, int64_t expected_size, struct
PP_CompletionCallback callback))&Pnacl_M14_PPB_FileSystem_Open, |
4104 .GetType = (PP_FileSystemType (*)(PP_Resource file_system))&Pnacl_M14_PPB_Fi
leSystem_GetType | 4104 .GetType = (PP_FileSystemType (*)(PP_Resource file_system))&Pnacl_M14_PPB_Fi
leSystem_GetType |
4105 }; | 4105 }; |
4106 | 4106 |
4107 /* Not generating wrapper interface for PPB_Fullscreen_1_0 */ | 4107 /* Not generating wrapper interface for PPB_Fullscreen_1_0 */ |
4108 | 4108 |
4109 /* Not generating wrapper interface for PPB_Gamepad_1_0 */ | 4109 /* Not generating wrapper interface for PPB_Gamepad_1_0 */ |
4110 | 4110 |
4111 struct PPB_Graphics2D_1_0 Pnacl_Wrappers_PPB_Graphics2D_1_0 = { | 4111 static struct PPB_Graphics2D_1_0 Pnacl_Wrappers_PPB_Graphics2D_1_0 = { |
4112 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_Size* size,
PP_Bool is_always_opaque))&Pnacl_M14_PPB_Graphics2D_Create, | 4112 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_Size* size,
PP_Bool is_always_opaque))&Pnacl_M14_PPB_Graphics2D_Create, |
4113 .IsGraphics2D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Graphics2D
_IsGraphics2D, | 4113 .IsGraphics2D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Graphics2D
_IsGraphics2D, |
4114 .Describe = (PP_Bool (*)(PP_Resource graphics_2d, struct PP_Size* size, PP_B
ool* is_always_opaque))&Pnacl_M14_PPB_Graphics2D_Describe, | 4114 .Describe = (PP_Bool (*)(PP_Resource graphics_2d, struct PP_Size* size, PP_B
ool* is_always_opaque))&Pnacl_M14_PPB_Graphics2D_Describe, |
4115 .PaintImageData = (void (*)(PP_Resource graphics_2d, PP_Resource image_data,
const struct PP_Point* top_left, const struct PP_Rect* src_rect))&Pnacl_M14_PPB
_Graphics2D_PaintImageData, | 4115 .PaintImageData = (void (*)(PP_Resource graphics_2d, PP_Resource image_data,
const struct PP_Point* top_left, const struct PP_Rect* src_rect))&Pnacl_M14_PPB
_Graphics2D_PaintImageData, |
4116 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect
, const struct PP_Point* amount))&Pnacl_M14_PPB_Graphics2D_Scroll, | 4116 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect
, const struct PP_Point* amount))&Pnacl_M14_PPB_Graphics2D_Scroll, |
4117 .ReplaceContents = (void (*)(PP_Resource graphics_2d, PP_Resource image_data
))&Pnacl_M14_PPB_Graphics2D_ReplaceContents, | 4117 .ReplaceContents = (void (*)(PP_Resource graphics_2d, PP_Resource image_data
))&Pnacl_M14_PPB_Graphics2D_ReplaceContents, |
4118 .Flush = (int32_t (*)(PP_Resource graphics_2d, struct PP_CompletionCallback
callback))&Pnacl_M14_PPB_Graphics2D_Flush | 4118 .Flush = (int32_t (*)(PP_Resource graphics_2d, struct PP_CompletionCallback
callback))&Pnacl_M14_PPB_Graphics2D_Flush |
4119 }; | 4119 }; |
4120 | 4120 |
4121 struct PPB_Graphics2D_1_1 Pnacl_Wrappers_PPB_Graphics2D_1_1 = { | 4121 static struct PPB_Graphics2D_1_1 Pnacl_Wrappers_PPB_Graphics2D_1_1 = { |
4122 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_Size* size,
PP_Bool is_always_opaque))&Pnacl_M27_PPB_Graphics2D_Create, | 4122 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_Size* size,
PP_Bool is_always_opaque))&Pnacl_M27_PPB_Graphics2D_Create, |
4123 .IsGraphics2D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M27_PPB_Graphics2D
_IsGraphics2D, | 4123 .IsGraphics2D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M27_PPB_Graphics2D
_IsGraphics2D, |
4124 .Describe = (PP_Bool (*)(PP_Resource graphics_2d, struct PP_Size* size, PP_B
ool* is_always_opaque))&Pnacl_M27_PPB_Graphics2D_Describe, | 4124 .Describe = (PP_Bool (*)(PP_Resource graphics_2d, struct PP_Size* size, PP_B
ool* is_always_opaque))&Pnacl_M27_PPB_Graphics2D_Describe, |
4125 .PaintImageData = (void (*)(PP_Resource graphics_2d, PP_Resource image_data,
const struct PP_Point* top_left, const struct PP_Rect* src_rect))&Pnacl_M27_PPB
_Graphics2D_PaintImageData, | 4125 .PaintImageData = (void (*)(PP_Resource graphics_2d, PP_Resource image_data,
const struct PP_Point* top_left, const struct PP_Rect* src_rect))&Pnacl_M27_PPB
_Graphics2D_PaintImageData, |
4126 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect
, const struct PP_Point* amount))&Pnacl_M27_PPB_Graphics2D_Scroll, | 4126 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect
, const struct PP_Point* amount))&Pnacl_M27_PPB_Graphics2D_Scroll, |
4127 .ReplaceContents = (void (*)(PP_Resource graphics_2d, PP_Resource image_data
))&Pnacl_M27_PPB_Graphics2D_ReplaceContents, | 4127 .ReplaceContents = (void (*)(PP_Resource graphics_2d, PP_Resource image_data
))&Pnacl_M27_PPB_Graphics2D_ReplaceContents, |
4128 .Flush = (int32_t (*)(PP_Resource graphics_2d, struct PP_CompletionCallback
callback))&Pnacl_M27_PPB_Graphics2D_Flush, | 4128 .Flush = (int32_t (*)(PP_Resource graphics_2d, struct PP_CompletionCallback
callback))&Pnacl_M27_PPB_Graphics2D_Flush, |
4129 .SetScale = (PP_Bool (*)(PP_Resource resource, float scale))&Pnacl_M27_PPB_G
raphics2D_SetScale, | 4129 .SetScale = (PP_Bool (*)(PP_Resource resource, float scale))&Pnacl_M27_PPB_G
raphics2D_SetScale, |
4130 .GetScale = (float (*)(PP_Resource resource))&Pnacl_M27_PPB_Graphics2D_GetSc
ale | 4130 .GetScale = (float (*)(PP_Resource resource))&Pnacl_M27_PPB_Graphics2D_GetSc
ale |
4131 }; | 4131 }; |
4132 | 4132 |
4133 struct PPB_Graphics3D_1_0 Pnacl_Wrappers_PPB_Graphics3D_1_0 = { | 4133 static struct PPB_Graphics3D_1_0 Pnacl_Wrappers_PPB_Graphics3D_1_0 = { |
4134 .GetAttribMaxValue = (int32_t (*)(PP_Resource instance, int32_t attribute, i
nt32_t* value))&Pnacl_M15_PPB_Graphics3D_GetAttribMaxValue, | 4134 .GetAttribMaxValue = (int32_t (*)(PP_Resource instance, int32_t attribute, i
nt32_t* value))&Pnacl_M15_PPB_Graphics3D_GetAttribMaxValue, |
4135 .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource share_context,
const int32_t attrib_list[]))&Pnacl_M15_PPB_Graphics3D_Create, | 4135 .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource share_context,
const int32_t attrib_list[]))&Pnacl_M15_PPB_Graphics3D_Create, |
4136 .IsGraphics3D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M15_PPB_Graphics3D
_IsGraphics3D, | 4136 .IsGraphics3D = (PP_Bool (*)(PP_Resource resource))&Pnacl_M15_PPB_Graphics3D
_IsGraphics3D, |
4137 .GetAttribs = (int32_t (*)(PP_Resource context, int32_t attrib_list[]))&Pnac
l_M15_PPB_Graphics3D_GetAttribs, | 4137 .GetAttribs = (int32_t (*)(PP_Resource context, int32_t attrib_list[]))&Pnac
l_M15_PPB_Graphics3D_GetAttribs, |
4138 .SetAttribs = (int32_t (*)(PP_Resource context, const int32_t attrib_list[])
)&Pnacl_M15_PPB_Graphics3D_SetAttribs, | 4138 .SetAttribs = (int32_t (*)(PP_Resource context, const int32_t attrib_list[])
)&Pnacl_M15_PPB_Graphics3D_SetAttribs, |
4139 .GetError = (int32_t (*)(PP_Resource context))&Pnacl_M15_PPB_Graphics3D_GetE
rror, | 4139 .GetError = (int32_t (*)(PP_Resource context))&Pnacl_M15_PPB_Graphics3D_GetE
rror, |
4140 .ResizeBuffers = (int32_t (*)(PP_Resource context, int32_t width, int32_t he
ight))&Pnacl_M15_PPB_Graphics3D_ResizeBuffers, | 4140 .ResizeBuffers = (int32_t (*)(PP_Resource context, int32_t width, int32_t he
ight))&Pnacl_M15_PPB_Graphics3D_ResizeBuffers, |
4141 .SwapBuffers = (int32_t (*)(PP_Resource context, struct PP_CompletionCallbac
k callback))&Pnacl_M15_PPB_Graphics3D_SwapBuffers | 4141 .SwapBuffers = (int32_t (*)(PP_Resource context, struct PP_CompletionCallbac
k callback))&Pnacl_M15_PPB_Graphics3D_SwapBuffers |
4142 }; | 4142 }; |
4143 | 4143 |
4144 struct PPB_HostResolver_1_0 Pnacl_Wrappers_PPB_HostResolver_1_0 = { | 4144 static struct PPB_HostResolver_1_0 Pnacl_Wrappers_PPB_HostResolver_1_0 = { |
4145 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_HostResolver
_Create, | 4145 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_HostResolver
_Create, |
4146 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_HostReso
lver_IsHostResolver, | 4146 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_HostReso
lver_IsHostResolver, |
4147 .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, | 4147 .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, |
4148 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29
_PPB_HostResolver_GetCanonicalName, | 4148 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M29
_PPB_HostResolver_GetCanonicalName, |
4149 .GetNetAddressCount = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M29_PP
B_HostResolver_GetNetAddressCount, | 4149 .GetNetAddressCount = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M29_PP
B_HostResolver_GetNetAddressCount, |
4150 .GetNetAddress = (PP_Resource (*)(PP_Resource host_resolver, uint32_t index)
)&Pnacl_M29_PPB_HostResolver_GetNetAddress | 4150 .GetNetAddress = (PP_Resource (*)(PP_Resource host_resolver, uint32_t index)
)&Pnacl_M29_PPB_HostResolver_GetNetAddress |
4151 }; | 4151 }; |
4152 | 4152 |
4153 /* Not generating wrapper interface for PPB_ImageData_1_0 */ | 4153 /* Not generating wrapper interface for PPB_ImageData_1_0 */ |
4154 | 4154 |
4155 /* Not generating wrapper interface for PPB_InputEvent_1_0 */ | 4155 /* Not generating wrapper interface for PPB_InputEvent_1_0 */ |
4156 | 4156 |
4157 struct PPB_MouseInputEvent_1_0 Pnacl_Wrappers_PPB_MouseInputEvent_1_0 = { | 4157 static struct PPB_MouseInputEvent_1_0 Pnacl_Wrappers_PPB_MouseInputEvent_1_0 = { |
4158 .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, | 4158 .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, |
4159 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Mouse
InputEvent_IsMouseInputEvent, | 4159 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Mouse
InputEvent_IsMouseInputEvent, |
4160 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_
M13_PPB_MouseInputEvent_GetButton, | 4160 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_
M13_PPB_MouseInputEvent_GetButton, |
4161 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_
MouseInputEvent_GetPosition, | 4161 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_
MouseInputEvent_GetPosition, |
4162 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_MouseI
nputEvent_GetClickCount | 4162 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M13_PPB_MouseI
nputEvent_GetClickCount |
4163 }; | 4163 }; |
4164 | 4164 |
4165 struct PPB_MouseInputEvent_1_1 Pnacl_Wrappers_PPB_MouseInputEvent_1_1 = { | 4165 static struct PPB_MouseInputEvent_1_1 Pnacl_Wrappers_PPB_MouseInputEvent_1_1 = { |
4166 .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, const struct PP_P
oint* mouse_movement))&Pnacl_M14_PPB_MouseInputEvent_Create, | 4166 .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, const struct PP_P
oint* mouse_movement))&Pnacl_M14_PPB_MouseInputEvent_Create, |
4167 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Mouse
InputEvent_IsMouseInputEvent, | 4167 .IsMouseInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Mouse
InputEvent_IsMouseInputEvent, |
4168 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_
M14_PPB_MouseInputEvent_GetButton, | 4168 .GetButton = (PP_InputEvent_MouseButton (*)(PP_Resource mouse_event))&Pnacl_
M14_PPB_MouseInputEvent_GetButton, |
4169 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_
MouseInputEvent_GetPosition, | 4169 .GetPosition = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_
MouseInputEvent_GetPosition, |
4170 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_MouseI
nputEvent_GetClickCount, | 4170 .GetClickCount = (int32_t (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_MouseI
nputEvent_GetClickCount, |
4171 .GetMovement = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_
MouseInputEvent_GetMovement | 4171 .GetMovement = (struct PP_Point (*)(PP_Resource mouse_event))&Pnacl_M14_PPB_
MouseInputEvent_GetMovement |
4172 }; | 4172 }; |
4173 | 4173 |
4174 struct PPB_WheelInputEvent_1_0 Pnacl_Wrappers_PPB_WheelInputEvent_1_0 = { | 4174 static struct PPB_WheelInputEvent_1_0 Pnacl_Wrappers_PPB_WheelInputEvent_1_0 = { |
4175 .Create = (PP_Resource (*)(PP_Instance instance, PP_TimeTicks time_stamp, ui
nt32_t modifiers, const struct PP_FloatPoint* wheel_delta, const struct PP_Float
Point* wheel_ticks, PP_Bool scroll_by_page))&Pnacl_M13_PPB_WheelInputEvent_Creat
e, | 4175 .Create = (PP_Resource (*)(PP_Instance instance, PP_TimeTicks time_stamp, ui
nt32_t modifiers, const struct PP_FloatPoint* wheel_delta, const struct PP_Float
Point* wheel_ticks, PP_Bool scroll_by_page))&Pnacl_M13_PPB_WheelInputEvent_Creat
e, |
4176 .IsWheelInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Wheel
InputEvent_IsWheelInputEvent, | 4176 .IsWheelInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Wheel
InputEvent_IsWheelInputEvent, |
4177 .GetDelta = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PP
B_WheelInputEvent_GetDelta, | 4177 .GetDelta = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PP
B_WheelInputEvent_GetDelta, |
4178 .GetTicks = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PP
B_WheelInputEvent_GetTicks, | 4178 .GetTicks = (struct PP_FloatPoint (*)(PP_Resource wheel_event))&Pnacl_M13_PP
B_WheelInputEvent_GetTicks, |
4179 .GetScrollByPage = (PP_Bool (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_Whee
lInputEvent_GetScrollByPage | 4179 .GetScrollByPage = (PP_Bool (*)(PP_Resource wheel_event))&Pnacl_M13_PPB_Whee
lInputEvent_GetScrollByPage |
4180 }; | 4180 }; |
4181 | 4181 |
4182 struct PPB_KeyboardInputEvent_1_0 Pnacl_Wrappers_PPB_KeyboardInputEvent_1_0 = { | 4182 static struct PPB_KeyboardInputEvent_1_0 Pnacl_Wrappers_PPB_KeyboardInputEvent_1
_0 = { |
4183 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP
_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var char
acter_text))&Pnacl_M13_PPB_KeyboardInputEvent_Create, | 4183 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP
_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var char
acter_text))&Pnacl_M13_PPB_KeyboardInputEvent_Create, |
4184 .IsKeyboardInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Ke
yboardInputEvent_IsKeyboardInputEvent, | 4184 .IsKeyboardInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Ke
yboardInputEvent_IsKeyboardInputEvent, |
4185 .GetKeyCode = (uint32_t (*)(PP_Resource key_event))&Pnacl_M13_PPB_KeyboardIn
putEvent_GetKeyCode, | 4185 .GetKeyCode = (uint32_t (*)(PP_Resource key_event))&Pnacl_M13_PPB_KeyboardIn
putEvent_GetKeyCode, |
4186 .GetCharacterText = (struct PP_Var (*)(PP_Resource character_event))&Pnacl_M
13_PPB_KeyboardInputEvent_GetCharacterText | 4186 .GetCharacterText = (struct PP_Var (*)(PP_Resource character_event))&Pnacl_M
13_PPB_KeyboardInputEvent_GetCharacterText |
4187 }; | 4187 }; |
4188 | 4188 |
4189 struct PPB_TouchInputEvent_1_0 Pnacl_Wrappers_PPB_TouchInputEvent_1_0 = { | 4189 static struct PPB_TouchInputEvent_1_0 Pnacl_Wrappers_PPB_TouchInputEvent_1_0 = { |
4190 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP
_TimeTicks time_stamp, uint32_t modifiers))&Pnacl_M13_PPB_TouchInputEvent_Create
, | 4190 .Create = (PP_Resource (*)(PP_Instance instance, PP_InputEvent_Type type, PP
_TimeTicks time_stamp, uint32_t modifiers))&Pnacl_M13_PPB_TouchInputEvent_Create
, |
4191 .AddTouchPoint = (void (*)(PP_Resource touch_event, PP_TouchListType list, c
onst struct PP_TouchPoint* point))&Pnacl_M13_PPB_TouchInputEvent_AddTouchPoint, | 4191 .AddTouchPoint = (void (*)(PP_Resource touch_event, PP_TouchListType list, c
onst struct PP_TouchPoint* point))&Pnacl_M13_PPB_TouchInputEvent_AddTouchPoint, |
4192 .IsTouchInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Touch
InputEvent_IsTouchInputEvent, | 4192 .IsTouchInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_Touch
InputEvent_IsTouchInputEvent, |
4193 .GetTouchCount = (uint32_t (*)(PP_Resource resource, PP_TouchListType list))
&Pnacl_M13_PPB_TouchInputEvent_GetTouchCount, | 4193 .GetTouchCount = (uint32_t (*)(PP_Resource resource, PP_TouchListType list))
&Pnacl_M13_PPB_TouchInputEvent_GetTouchCount, |
4194 .GetTouchByIndex = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchL
istType list, uint32_t index))&Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex, | 4194 .GetTouchByIndex = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchL
istType list, uint32_t index))&Pnacl_M13_PPB_TouchInputEvent_GetTouchByIndex, |
4195 .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchList
Type list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById | 4195 .GetTouchById = (struct PP_TouchPoint (*)(PP_Resource resource, PP_TouchList
Type list, uint32_t touch_id))&Pnacl_M13_PPB_TouchInputEvent_GetTouchById |
4196 }; | 4196 }; |
4197 | 4197 |
4198 struct PPB_IMEInputEvent_1_0 Pnacl_Wrappers_PPB_IMEInputEvent_1_0 = { | 4198 static struct PPB_IMEInputEvent_1_0 Pnacl_Wrappers_PPB_IMEInputEvent_1_0 = { |
4199 .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_M13_PPB_IMEInputEvent_Create, | 4199 .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_M13_PPB_IMEInputEvent_Create, |
4200 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_IMEInpu
tEvent_IsIMEInputEvent, | 4200 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M13_PPB_IMEInpu
tEvent_IsIMEInputEvent, |
4201 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEInput
Event_GetText, | 4201 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEInput
Event_GetText, |
4202 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEI
nputEvent_GetSegmentNumber, | 4202 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEI
nputEvent_GetSegmentNumber, |
4203 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M13_PPB_IMEInputEvent_GetSegmentOffset, | 4203 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M13_PPB_IMEInputEvent_GetSegmentOffset, |
4204 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEIn
putEvent_GetTargetSegment, | 4204 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M13_PPB_IMEIn
putEvent_GetTargetSegment, |
4205 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M13_PPB_IMEInputEvent_GetSelection | 4205 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M13_PPB_IMEInputEvent_GetSelection |
4206 }; | 4206 }; |
4207 | 4207 |
4208 /* Not generating wrapper interface for PPB_Instance_1_0 */ | 4208 /* Not generating wrapper interface for PPB_Instance_1_0 */ |
4209 | 4209 |
4210 struct PPB_MediaStreamVideoTrack_0_1 Pnacl_Wrappers_PPB_MediaStreamVideoTrack_0_
1 = { | 4210 static struct PPB_MediaStreamVideoTrack_0_1 Pnacl_Wrappers_PPB_MediaStreamVideoT
rack_0_1 = { |
4211 .IsMediaStreamVideoTrack = (PP_Bool (*)(PP_Resource resource))&Pnacl_M34_PPB
_MediaStreamVideoTrack_IsMediaStreamVideoTrack, | 4211 .IsMediaStreamVideoTrack = (PP_Bool (*)(PP_Resource resource))&Pnacl_M34_PPB
_MediaStreamVideoTrack_IsMediaStreamVideoTrack, |
4212 .Configure = (int32_t (*)(PP_Resource video_track, uint32_t max_buffered_fra
mes))&Pnacl_M34_PPB_MediaStreamVideoTrack_Configure, | 4212 .Configure = (int32_t (*)(PP_Resource video_track, uint32_t max_buffered_fra
mes))&Pnacl_M34_PPB_MediaStreamVideoTrack_Configure, |
4213 .GetId = (struct PP_Var (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStr
eamVideoTrack_GetId, | 4213 .GetId = (struct PP_Var (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStr
eamVideoTrack_GetId, |
4214 .HasEnded = (PP_Bool (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStream
VideoTrack_HasEnded, | 4214 .HasEnded = (PP_Bool (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStream
VideoTrack_HasEnded, |
4215 .GetFrame = (int32_t (*)(PP_Resource video_track, PP_Resource* frame, struct
PP_CompletionCallback callback))&Pnacl_M34_PPB_MediaStreamVideoTrack_GetFrame, | 4215 .GetFrame = (int32_t (*)(PP_Resource video_track, PP_Resource* frame, struct
PP_CompletionCallback callback))&Pnacl_M34_PPB_MediaStreamVideoTrack_GetFrame, |
4216 .RecycleFrame = (int32_t (*)(PP_Resource video_track, PP_Resource frame))&Pn
acl_M34_PPB_MediaStreamVideoTrack_RecycleFrame, | 4216 .RecycleFrame = (int32_t (*)(PP_Resource video_track, PP_Resource frame))&Pn
acl_M34_PPB_MediaStreamVideoTrack_RecycleFrame, |
4217 .Close = (void (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStreamVideoT
rack_Close | 4217 .Close = (void (*)(PP_Resource video_track))&Pnacl_M34_PPB_MediaStreamVideoT
rack_Close |
4218 }; | 4218 }; |
4219 | 4219 |
4220 struct PPB_MessageLoop_1_0 Pnacl_Wrappers_PPB_MessageLoop_1_0 = { | 4220 static struct PPB_MessageLoop_1_0 Pnacl_Wrappers_PPB_MessageLoop_1_0 = { |
4221 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_MessageLoop_
Create, | 4221 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_MessageLoop_
Create, |
4222 .GetForMainThread = (PP_Resource (*)(void))&Pnacl_M25_PPB_MessageLoop_GetFor
MainThread, | 4222 .GetForMainThread = (PP_Resource (*)(void))&Pnacl_M25_PPB_MessageLoop_GetFor
MainThread, |
4223 .GetCurrent = (PP_Resource (*)(void))&Pnacl_M25_PPB_MessageLoop_GetCurrent, | 4223 .GetCurrent = (PP_Resource (*)(void))&Pnacl_M25_PPB_MessageLoop_GetCurrent, |
4224 .AttachToCurrentThread = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_P
PB_MessageLoop_AttachToCurrentThread, | 4224 .AttachToCurrentThread = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_P
PB_MessageLoop_AttachToCurrentThread, |
4225 .Run = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_PPB_MessageLoop_Run
, | 4225 .Run = (int32_t (*)(PP_Resource message_loop))&Pnacl_M25_PPB_MessageLoop_Run
, |
4226 .PostWork = (int32_t (*)(PP_Resource message_loop, struct PP_CompletionCallb
ack callback, int64_t delay_ms))&Pnacl_M25_PPB_MessageLoop_PostWork, | 4226 .PostWork = (int32_t (*)(PP_Resource message_loop, struct PP_CompletionCallb
ack callback, int64_t delay_ms))&Pnacl_M25_PPB_MessageLoop_PostWork, |
4227 .PostQuit = (int32_t (*)(PP_Resource message_loop, PP_Bool should_destroy))&
Pnacl_M25_PPB_MessageLoop_PostQuit | 4227 .PostQuit = (int32_t (*)(PP_Resource message_loop, PP_Bool should_destroy))&
Pnacl_M25_PPB_MessageLoop_PostQuit |
4228 }; | 4228 }; |
4229 | 4229 |
4230 struct PPB_Messaging_1_0 Pnacl_Wrappers_PPB_Messaging_1_0 = { | 4230 static struct PPB_Messaging_1_0 Pnacl_Wrappers_PPB_Messaging_1_0 = { |
4231 .PostMessage = (void (*)(PP_Instance instance, struct PP_Var message))&Pnacl
_M14_PPB_Messaging_PostMessage | 4231 .PostMessage = (void (*)(PP_Instance instance, struct PP_Var message))&Pnacl
_M14_PPB_Messaging_PostMessage |
4232 }; | 4232 }; |
4233 | 4233 |
4234 /* Not generating wrapper interface for PPB_MouseCursor_1_0 */ | 4234 /* Not generating wrapper interface for PPB_MouseCursor_1_0 */ |
4235 | 4235 |
4236 struct PPB_MouseLock_1_0 Pnacl_Wrappers_PPB_MouseLock_1_0 = { | 4236 static struct PPB_MouseLock_1_0 Pnacl_Wrappers_PPB_MouseLock_1_0 = { |
4237 .LockMouse = (int32_t (*)(PP_Instance instance, struct PP_CompletionCallback
callback))&Pnacl_M16_PPB_MouseLock_LockMouse, | 4237 .LockMouse = (int32_t (*)(PP_Instance instance, struct PP_CompletionCallback
callback))&Pnacl_M16_PPB_MouseLock_LockMouse, |
4238 .UnlockMouse = (void (*)(PP_Instance instance))&Pnacl_M16_PPB_MouseLock_Unlo
ckMouse | 4238 .UnlockMouse = (void (*)(PP_Instance instance))&Pnacl_M16_PPB_MouseLock_Unlo
ckMouse |
4239 }; | 4239 }; |
4240 | 4240 |
4241 struct PPB_NetAddress_1_0 Pnacl_Wrappers_PPB_NetAddress_1_0 = { | 4241 static struct PPB_NetAddress_1_0 Pnacl_Wrappers_PPB_NetAddress_1_0 = { |
4242 .CreateFromIPv4Address = (PP_Resource (*)(PP_Instance instance, const struct
PP_NetAddress_IPv4* ipv4_addr))&Pnacl_M29_PPB_NetAddress_CreateFromIPv4Address, | 4242 .CreateFromIPv4Address = (PP_Resource (*)(PP_Instance instance, const struct
PP_NetAddress_IPv4* ipv4_addr))&Pnacl_M29_PPB_NetAddress_CreateFromIPv4Address, |
4243 .CreateFromIPv6Address = (PP_Resource (*)(PP_Instance instance, const struct
PP_NetAddress_IPv6* ipv6_addr))&Pnacl_M29_PPB_NetAddress_CreateFromIPv6Address, | 4243 .CreateFromIPv6Address = (PP_Resource (*)(PP_Instance instance, const struct
PP_NetAddress_IPv6* ipv6_addr))&Pnacl_M29_PPB_NetAddress_CreateFromIPv6Address, |
4244 .IsNetAddress = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_NetAddress
_IsNetAddress, | 4244 .IsNetAddress = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_NetAddress
_IsNetAddress, |
4245 .GetFamily = (PP_NetAddress_Family (*)(PP_Resource addr))&Pnacl_M29_PPB_NetA
ddress_GetFamily, | 4245 .GetFamily = (PP_NetAddress_Family (*)(PP_Resource addr))&Pnacl_M29_PPB_NetA
ddress_GetFamily, |
4246 .DescribeAsString = (struct PP_Var (*)(PP_Resource addr, PP_Bool include_por
t))&Pnacl_M29_PPB_NetAddress_DescribeAsString, | 4246 .DescribeAsString = (struct PP_Var (*)(PP_Resource addr, PP_Bool include_por
t))&Pnacl_M29_PPB_NetAddress_DescribeAsString, |
4247 .DescribeAsIPv4Address = (PP_Bool (*)(PP_Resource addr, struct PP_NetAddress
_IPv4* ipv4_addr))&Pnacl_M29_PPB_NetAddress_DescribeAsIPv4Address, | 4247 .DescribeAsIPv4Address = (PP_Bool (*)(PP_Resource addr, struct PP_NetAddress
_IPv4* ipv4_addr))&Pnacl_M29_PPB_NetAddress_DescribeAsIPv4Address, |
4248 .DescribeAsIPv6Address = (PP_Bool (*)(PP_Resource addr, struct PP_NetAddress
_IPv6* ipv6_addr))&Pnacl_M29_PPB_NetAddress_DescribeAsIPv6Address | 4248 .DescribeAsIPv6Address = (PP_Bool (*)(PP_Resource addr, struct PP_NetAddress
_IPv6* ipv6_addr))&Pnacl_M29_PPB_NetAddress_DescribeAsIPv6Address |
4249 }; | 4249 }; |
4250 | 4250 |
4251 struct PPB_NetworkList_1_0 Pnacl_Wrappers_PPB_NetworkList_1_0 = { | 4251 static struct PPB_NetworkList_1_0 Pnacl_Wrappers_PPB_NetworkList_1_0 = { |
4252 .IsNetworkList = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_NetworkLi
st_IsNetworkList, | 4252 .IsNetworkList = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_NetworkLi
st_IsNetworkList, |
4253 .GetCount = (uint32_t (*)(PP_Resource resource))&Pnacl_M31_PPB_NetworkList_G
etCount, | 4253 .GetCount = (uint32_t (*)(PP_Resource resource))&Pnacl_M31_PPB_NetworkList_G
etCount, |
4254 .GetName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&Pnacl_M
31_PPB_NetworkList_GetName, | 4254 .GetName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&Pnacl_M
31_PPB_NetworkList_GetName, |
4255 .GetType = (PP_NetworkList_Type (*)(PP_Resource resource, uint32_t index))&P
nacl_M31_PPB_NetworkList_GetType, | 4255 .GetType = (PP_NetworkList_Type (*)(PP_Resource resource, uint32_t index))&P
nacl_M31_PPB_NetworkList_GetType, |
4256 .GetState = (PP_NetworkList_State (*)(PP_Resource resource, uint32_t index))
&Pnacl_M31_PPB_NetworkList_GetState, | 4256 .GetState = (PP_NetworkList_State (*)(PP_Resource resource, uint32_t index))
&Pnacl_M31_PPB_NetworkList_GetState, |
4257 .GetIpAddresses = (int32_t (*)(PP_Resource resource, uint32_t index, struct
PP_ArrayOutput output))&Pnacl_M31_PPB_NetworkList_GetIpAddresses, | 4257 .GetIpAddresses = (int32_t (*)(PP_Resource resource, uint32_t index, struct
PP_ArrayOutput output))&Pnacl_M31_PPB_NetworkList_GetIpAddresses, |
4258 .GetDisplayName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&
Pnacl_M31_PPB_NetworkList_GetDisplayName, | 4258 .GetDisplayName = (struct PP_Var (*)(PP_Resource resource, uint32_t index))&
Pnacl_M31_PPB_NetworkList_GetDisplayName, |
4259 .GetMTU = (uint32_t (*)(PP_Resource resource, uint32_t index))&Pnacl_M31_PPB
_NetworkList_GetMTU | 4259 .GetMTU = (uint32_t (*)(PP_Resource resource, uint32_t index))&Pnacl_M31_PPB
_NetworkList_GetMTU |
4260 }; | 4260 }; |
4261 | 4261 |
4262 struct PPB_NetworkMonitor_1_0 Pnacl_Wrappers_PPB_NetworkMonitor_1_0 = { | 4262 static struct PPB_NetworkMonitor_1_0 Pnacl_Wrappers_PPB_NetworkMonitor_1_0 = { |
4263 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_NetworkMonit
or_Create, | 4263 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_NetworkMonit
or_Create, |
4264 .UpdateNetworkList = (int32_t (*)(PP_Resource network_monitor, PP_Resource*
network_list, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_NetworkMonit
or_UpdateNetworkList, | 4264 .UpdateNetworkList = (int32_t (*)(PP_Resource network_monitor, PP_Resource*
network_list, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_NetworkMonit
or_UpdateNetworkList, |
4265 .IsNetworkMonitor = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_Networ
kMonitor_IsNetworkMonitor | 4265 .IsNetworkMonitor = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_Networ
kMonitor_IsNetworkMonitor |
4266 }; | 4266 }; |
4267 | 4267 |
4268 struct PPB_NetworkProxy_1_0 Pnacl_Wrappers_PPB_NetworkProxy_1_0 = { | 4268 static struct PPB_NetworkProxy_1_0 Pnacl_Wrappers_PPB_NetworkProxy_1_0 = { |
4269 .GetProxyForURL = (int32_t (*)(PP_Instance instance, struct PP_Var url, stru
ct PP_Var* proxy_string, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_N
etworkProxy_GetProxyForURL | 4269 .GetProxyForURL = (int32_t (*)(PP_Instance instance, struct PP_Var url, stru
ct PP_Var* proxy_string, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_N
etworkProxy_GetProxyForURL |
4270 }; | 4270 }; |
4271 | 4271 |
4272 struct PPB_TCPSocket_1_0 Pnacl_Wrappers_PPB_TCPSocket_1_0 = { | 4272 static struct PPB_TCPSocket_1_0 Pnacl_Wrappers_PPB_TCPSocket_1_0 = { |
4273 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_TCPSocket_Cr
eate, | 4273 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_TCPSocket_Cr
eate, |
4274 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_TCPSocket_I
sTCPSocket, | 4274 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_TCPSocket_I
sTCPSocket, |
4275 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_
CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Connect, | 4275 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_
CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Connect, |
4276 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_T
CPSocket_GetLocalAddress, | 4276 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_T
CPSocket_GetLocalAddress, |
4277 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_
TCPSocket_GetRemoteAddress, | 4277 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_
TCPSocket_GetRemoteAddress, |
4278 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Read, | 4278 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_TCPSocket_Read, |
4279 .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, | 4279 .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, |
4280 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_TCPSocket_Close, | 4280 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M29_PPB_TCPSocket_Close, |
4281 .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 | 4281 .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 |
4282 }; | 4282 }; |
4283 | 4283 |
4284 struct PPB_TCPSocket_1_1 Pnacl_Wrappers_PPB_TCPSocket_1_1 = { | 4284 static struct PPB_TCPSocket_1_1 Pnacl_Wrappers_PPB_TCPSocket_1_1 = { |
4285 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_TCPSocket_Cr
eate, | 4285 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_TCPSocket_Cr
eate, |
4286 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_TCPSocket_I
sTCPSocket, | 4286 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_TCPSocket_I
sTCPSocket, |
4287 .Bind = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_Com
pletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Bind, | 4287 .Bind = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_Com
pletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Bind, |
4288 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_
CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Connect, | 4288 .Connect = (int32_t (*)(PP_Resource tcp_socket, PP_Resource addr, struct PP_
CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Connect, |
4289 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_T
CPSocket_GetLocalAddress, | 4289 .GetLocalAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_T
CPSocket_GetLocalAddress, |
4290 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_
TCPSocket_GetRemoteAddress, | 4290 .GetRemoteAddress = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_
TCPSocket_GetRemoteAddress, |
4291 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Read, | 4291 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Read, |
4292 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Wr
ite, | 4292 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Wr
ite, |
4293 .Listen = (int32_t (*)(PP_Resource tcp_socket, int32_t backlog, struct PP_Co
mpletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Listen, | 4293 .Listen = (int32_t (*)(PP_Resource tcp_socket, int32_t backlog, struct PP_Co
mpletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Listen, |
4294 .Accept = (int32_t (*)(PP_Resource tcp_socket, PP_Resource* accepted_tcp_soc
ket, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Accept, | 4294 .Accept = (int32_t (*)(PP_Resource tcp_socket, PP_Resource* accepted_tcp_soc
ket, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSocket_Accept, |
4295 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_TCPSocket_Close, | 4295 .Close = (void (*)(PP_Resource tcp_socket))&Pnacl_M31_PPB_TCPSocket_Close, |
4296 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name,
struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSo
cket_SetOption | 4296 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocket_Option name,
struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_TCPSo
cket_SetOption |
4297 }; | 4297 }; |
4298 | 4298 |
4299 struct PPB_TextInputController_1_0 Pnacl_Wrappers_PPB_TextInputController_1_0 =
{ | 4299 static struct PPB_TextInputController_1_0 Pnacl_Wrappers_PPB_TextInputController
_1_0 = { |
4300 .SetTextInputType = (void (*)(PP_Instance instance, PP_TextInput_Type type))
&Pnacl_M30_PPB_TextInputController_SetTextInputType, | 4300 .SetTextInputType = (void (*)(PP_Instance instance, PP_TextInput_Type type))
&Pnacl_M30_PPB_TextInputController_SetTextInputType, |
4301 .UpdateCaretPosition = (void (*)(PP_Instance instance, const struct PP_Rect*
caret))&Pnacl_M30_PPB_TextInputController_UpdateCaretPosition, | 4301 .UpdateCaretPosition = (void (*)(PP_Instance instance, const struct PP_Rect*
caret))&Pnacl_M30_PPB_TextInputController_UpdateCaretPosition, |
4302 .CancelCompositionText = (void (*)(PP_Instance instance))&Pnacl_M30_PPB_Text
InputController_CancelCompositionText, | 4302 .CancelCompositionText = (void (*)(PP_Instance instance))&Pnacl_M30_PPB_Text
InputController_CancelCompositionText, |
4303 .UpdateSurroundingText = (void (*)(PP_Instance instance, struct PP_Var text,
uint32_t caret, uint32_t anchor))&Pnacl_M30_PPB_TextInputController_UpdateSurro
undingText | 4303 .UpdateSurroundingText = (void (*)(PP_Instance instance, struct PP_Var text,
uint32_t caret, uint32_t anchor))&Pnacl_M30_PPB_TextInputController_UpdateSurro
undingText |
4304 }; | 4304 }; |
4305 | 4305 |
4306 struct PPB_UDPSocket_1_0 Pnacl_Wrappers_PPB_UDPSocket_1_0 = { | 4306 static struct PPB_UDPSocket_1_0 Pnacl_Wrappers_PPB_UDPSocket_1_0 = { |
4307 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_UDPSocket_Cr
eate, | 4307 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_UDPSocket_Cr
eate, |
4308 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_UDPSocket_I
sUDPSocket, | 4308 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M29_PPB_UDPSocket_I
sUDPSocket, |
4309 .Bind = (int32_t (*)(PP_Resource udp_socket, PP_Resource addr, struct PP_Com
pletionCallback callback))&Pnacl_M29_PPB_UDPSocket_Bind, | 4309 .Bind = (int32_t (*)(PP_Resource udp_socket, PP_Resource addr, struct PP_Com
pletionCallback callback))&Pnacl_M29_PPB_UDPSocket_Bind, |
4310 .GetBoundAddress = (PP_Resource (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_U
DPSocket_GetBoundAddress, | 4310 .GetBoundAddress = (PP_Resource (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_U
DPSocket_GetBoundAddress, |
4311 .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, | 4311 .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, |
4312 .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, | 4312 .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, |
4313 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_UDPSocket_Close, | 4313 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M29_PPB_UDPSocket_Close, |
4314 .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 | 4314 .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 |
4315 }; | 4315 }; |
4316 | 4316 |
4317 struct PPB_URLLoader_1_0 Pnacl_Wrappers_PPB_URLLoader_1_0 = { | 4317 static struct PPB_URLLoader_1_0 Pnacl_Wrappers_PPB_URLLoader_1_0 = { |
4318 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_URLLoader_Cr
eate, | 4318 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_URLLoader_Cr
eate, |
4319 .IsURLLoader = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLLoader_I
sURLLoader, | 4319 .IsURLLoader = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLLoader_I
sURLLoader, |
4320 .Open = (int32_t (*)(PP_Resource loader, PP_Resource request_info, struct PP
_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_Open, | 4320 .Open = (int32_t (*)(PP_Resource loader, PP_Resource request_info, struct PP
_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_Open, |
4321 .FollowRedirect = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallb
ack callback))&Pnacl_M14_PPB_URLLoader_FollowRedirect, | 4321 .FollowRedirect = (int32_t (*)(PP_Resource loader, struct PP_CompletionCallb
ack callback))&Pnacl_M14_PPB_URLLoader_FollowRedirect, |
4322 .GetUploadProgress = (PP_Bool (*)(PP_Resource loader, int64_t* bytes_sent, i
nt64_t* total_bytes_to_be_sent))&Pnacl_M14_PPB_URLLoader_GetUploadProgress, | 4322 .GetUploadProgress = (PP_Bool (*)(PP_Resource loader, int64_t* bytes_sent, i
nt64_t* total_bytes_to_be_sent))&Pnacl_M14_PPB_URLLoader_GetUploadProgress, |
4323 .GetDownloadProgress = (PP_Bool (*)(PP_Resource loader, int64_t* bytes_recei
ved, int64_t* total_bytes_to_be_received))&Pnacl_M14_PPB_URLLoader_GetDownloadPr
ogress, | 4323 .GetDownloadProgress = (PP_Bool (*)(PP_Resource loader, int64_t* bytes_recei
ved, int64_t* total_bytes_to_be_received))&Pnacl_M14_PPB_URLLoader_GetDownloadPr
ogress, |
4324 .GetResponseInfo = (PP_Resource (*)(PP_Resource loader))&Pnacl_M14_PPB_URLLo
ader_GetResponseInfo, | 4324 .GetResponseInfo = (PP_Resource (*)(PP_Resource loader))&Pnacl_M14_PPB_URLLo
ader_GetResponseInfo, |
4325 .ReadResponseBody = (int32_t (*)(PP_Resource loader, void* buffer, int32_t b
ytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_Re
adResponseBody, | 4325 .ReadResponseBody = (int32_t (*)(PP_Resource loader, void* buffer, int32_t b
ytes_to_read, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_URLLoader_Re
adResponseBody, |
4326 .FinishStreamingToFile = (int32_t (*)(PP_Resource loader, struct PP_Completi
onCallback callback))&Pnacl_M14_PPB_URLLoader_FinishStreamingToFile, | 4326 .FinishStreamingToFile = (int32_t (*)(PP_Resource loader, struct PP_Completi
onCallback callback))&Pnacl_M14_PPB_URLLoader_FinishStreamingToFile, |
4327 .Close = (void (*)(PP_Resource loader))&Pnacl_M14_PPB_URLLoader_Close | 4327 .Close = (void (*)(PP_Resource loader))&Pnacl_M14_PPB_URLLoader_Close |
4328 }; | 4328 }; |
4329 | 4329 |
4330 struct PPB_URLRequestInfo_1_0 Pnacl_Wrappers_PPB_URLRequestInfo_1_0 = { | 4330 static struct PPB_URLRequestInfo_1_0 Pnacl_Wrappers_PPB_URLRequestInfo_1_0 = { |
4331 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_URLRequestIn
fo_Create, | 4331 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M14_PPB_URLRequestIn
fo_Create, |
4332 .IsURLRequestInfo = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLReq
uestInfo_IsURLRequestInfo, | 4332 .IsURLRequestInfo = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLReq
uestInfo_IsURLRequestInfo, |
4333 .SetProperty = (PP_Bool (*)(PP_Resource request, PP_URLRequestProperty prope
rty, struct PP_Var value))&Pnacl_M14_PPB_URLRequestInfo_SetProperty, | 4333 .SetProperty = (PP_Bool (*)(PP_Resource request, PP_URLRequestProperty prope
rty, struct PP_Var value))&Pnacl_M14_PPB_URLRequestInfo_SetProperty, |
4334 .AppendDataToBody = (PP_Bool (*)(PP_Resource request, const void* data, uint
32_t len))&Pnacl_M14_PPB_URLRequestInfo_AppendDataToBody, | 4334 .AppendDataToBody = (PP_Bool (*)(PP_Resource request, const void* data, uint
32_t len))&Pnacl_M14_PPB_URLRequestInfo_AppendDataToBody, |
4335 .AppendFileToBody = (PP_Bool (*)(PP_Resource request, PP_Resource file_ref,
int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_ti
me))&Pnacl_M14_PPB_URLRequestInfo_AppendFileToBody | 4335 .AppendFileToBody = (PP_Bool (*)(PP_Resource request, PP_Resource file_ref,
int64_t start_offset, int64_t number_of_bytes, PP_Time expected_last_modified_ti
me))&Pnacl_M14_PPB_URLRequestInfo_AppendFileToBody |
4336 }; | 4336 }; |
4337 | 4337 |
4338 struct PPB_URLResponseInfo_1_0 Pnacl_Wrappers_PPB_URLResponseInfo_1_0 = { | 4338 static struct PPB_URLResponseInfo_1_0 Pnacl_Wrappers_PPB_URLResponseInfo_1_0 = { |
4339 .IsURLResponseInfo = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLRe
sponseInfo_IsURLResponseInfo, | 4339 .IsURLResponseInfo = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_URLRe
sponseInfo_IsURLResponseInfo, |
4340 .GetProperty = (struct PP_Var (*)(PP_Resource response, PP_URLResponseProper
ty property))&Pnacl_M14_PPB_URLResponseInfo_GetProperty, | 4340 .GetProperty = (struct PP_Var (*)(PP_Resource response, PP_URLResponseProper
ty property))&Pnacl_M14_PPB_URLResponseInfo_GetProperty, |
4341 .GetBodyAsFileRef = (PP_Resource (*)(PP_Resource response))&Pnacl_M14_PPB_UR
LResponseInfo_GetBodyAsFileRef | 4341 .GetBodyAsFileRef = (PP_Resource (*)(PP_Resource response))&Pnacl_M14_PPB_UR
LResponseInfo_GetBodyAsFileRef |
4342 }; | 4342 }; |
4343 | 4343 |
4344 struct PPB_Var_1_0 Pnacl_Wrappers_PPB_Var_1_0 = { | 4344 static struct PPB_Var_1_0 Pnacl_Wrappers_PPB_Var_1_0 = { |
4345 .AddRef = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_AddRef, | 4345 .AddRef = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_AddRef, |
4346 .Release = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_Release, | 4346 .Release = (void (*)(struct PP_Var var))&Pnacl_M14_PPB_Var_Release, |
4347 .VarFromUtf8 = (struct PP_Var (*)(PP_Module module, const char* data, uint32
_t len))&Pnacl_M14_PPB_Var_VarFromUtf8, | 4347 .VarFromUtf8 = (struct PP_Var (*)(PP_Module module, const char* data, uint32
_t len))&Pnacl_M14_PPB_Var_VarFromUtf8, |
4348 .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M14_P
PB_Var_VarToUtf8 | 4348 .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M14_P
PB_Var_VarToUtf8 |
4349 }; | 4349 }; |
4350 | 4350 |
4351 struct PPB_Var_1_1 Pnacl_Wrappers_PPB_Var_1_1 = { | 4351 static struct PPB_Var_1_1 Pnacl_Wrappers_PPB_Var_1_1 = { |
4352 .AddRef = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_AddRef, | 4352 .AddRef = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_AddRef, |
4353 .Release = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_Release, | 4353 .Release = (void (*)(struct PP_Var var))&Pnacl_M18_PPB_Var_Release, |
4354 .VarFromUtf8 = (struct PP_Var (*)(const char* data, uint32_t len))&Pnacl_M18
_PPB_Var_VarFromUtf8, | 4354 .VarFromUtf8 = (struct PP_Var (*)(const char* data, uint32_t len))&Pnacl_M18
_PPB_Var_VarFromUtf8, |
4355 .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M18_P
PB_Var_VarToUtf8 | 4355 .VarToUtf8 = (const char* (*)(struct PP_Var var, uint32_t* len))&Pnacl_M18_P
PB_Var_VarToUtf8 |
4356 }; | 4356 }; |
4357 | 4357 |
4358 struct PPB_VarArray_1_0 Pnacl_Wrappers_PPB_VarArray_1_0 = { | 4358 static struct PPB_VarArray_1_0 Pnacl_Wrappers_PPB_VarArray_1_0 = { |
4359 .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarArray_Create, | 4359 .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarArray_Create, |
4360 .Get = (struct PP_Var (*)(struct PP_Var array, uint32_t index))&Pnacl_M29_PP
B_VarArray_Get, | 4360 .Get = (struct PP_Var (*)(struct PP_Var array, uint32_t index))&Pnacl_M29_PP
B_VarArray_Get, |
4361 .Set = (PP_Bool (*)(struct PP_Var array, uint32_t index, struct PP_Var value
))&Pnacl_M29_PPB_VarArray_Set, | 4361 .Set = (PP_Bool (*)(struct PP_Var array, uint32_t index, struct PP_Var value
))&Pnacl_M29_PPB_VarArray_Set, |
4362 .GetLength = (uint32_t (*)(struct PP_Var array))&Pnacl_M29_PPB_VarArray_GetL
ength, | 4362 .GetLength = (uint32_t (*)(struct PP_Var array))&Pnacl_M29_PPB_VarArray_GetL
ength, |
4363 .SetLength = (PP_Bool (*)(struct PP_Var array, uint32_t length))&Pnacl_M29_P
PB_VarArray_SetLength | 4363 .SetLength = (PP_Bool (*)(struct PP_Var array, uint32_t length))&Pnacl_M29_P
PB_VarArray_SetLength |
4364 }; | 4364 }; |
4365 | 4365 |
4366 struct PPB_VarArrayBuffer_1_0 Pnacl_Wrappers_PPB_VarArrayBuffer_1_0 = { | 4366 static struct PPB_VarArrayBuffer_1_0 Pnacl_Wrappers_PPB_VarArrayBuffer_1_0 = { |
4367 .Create = (struct PP_Var (*)(uint32_t size_in_bytes))&Pnacl_M18_PPB_VarArray
Buffer_Create, | 4367 .Create = (struct PP_Var (*)(uint32_t size_in_bytes))&Pnacl_M18_PPB_VarArray
Buffer_Create, |
4368 .ByteLength = (PP_Bool (*)(struct PP_Var array, uint32_t* byte_length))&Pnac
l_M18_PPB_VarArrayBuffer_ByteLength, | 4368 .ByteLength = (PP_Bool (*)(struct PP_Var array, uint32_t* byte_length))&Pnac
l_M18_PPB_VarArrayBuffer_ByteLength, |
4369 .Map = (void* (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Map, | 4369 .Map = (void* (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Map, |
4370 .Unmap = (void (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Unmap | 4370 .Unmap = (void (*)(struct PP_Var array))&Pnacl_M18_PPB_VarArrayBuffer_Unmap |
4371 }; | 4371 }; |
4372 | 4372 |
4373 struct PPB_VarDictionary_1_0 Pnacl_Wrappers_PPB_VarDictionary_1_0 = { | 4373 static struct PPB_VarDictionary_1_0 Pnacl_Wrappers_PPB_VarDictionary_1_0 = { |
4374 .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarDictionary_Create, | 4374 .Create = (struct PP_Var (*)(void))&Pnacl_M29_PPB_VarDictionary_Create, |
4375 .Get = (struct PP_Var (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_
PPB_VarDictionary_Get, | 4375 .Get = (struct PP_Var (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_
PPB_VarDictionary_Get, |
4376 .Set = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key, struct PP_Var val
ue))&Pnacl_M29_PPB_VarDictionary_Set, | 4376 .Set = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key, struct PP_Var val
ue))&Pnacl_M29_PPB_VarDictionary_Set, |
4377 .Delete = (void (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_Va
rDictionary_Delete, | 4377 .Delete = (void (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB_Va
rDictionary_Delete, |
4378 .HasKey = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB
_VarDictionary_HasKey, | 4378 .HasKey = (PP_Bool (*)(struct PP_Var dict, struct PP_Var key))&Pnacl_M29_PPB
_VarDictionary_HasKey, |
4379 .GetKeys = (struct PP_Var (*)(struct PP_Var dict))&Pnacl_M29_PPB_VarDictiona
ry_GetKeys | 4379 .GetKeys = (struct PP_Var (*)(struct PP_Var dict))&Pnacl_M29_PPB_VarDictiona
ry_GetKeys |
4380 }; | 4380 }; |
4381 | 4381 |
4382 /* Not generating wrapper interface for PPB_VideoFrame_0_1 */ | 4382 /* Not generating wrapper interface for PPB_VideoFrame_0_1 */ |
4383 | 4383 |
4384 /* Not generating wrapper interface for PPB_View_1_0 */ | 4384 /* Not generating wrapper interface for PPB_View_1_0 */ |
4385 | 4385 |
4386 /* Not generating wrapper interface for PPB_View_1_1 */ | 4386 /* Not generating wrapper interface for PPB_View_1_1 */ |
4387 | 4387 |
4388 struct PPB_WebSocket_1_0 Pnacl_Wrappers_PPB_WebSocket_1_0 = { | 4388 static struct PPB_WebSocket_1_0 Pnacl_Wrappers_PPB_WebSocket_1_0 = { |
4389 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M18_PPB_WebSocket_Cr
eate, | 4389 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M18_PPB_WebSocket_Cr
eate, |
4390 .IsWebSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_WebSocket_I
sWebSocket, | 4390 .IsWebSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_WebSocket_I
sWebSocket, |
4391 .Connect = (int32_t (*)(PP_Resource web_socket, struct PP_Var url, const str
uct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback ca
llback))&Pnacl_M18_PPB_WebSocket_Connect, | 4391 .Connect = (int32_t (*)(PP_Resource web_socket, struct PP_Var url, const str
uct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback ca
llback))&Pnacl_M18_PPB_WebSocket_Connect, |
4392 .Close = (int32_t (*)(PP_Resource web_socket, uint16_t code, struct PP_Var r
eason, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_Close, | 4392 .Close = (int32_t (*)(PP_Resource web_socket, uint16_t code, struct PP_Var r
eason, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_Close, |
4393 .ReceiveMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var* messag
e, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_ReceiveMessag
e, | 4393 .ReceiveMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var* messag
e, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_ReceiveMessag
e, |
4394 .SendMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var message))&
Pnacl_M18_PPB_WebSocket_SendMessage, | 4394 .SendMessage = (int32_t (*)(PP_Resource web_socket, struct PP_Var message))&
Pnacl_M18_PPB_WebSocket_SendMessage, |
4395 .GetBufferedAmount = (uint64_t (*)(PP_Resource web_socket))&Pnacl_M18_PPB_We
bSocket_GetBufferedAmount, | 4395 .GetBufferedAmount = (uint64_t (*)(PP_Resource web_socket))&Pnacl_M18_PPB_We
bSocket_GetBufferedAmount, |
4396 .GetCloseCode = (uint16_t (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSock
et_GetCloseCode, | 4396 .GetCloseCode = (uint16_t (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSock
et_GetCloseCode, |
4397 .GetCloseReason = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_
WebSocket_GetCloseReason, | 4397 .GetCloseReason = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_
WebSocket_GetCloseReason, |
4398 .GetCloseWasClean = (PP_Bool (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebS
ocket_GetCloseWasClean, | 4398 .GetCloseWasClean = (PP_Bool (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebS
ocket_GetCloseWasClean, |
4399 .GetExtensions = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_W
ebSocket_GetExtensions, | 4399 .GetExtensions = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_W
ebSocket_GetExtensions, |
4400 .GetProtocol = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_Web
Socket_GetProtocol, | 4400 .GetProtocol = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_Web
Socket_GetProtocol, |
4401 .GetReadyState = (PP_WebSocketReadyState (*)(PP_Resource web_socket))&Pnacl_
M18_PPB_WebSocket_GetReadyState, | 4401 .GetReadyState = (PP_WebSocketReadyState (*)(PP_Resource web_socket))&Pnacl_
M18_PPB_WebSocket_GetReadyState, |
4402 .GetURL = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocke
t_GetURL | 4402 .GetURL = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocke
t_GetURL |
4403 }; | 4403 }; |
4404 | 4404 |
4405 /* Not generating wrapper interface for PPP_Graphics3D_1_0 */ | 4405 /* Not generating wrapper interface for PPP_Graphics3D_1_0 */ |
4406 | 4406 |
4407 /* Not generating wrapper interface for PPP_InputEvent_0_1 */ | 4407 /* Not generating wrapper interface for PPP_InputEvent_0_1 */ |
4408 | 4408 |
4409 /* Not generating wrapper interface for PPP_Instance_1_0 */ | 4409 /* Not generating wrapper interface for PPP_Instance_1_0 */ |
4410 | 4410 |
4411 /* Not generating wrapper interface for PPP_Instance_1_1 */ | 4411 /* Not generating wrapper interface for PPP_Instance_1_1 */ |
4412 | 4412 |
4413 struct PPP_Messaging_1_0 Pnacl_Wrappers_PPP_Messaging_1_0 = { | 4413 static struct PPP_Messaging_1_0 Pnacl_Wrappers_PPP_Messaging_1_0 = { |
4414 .HandleMessage = &Pnacl_M14_PPP_Messaging_HandleMessage | 4414 .HandleMessage = &Pnacl_M14_PPP_Messaging_HandleMessage |
4415 }; | 4415 }; |
4416 | 4416 |
4417 /* Not generating wrapper interface for PPP_MouseLock_1_0 */ | 4417 /* Not generating wrapper interface for PPP_MouseLock_1_0 */ |
4418 | 4418 |
4419 /* Not generating wrapper interface for PPB_BrokerTrusted_0_2 */ | 4419 /* Not generating wrapper interface for PPB_BrokerTrusted_0_2 */ |
4420 | 4420 |
4421 /* Not generating wrapper interface for PPB_BrokerTrusted_0_3 */ | 4421 /* Not generating wrapper interface for PPB_BrokerTrusted_0_3 */ |
4422 | 4422 |
4423 /* Not generating wrapper interface for PPB_BrowserFont_Trusted_1_0 */ | 4423 /* Not generating wrapper interface for PPB_BrowserFont_Trusted_1_0 */ |
4424 | 4424 |
4425 /* Not generating wrapper interface for PPB_CharSet_Trusted_1_0 */ | 4425 /* Not generating wrapper interface for PPB_CharSet_Trusted_1_0 */ |
4426 | 4426 |
4427 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_5 */ | 4427 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_5 */ |
4428 | 4428 |
4429 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_6 */ | 4429 /* Not generating wrapper interface for PPB_FileChooserTrusted_0_6 */ |
4430 | 4430 |
4431 /* Not generating wrapper interface for PPB_URLLoaderTrusted_0_3 */ | 4431 /* Not generating wrapper interface for PPB_URLLoaderTrusted_0_3 */ |
4432 | 4432 |
4433 struct PPB_Alarms_Dev_0_1 Pnacl_Wrappers_PPB_Alarms_Dev_0_1 = { | 4433 static struct PPB_Alarms_Dev_0_1 Pnacl_Wrappers_PPB_Alarms_Dev_0_1 = { |
4434 .Create = (void (*)(PP_Instance instance, struct PP_Var name, const struct P
P_Alarms_AlarmCreateInfo_Dev* alarm_info))&Pnacl_M33_PPB_Alarms_Dev_Create, | 4434 .Create = (void (*)(PP_Instance instance, struct PP_Var name, const struct P
P_Alarms_AlarmCreateInfo_Dev* alarm_info))&Pnacl_M33_PPB_Alarms_Dev_Create, |
4435 .Get = (int32_t (*)(PP_Instance instance, struct PP_Var name, struct PP_Alar
ms_Alarm_Dev* alarm, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_Alarm
s_Dev_Get, | 4435 .Get = (int32_t (*)(PP_Instance instance, struct PP_Var name, struct PP_Alar
ms_Alarm_Dev* alarm, struct PP_CompletionCallback callback))&Pnacl_M33_PPB_Alarm
s_Dev_Get, |
4436 .GetAll = (int32_t (*)(PP_Instance instance, struct PP_Alarms_Alarm_Array_De
v* alarms, struct PP_ArrayOutput array_allocator, struct PP_CompletionCallback c
allback))&Pnacl_M33_PPB_Alarms_Dev_GetAll, | 4436 .GetAll = (int32_t (*)(PP_Instance instance, struct PP_Alarms_Alarm_Array_De
v* alarms, struct PP_ArrayOutput array_allocator, struct PP_CompletionCallback c
allback))&Pnacl_M33_PPB_Alarms_Dev_GetAll, |
4437 .Clear = (void (*)(PP_Instance instance, struct PP_Var name))&Pnacl_M33_PPB_
Alarms_Dev_Clear, | 4437 .Clear = (void (*)(PP_Instance instance, struct PP_Var name))&Pnacl_M33_PPB_
Alarms_Dev_Clear, |
4438 .ClearAll = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Alarms_Dev_ClearA
ll, | 4438 .ClearAll = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Alarms_Dev_ClearA
ll, |
4439 .AddOnAlarmListener = (uint32_t (*)(PP_Instance instance, PP_Alarms_OnAlarm_
Dev callback, void* user_data))&Pnacl_M33_PPB_Alarms_Dev_AddOnAlarmListener | 4439 .AddOnAlarmListener = (uint32_t (*)(PP_Instance instance, PP_Alarms_OnAlarm_
Dev callback, void* user_data))&Pnacl_M33_PPB_Alarms_Dev_AddOnAlarmListener |
4440 }; | 4440 }; |
4441 | 4441 |
4442 struct PPB_AudioInput_Dev_0_3 Pnacl_Wrappers_PPB_AudioInput_Dev_0_3 = { | 4442 static struct PPB_AudioInput_Dev_0_3 Pnacl_Wrappers_PPB_AudioInput_Dev_0_3 = { |
4443 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_AudioInput_D
ev_Create, | 4443 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_AudioInput_D
ev_Create, |
4444 .IsAudioInput = (PP_Bool (*)(PP_Resource resource))&Pnacl_M25_PPB_AudioInput
_Dev_IsAudioInput, | 4444 .IsAudioInput = (PP_Bool (*)(PP_Resource resource))&Pnacl_M25_PPB_AudioInput
_Dev_IsAudioInput, |
4445 .EnumerateDevices = (int32_t (*)(PP_Resource audio_input, struct PP_ArrayOut
put output, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_AudioInput_Dev
_EnumerateDevices, | 4445 .EnumerateDevices = (int32_t (*)(PP_Resource audio_input, struct PP_ArrayOut
put output, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_AudioInput_Dev
_EnumerateDevices, |
4446 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDevic
eChangeCallback callback, void* user_data))&Pnacl_M25_PPB_AudioInput_Dev_Monitor
DeviceChange, | 4446 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDevic
eChangeCallback callback, void* user_data))&Pnacl_M25_PPB_AudioInput_Dev_Monitor
DeviceChange, |
4447 .Open = (int32_t (*)(PP_Resource audio_input, PP_Resource device_ref, PP_Res
ource config, PPB_AudioInput_Callback_0_3 audio_input_callback, void* user_data,
struct PP_CompletionCallback callback))&Pnacl_M25_PPB_AudioInput_Dev_Open, | 4447 .Open = (int32_t (*)(PP_Resource audio_input, PP_Resource device_ref, PP_Res
ource config, PPB_AudioInput_Callback_0_3 audio_input_callback, void* user_data,
struct PP_CompletionCallback callback))&Pnacl_M25_PPB_AudioInput_Dev_Open, |
4448 .GetCurrentConfig = (PP_Resource (*)(PP_Resource audio_input))&Pnacl_M25_PPB
_AudioInput_Dev_GetCurrentConfig, | 4448 .GetCurrentConfig = (PP_Resource (*)(PP_Resource audio_input))&Pnacl_M25_PPB
_AudioInput_Dev_GetCurrentConfig, |
4449 .StartCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioIn
put_Dev_StartCapture, | 4449 .StartCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioIn
put_Dev_StartCapture, |
4450 .StopCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioInp
ut_Dev_StopCapture, | 4450 .StopCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioInp
ut_Dev_StopCapture, |
4451 .Close = (void (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioInput_Dev_Cl
ose | 4451 .Close = (void (*)(PP_Resource audio_input))&Pnacl_M25_PPB_AudioInput_Dev_Cl
ose |
4452 }; | 4452 }; |
4453 | 4453 |
4454 struct PPB_AudioInput_Dev_0_4 Pnacl_Wrappers_PPB_AudioInput_Dev_0_4 = { | 4454 static struct PPB_AudioInput_Dev_0_4 Pnacl_Wrappers_PPB_AudioInput_Dev_0_4 = { |
4455 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M30_PPB_AudioInput_D
ev_Create, | 4455 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M30_PPB_AudioInput_D
ev_Create, |
4456 .IsAudioInput = (PP_Bool (*)(PP_Resource resource))&Pnacl_M30_PPB_AudioInput
_Dev_IsAudioInput, | 4456 .IsAudioInput = (PP_Bool (*)(PP_Resource resource))&Pnacl_M30_PPB_AudioInput
_Dev_IsAudioInput, |
4457 .EnumerateDevices = (int32_t (*)(PP_Resource audio_input, struct PP_ArrayOut
put output, struct PP_CompletionCallback callback))&Pnacl_M30_PPB_AudioInput_Dev
_EnumerateDevices, | 4457 .EnumerateDevices = (int32_t (*)(PP_Resource audio_input, struct PP_ArrayOut
put output, struct PP_CompletionCallback callback))&Pnacl_M30_PPB_AudioInput_Dev
_EnumerateDevices, |
4458 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDevic
eChangeCallback callback, void* user_data))&Pnacl_M30_PPB_AudioInput_Dev_Monitor
DeviceChange, | 4458 .MonitorDeviceChange = (int32_t (*)(PP_Resource audio_input, PP_MonitorDevic
eChangeCallback callback, void* user_data))&Pnacl_M30_PPB_AudioInput_Dev_Monitor
DeviceChange, |
4459 .Open = (int32_t (*)(PP_Resource audio_input, PP_Resource device_ref, PP_Res
ource config, PPB_AudioInput_Callback audio_input_callback, void* user_data, str
uct PP_CompletionCallback callback))&Pnacl_M30_PPB_AudioInput_Dev_Open, | 4459 .Open = (int32_t (*)(PP_Resource audio_input, PP_Resource device_ref, PP_Res
ource config, PPB_AudioInput_Callback audio_input_callback, void* user_data, str
uct PP_CompletionCallback callback))&Pnacl_M30_PPB_AudioInput_Dev_Open, |
4460 .GetCurrentConfig = (PP_Resource (*)(PP_Resource audio_input))&Pnacl_M30_PPB
_AudioInput_Dev_GetCurrentConfig, | 4460 .GetCurrentConfig = (PP_Resource (*)(PP_Resource audio_input))&Pnacl_M30_PPB
_AudioInput_Dev_GetCurrentConfig, |
4461 .StartCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioIn
put_Dev_StartCapture, | 4461 .StartCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioIn
put_Dev_StartCapture, |
4462 .StopCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioInp
ut_Dev_StopCapture, | 4462 .StopCapture = (PP_Bool (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioInp
ut_Dev_StopCapture, |
4463 .Close = (void (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioInput_Dev_Cl
ose | 4463 .Close = (void (*)(PP_Resource audio_input))&Pnacl_M30_PPB_AudioInput_Dev_Cl
ose |
4464 }; | 4464 }; |
4465 | 4465 |
4466 /* Not generating wrapper interface for PPB_Buffer_Dev_0_4 */ | 4466 /* Not generating wrapper interface for PPB_Buffer_Dev_0_4 */ |
4467 | 4467 |
4468 /* Not generating wrapper interface for PPB_Crypto_Dev_0_1 */ | 4468 /* Not generating wrapper interface for PPB_Crypto_Dev_0_1 */ |
4469 | 4469 |
4470 /* Not generating wrapper interface for PPB_CursorControl_Dev_0_4 */ | 4470 /* Not generating wrapper interface for PPB_CursorControl_Dev_0_4 */ |
4471 | 4471 |
4472 struct PPB_DeviceRef_Dev_0_1 Pnacl_Wrappers_PPB_DeviceRef_Dev_0_1 = { | 4472 static struct PPB_DeviceRef_Dev_0_1 Pnacl_Wrappers_PPB_DeviceRef_Dev_0_1 = { |
4473 .IsDeviceRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_DeviceRef_D
ev_IsDeviceRef, | 4473 .IsDeviceRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_DeviceRef_D
ev_IsDeviceRef, |
4474 .GetType = (PP_DeviceType_Dev (*)(PP_Resource device_ref))&Pnacl_M18_PPB_Dev
iceRef_Dev_GetType, | 4474 .GetType = (PP_DeviceType_Dev (*)(PP_Resource device_ref))&Pnacl_M18_PPB_Dev
iceRef_Dev_GetType, |
4475 .GetName = (struct PP_Var (*)(PP_Resource device_ref))&Pnacl_M18_PPB_DeviceR
ef_Dev_GetName | 4475 .GetName = (struct PP_Var (*)(PP_Resource device_ref))&Pnacl_M18_PPB_DeviceR
ef_Dev_GetName |
4476 }; | 4476 }; |
4477 | 4477 |
4478 struct PPB_FileChooser_Dev_0_5 Pnacl_Wrappers_PPB_FileChooser_Dev_0_5 = { | 4478 static struct PPB_FileChooser_Dev_0_5 Pnacl_Wrappers_PPB_FileChooser_Dev_0_5 = { |
4479 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode
, struct PP_Var accept_types))&Pnacl_M16_PPB_FileChooser_Dev_Create, | 4479 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode
, struct PP_Var accept_types))&Pnacl_M16_PPB_FileChooser_Dev_Create, |
4480 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M16_PPB_FileChoos
er_Dev_IsFileChooser, | 4480 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M16_PPB_FileChoos
er_Dev_IsFileChooser, |
4481 .Show = (int32_t (*)(PP_Resource chooser, struct PP_CompletionCallback callb
ack))&Pnacl_M16_PPB_FileChooser_Dev_Show, | 4481 .Show = (int32_t (*)(PP_Resource chooser, struct PP_CompletionCallback callb
ack))&Pnacl_M16_PPB_FileChooser_Dev_Show, |
4482 .GetNextChosenFile = (PP_Resource (*)(PP_Resource chooser))&Pnacl_M16_PPB_Fi
leChooser_Dev_GetNextChosenFile | 4482 .GetNextChosenFile = (PP_Resource (*)(PP_Resource chooser))&Pnacl_M16_PPB_Fi
leChooser_Dev_GetNextChosenFile |
4483 }; | 4483 }; |
4484 | 4484 |
4485 struct PPB_FileChooser_Dev_0_6 Pnacl_Wrappers_PPB_FileChooser_Dev_0_6 = { | 4485 static struct PPB_FileChooser_Dev_0_6 Pnacl_Wrappers_PPB_FileChooser_Dev_0_6 = { |
4486 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode
, struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create, | 4486 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode
, struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create, |
4487 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_FileChoos
er_Dev_IsFileChooser, | 4487 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_FileChoos
er_Dev_IsFileChooser, |
4488 .Show = (int32_t (*)(PP_Resource chooser, struct PP_ArrayOutput output, stru
ct PP_CompletionCallback callback))&Pnacl_M19_PPB_FileChooser_Dev_Show | 4488 .Show = (int32_t (*)(PP_Resource chooser, struct PP_ArrayOutput output, stru
ct PP_CompletionCallback callback))&Pnacl_M19_PPB_FileChooser_Dev_Show |
4489 }; | 4489 }; |
4490 | 4490 |
4491 struct PPB_FileIO_Dev_0_1 Pnacl_Wrappers_PPB_FileIO_Dev_0_1 = { | 4491 static struct PPB_FileIO_Dev_0_1 Pnacl_Wrappers_PPB_FileIO_Dev_0_1 = { |
4492 .Map = (int32_t (*)(PP_Resource file_io, int64_t length, uint32_t map_protec
tion, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCa
llback callback))&Pnacl_M31_PPB_FileIO_Dev_Map, | 4492 .Map = (int32_t (*)(PP_Resource file_io, int64_t length, uint32_t map_protec
tion, uint32_t map_flags, int64_t offset, void** address, struct PP_CompletionCa
llback callback))&Pnacl_M31_PPB_FileIO_Dev_Map, |
4493 .Unmap = (void (*)(PP_Resource file_io, void* address, int64_t length))&Pnac
l_M31_PPB_FileIO_Dev_Unmap, | 4493 .Unmap = (void (*)(PP_Resource file_io, void* address, int64_t length))&Pnac
l_M31_PPB_FileIO_Dev_Unmap, |
4494 .GetMapPageSize = (int64_t (*)(PP_Resource file_io))&Pnacl_M31_PPB_FileIO_De
v_GetMapPageSize | 4494 .GetMapPageSize = (int64_t (*)(PP_Resource file_io))&Pnacl_M31_PPB_FileIO_De
v_GetMapPageSize |
4495 }; | 4495 }; |
4496 | 4496 |
4497 /* Not generating wrapper interface for PPB_Find_Dev_0_3 */ | 4497 /* Not generating wrapper interface for PPB_Find_Dev_0_3 */ |
4498 | 4498 |
4499 struct PPB_Font_Dev_0_6 Pnacl_Wrappers_PPB_Font_Dev_0_6 = { | 4499 static struct PPB_Font_Dev_0_6 Pnacl_Wrappers_PPB_Font_Dev_0_6 = { |
4500 .GetFontFamilies = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_F
ont_Dev_GetFontFamilies, | 4500 .GetFontFamilies = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_F
ont_Dev_GetFontFamilies, |
4501 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_FontDescrip
tion_Dev* description))&Pnacl_M14_PPB_Font_Dev_Create, | 4501 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_FontDescrip
tion_Dev* description))&Pnacl_M14_PPB_Font_Dev_Create, |
4502 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont, | 4502 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont, |
4503 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de
scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe, | 4503 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de
scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe, |
4504 .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, | 4504 .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, |
4505 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t
ext))&Pnacl_M14_PPB_Font_Dev_MeasureText, | 4505 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t
ext))&Pnacl_M14_PPB_Font_Dev_MeasureText, |
4506 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T
extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse
tForPixel, | 4506 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T
extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse
tForPixel, |
4507 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te
xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha
racter | 4507 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te
xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha
racter |
4508 }; | 4508 }; |
4509 | 4509 |
4510 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_1 */ | 4510 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_1 */ |
4511 | 4511 |
4512 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_2 */ | 4512 /* Not generating wrapper interface for PPB_Graphics2D_Dev_0_2 */ |
4513 | 4513 |
4514 struct PPB_IMEInputEvent_Dev_0_1 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_1 = { | 4514 static struct PPB_IMEInputEvent_Dev_0_1 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_1
= { |
4515 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M16_PPB_IMEInpu
tEvent_Dev_IsIMEInputEvent, | 4515 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M16_PPB_IMEInpu
tEvent_Dev_IsIMEInputEvent, |
4516 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEInput
Event_Dev_GetText, | 4516 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEInput
Event_Dev_GetText, |
4517 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEI
nputEvent_Dev_GetSegmentNumber, | 4517 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEI
nputEvent_Dev_GetSegmentNumber, |
4518 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M16_PPB_IMEInputEvent_Dev_GetSegmentOffset, | 4518 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M16_PPB_IMEInputEvent_Dev_GetSegmentOffset, |
4519 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEIn
putEvent_Dev_GetTargetSegment, | 4519 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M16_PPB_IMEIn
putEvent_Dev_GetTargetSegment, |
4520 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M16_PPB_IMEInputEvent_Dev_GetSelection | 4520 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M16_PPB_IMEInputEvent_Dev_GetSelection |
4521 }; | 4521 }; |
4522 | 4522 |
4523 struct PPB_IMEInputEvent_Dev_0_2 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_2 = { | 4523 static struct PPB_IMEInputEvent_Dev_0_2 Pnacl_Wrappers_PPB_IMEInputEvent_Dev_0_2
= { |
4524 .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, | 4524 .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, |
4525 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M21_PPB_IMEInpu
tEvent_Dev_IsIMEInputEvent, | 4525 .IsIMEInputEvent = (PP_Bool (*)(PP_Resource resource))&Pnacl_M21_PPB_IMEInpu
tEvent_Dev_IsIMEInputEvent, |
4526 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEInput
Event_Dev_GetText, | 4526 .GetText = (struct PP_Var (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEInput
Event_Dev_GetText, |
4527 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEI
nputEvent_Dev_GetSegmentNumber, | 4527 .GetSegmentNumber = (uint32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEI
nputEvent_Dev_GetSegmentNumber, |
4528 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M21_PPB_IMEInputEvent_Dev_GetSegmentOffset, | 4528 .GetSegmentOffset = (uint32_t (*)(PP_Resource ime_event, uint32_t index))&Pn
acl_M21_PPB_IMEInputEvent_Dev_GetSegmentOffset, |
4529 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEIn
putEvent_Dev_GetTargetSegment, | 4529 .GetTargetSegment = (int32_t (*)(PP_Resource ime_event))&Pnacl_M21_PPB_IMEIn
putEvent_Dev_GetTargetSegment, |
4530 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M21_PPB_IMEInputEvent_Dev_GetSelection | 4530 .GetSelection = (void (*)(PP_Resource ime_event, uint32_t* start, uint32_t*
end))&Pnacl_M21_PPB_IMEInputEvent_Dev_GetSelection |
4531 }; | 4531 }; |
4532 | 4532 |
4533 struct PPB_KeyboardInputEvent_Dev_0_2 Pnacl_Wrappers_PPB_KeyboardInputEvent_Dev_
0_2 = { | 4533 static struct PPB_KeyboardInputEvent_Dev_0_2 Pnacl_Wrappers_PPB_KeyboardInputEve
nt_Dev_0_2 = { |
4534 .SetUsbKeyCode = (PP_Bool (*)(PP_Resource key_event, uint32_t usb_key_code))
&Pnacl_M31_PPB_KeyboardInputEvent_Dev_SetUsbKeyCode, | 4534 .SetUsbKeyCode = (PP_Bool (*)(PP_Resource key_event, uint32_t usb_key_code))
&Pnacl_M31_PPB_KeyboardInputEvent_Dev_SetUsbKeyCode, |
4535 .GetUsbKeyCode = (uint32_t (*)(PP_Resource key_event))&Pnacl_M31_PPB_Keyboar
dInputEvent_Dev_GetUsbKeyCode, | 4535 .GetUsbKeyCode = (uint32_t (*)(PP_Resource key_event))&Pnacl_M31_PPB_Keyboar
dInputEvent_Dev_GetUsbKeyCode, |
4536 .GetCode = (struct PP_Var (*)(PP_Resource key_event))&Pnacl_M31_PPB_Keyboard
InputEvent_Dev_GetCode | 4536 .GetCode = (struct PP_Var (*)(PP_Resource key_event))&Pnacl_M31_PPB_Keyboard
InputEvent_Dev_GetCode |
4537 }; | 4537 }; |
4538 | 4538 |
4539 /* Not generating wrapper interface for PPB_Memory_Dev_0_1 */ | 4539 /* Not generating wrapper interface for PPB_Memory_Dev_0_1 */ |
4540 | 4540 |
4541 struct PPB_Printing_Dev_0_7 Pnacl_Wrappers_PPB_Printing_Dev_0_7 = { | 4541 static struct PPB_Printing_Dev_0_7 Pnacl_Wrappers_PPB_Printing_Dev_0_7 = { |
4542 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M23_PPB_Printing_Dev
_Create, | 4542 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M23_PPB_Printing_Dev
_Create, |
4543 .GetDefaultPrintSettings = (int32_t (*)(PP_Resource resource, struct PP_Prin
tSettings_Dev* print_settings, struct PP_CompletionCallback callback))&Pnacl_M23
_PPB_Printing_Dev_GetDefaultPrintSettings | 4543 .GetDefaultPrintSettings = (int32_t (*)(PP_Resource resource, struct PP_Prin
tSettings_Dev* print_settings, struct PP_CompletionCallback callback))&Pnacl_M23
_PPB_Printing_Dev_GetDefaultPrintSettings |
4544 }; | 4544 }; |
4545 | 4545 |
4546 /* Not generating wrapper interface for PPB_Scrollbar_Dev_0_5 */ | 4546 /* Not generating wrapper interface for PPB_Scrollbar_Dev_0_5 */ |
4547 | 4547 |
4548 /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */ | 4548 /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */ |
4549 | 4549 |
4550 /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */ | 4550 /* Not generating wrapper interface for PPB_TextInput_Dev_0_2 */ |
4551 | 4551 |
4552 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */ | 4552 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_1 */ |
4553 | 4553 |
4554 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_2 */ | 4554 /* Not generating wrapper interface for PPB_Trace_Event_Dev_0_2 */ |
4555 | 4555 |
4556 struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 = { | 4556 static struct PPB_TrueTypeFont_Dev_0_1 Pnacl_Wrappers_PPB_TrueTypeFont_Dev_0_1 =
{ |
4557 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput
output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G
etFontFamilies, | 4557 .GetFontFamilies = (int32_t (*)(PP_Instance instance, struct PP_ArrayOutput
output, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_G
etFontFamilies, |
4558 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family,
struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26
_PPB_TrueTypeFont_Dev_GetFontsInFamily, | 4558 .GetFontsInFamily = (int32_t (*)(PP_Instance instance, struct PP_Var family,
struct PP_ArrayOutput output, struct PP_CompletionCallback callback))&Pnacl_M26
_PPB_TrueTypeFont_Dev_GetFontsInFamily, |
4559 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon
tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create, | 4559 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_TrueTypeFon
tDesc_Dev* desc))&Pnacl_M26_PPB_TrueTypeFont_Dev_Create, |
4560 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType
Font_Dev_IsTrueTypeFont, | 4560 .IsTrueTypeFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M26_PPB_TrueType
Font_Dev_IsTrueTypeFont, |
4561 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d
esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc
ribe, | 4561 .Describe = (int32_t (*)(PP_Resource font, struct PP_TrueTypeFontDesc_Dev* d
esc, struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_Desc
ribe, |
4562 .GetTableTags = (int32_t (*)(PP_Resource font, struct PP_ArrayOutput output,
struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable
Tags, | 4562 .GetTableTags = (int32_t (*)(PP_Resource font, struct PP_ArrayOutput output,
struct PP_CompletionCallback callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable
Tags, |
4563 .GetTable = (int32_t (*)(PP_Resource font, uint32_t table, int32_t offset, i
nt32_t max_data_length, struct PP_ArrayOutput output, struct PP_CompletionCallba
ck callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable | 4563 .GetTable = (int32_t (*)(PP_Resource font, uint32_t table, int32_t offset, i
nt32_t max_data_length, struct PP_ArrayOutput output, struct PP_CompletionCallba
ck callback))&Pnacl_M26_PPB_TrueTypeFont_Dev_GetTable |
4564 }; | 4564 }; |
4565 | 4565 |
4566 struct PPB_URLUtil_Dev_0_6 Pnacl_Wrappers_PPB_URLUtil_Dev_0_6 = { | 4566 static struct PPB_URLUtil_Dev_0_6 Pnacl_Wrappers_PPB_URLUtil_Dev_0_6 = { |
4567 .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponent
s_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_Canonicalize, | 4567 .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponent
s_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_Canonicalize, |
4568 .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP
_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_UR
LUtil_Dev_ResolveRelativeToURL, | 4568 .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP
_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB_UR
LUtil_Dev_ResolveRelativeToURL, |
4569 .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct
PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB
_URLUtil_Dev_ResolveRelativeToDocument, | 4569 .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct
PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M17_PPB
_URLUtil_Dev_ResolveRelativeToDocument, |
4570 .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_
b))&Pnacl_M17_PPB_URLUtil_Dev_IsSameSecurityOrigin, | 4570 .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_
b))&Pnacl_M17_PPB_URLUtil_Dev_IsSameSecurityOrigin, |
4571 .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))
&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanRequest, | 4571 .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))
&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanRequest, |
4572 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance ta
rget))&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanAccessDocument, | 4572 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance ta
rget))&Pnacl_M17_PPB_URLUtil_Dev_DocumentCanAccessDocument, |
4573 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetDocumentURL, | 4573 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetDocumentURL, |
4574 .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetPluginInstanceURL | 4574 .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M17_PPB_URLUtil_Dev_GetPluginInstanceURL |
4575 }; | 4575 }; |
4576 | 4576 |
4577 struct PPB_URLUtil_Dev_0_7 Pnacl_Wrappers_PPB_URLUtil_Dev_0_7 = { | 4577 static struct PPB_URLUtil_Dev_0_7 Pnacl_Wrappers_PPB_URLUtil_Dev_0_7 = { |
4578 .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponent
s_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_Canonicalize, | 4578 .Canonicalize = (struct PP_Var (*)(struct PP_Var url, struct PP_URLComponent
s_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_Canonicalize, |
4579 .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP
_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_UR
LUtil_Dev_ResolveRelativeToURL, | 4579 .ResolveRelativeToURL = (struct PP_Var (*)(struct PP_Var base_url, struct PP
_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB_UR
LUtil_Dev_ResolveRelativeToURL, |
4580 .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct
PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB
_URLUtil_Dev_ResolveRelativeToDocument, | 4580 .ResolveRelativeToDocument = (struct PP_Var (*)(PP_Instance instance, struct
PP_Var relative_string, struct PP_URLComponents_Dev* components))&Pnacl_M31_PPB
_URLUtil_Dev_ResolveRelativeToDocument, |
4581 .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_
b))&Pnacl_M31_PPB_URLUtil_Dev_IsSameSecurityOrigin, | 4581 .IsSameSecurityOrigin = (PP_Bool (*)(struct PP_Var url_a, struct PP_Var url_
b))&Pnacl_M31_PPB_URLUtil_Dev_IsSameSecurityOrigin, |
4582 .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))
&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanRequest, | 4582 .DocumentCanRequest = (PP_Bool (*)(PP_Instance instance, struct PP_Var url))
&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanRequest, |
4583 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance ta
rget))&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanAccessDocument, | 4583 .DocumentCanAccessDocument = (PP_Bool (*)(PP_Instance active, PP_Instance ta
rget))&Pnacl_M31_PPB_URLUtil_Dev_DocumentCanAccessDocument, |
4584 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetDocumentURL, | 4584 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetDocumentURL, |
4585 .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginInstanceURL, | 4585 .GetPluginInstanceURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginInstanceURL, |
4586 .GetPluginReferrerURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginReferrerURL | 4586 .GetPluginReferrerURL = (struct PP_Var (*)(PP_Instance instance, struct PP_U
RLComponents_Dev* components))&Pnacl_M31_PPB_URLUtil_Dev_GetPluginReferrerURL |
4587 }; | 4587 }; |
4588 | 4588 |
4589 struct PPB_VarResource_Dev_0_1 Pnacl_Wrappers_PPB_VarResource_Dev_0_1 = { | 4589 static struct PPB_VarResource_Dev_0_1 Pnacl_Wrappers_PPB_VarResource_Dev_0_1 = { |
4590 .VarToResource = (PP_Resource (*)(struct PP_Var var))&Pnacl_M32_PPB_VarResou
rce_Dev_VarToResource, | 4590 .VarToResource = (PP_Resource (*)(struct PP_Var var))&Pnacl_M32_PPB_VarResou
rce_Dev_VarToResource, |
4591 .VarFromResource = (struct PP_Var (*)(PP_Resource resource))&Pnacl_M32_PPB_V
arResource_Dev_VarFromResource | 4591 .VarFromResource = (struct PP_Var (*)(PP_Resource resource))&Pnacl_M32_PPB_V
arResource_Dev_VarFromResource |
4592 }; | 4592 }; |
4593 | 4593 |
4594 struct PPB_VideoCapture_Dev_0_3 Pnacl_Wrappers_PPB_VideoCapture_Dev_0_3 = { | 4594 static struct PPB_VideoCapture_Dev_0_3 Pnacl_Wrappers_PPB_VideoCapture_Dev_0_3 =
{ |
4595 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_VideoCapture
_Dev_Create, | 4595 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M25_PPB_VideoCapture
_Dev_Create, |
4596 .IsVideoCapture = (PP_Bool (*)(PP_Resource video_capture))&Pnacl_M25_PPB_Vid
eoCapture_Dev_IsVideoCapture, | 4596 .IsVideoCapture = (PP_Bool (*)(PP_Resource video_capture))&Pnacl_M25_PPB_Vid
eoCapture_Dev_IsVideoCapture, |
4597 .EnumerateDevices = (int32_t (*)(PP_Resource video_capture, struct PP_ArrayO
utput output, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_VideoCapture
_Dev_EnumerateDevices, | 4597 .EnumerateDevices = (int32_t (*)(PP_Resource video_capture, struct PP_ArrayO
utput output, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_VideoCapture
_Dev_EnumerateDevices, |
4598 .MonitorDeviceChange = (int32_t (*)(PP_Resource video_capture, PP_MonitorDev
iceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_VideoCapture_Dev_Mon
itorDeviceChange, | 4598 .MonitorDeviceChange = (int32_t (*)(PP_Resource video_capture, PP_MonitorDev
iceChangeCallback callback, void* user_data))&Pnacl_M25_PPB_VideoCapture_Dev_Mon
itorDeviceChange, |
4599 .Open = (int32_t (*)(PP_Resource video_capture, PP_Resource device_ref, cons
t struct PP_VideoCaptureDeviceInfo_Dev* requested_info, uint32_t buffer_count, s
truct PP_CompletionCallback callback))&Pnacl_M25_PPB_VideoCapture_Dev_Open, | 4599 .Open = (int32_t (*)(PP_Resource video_capture, PP_Resource device_ref, cons
t struct PP_VideoCaptureDeviceInfo_Dev* requested_info, uint32_t buffer_count, s
truct PP_CompletionCallback callback))&Pnacl_M25_PPB_VideoCapture_Dev_Open, |
4600 .StartCapture = (int32_t (*)(PP_Resource video_capture))&Pnacl_M25_PPB_Video
Capture_Dev_StartCapture, | 4600 .StartCapture = (int32_t (*)(PP_Resource video_capture))&Pnacl_M25_PPB_Video
Capture_Dev_StartCapture, |
4601 .ReuseBuffer = (int32_t (*)(PP_Resource video_capture, uint32_t buffer))&Pna
cl_M25_PPB_VideoCapture_Dev_ReuseBuffer, | 4601 .ReuseBuffer = (int32_t (*)(PP_Resource video_capture, uint32_t buffer))&Pna
cl_M25_PPB_VideoCapture_Dev_ReuseBuffer, |
4602 .StopCapture = (int32_t (*)(PP_Resource video_capture))&Pnacl_M25_PPB_VideoC
apture_Dev_StopCapture, | 4602 .StopCapture = (int32_t (*)(PP_Resource video_capture))&Pnacl_M25_PPB_VideoC
apture_Dev_StopCapture, |
4603 .Close = (void (*)(PP_Resource video_capture))&Pnacl_M25_PPB_VideoCapture_De
v_Close | 4603 .Close = (void (*)(PP_Resource video_capture))&Pnacl_M25_PPB_VideoCapture_De
v_Close |
4604 }; | 4604 }; |
4605 | 4605 |
4606 struct PPB_VideoDecoder_Dev_0_16 Pnacl_Wrappers_PPB_VideoDecoder_Dev_0_16 = { | 4606 static struct PPB_VideoDecoder_Dev_0_16 Pnacl_Wrappers_PPB_VideoDecoder_Dev_0_16
= { |
4607 .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource context, PP_Vid
eoDecoder_Profile profile))&Pnacl_M14_PPB_VideoDecoder_Dev_Create, | 4607 .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource context, PP_Vid
eoDecoder_Profile profile))&Pnacl_M14_PPB_VideoDecoder_Dev_Create, |
4608 .IsVideoDecoder = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_VideoDec
oder_Dev_IsVideoDecoder, | 4608 .IsVideoDecoder = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_VideoDec
oder_Dev_IsVideoDecoder, |
4609 .Decode = (int32_t (*)(PP_Resource video_decoder, const struct PP_VideoBitst
reamBuffer_Dev* bitstream_buffer, struct PP_CompletionCallback callback))&Pnacl_
M14_PPB_VideoDecoder_Dev_Decode, | 4609 .Decode = (int32_t (*)(PP_Resource video_decoder, const struct PP_VideoBitst
reamBuffer_Dev* bitstream_buffer, struct PP_CompletionCallback callback))&Pnacl_
M14_PPB_VideoDecoder_Dev_Decode, |
4610 .AssignPictureBuffers = (void (*)(PP_Resource video_decoder, uint32_t no_of_
buffers, const struct PP_PictureBuffer_Dev buffers[]))&Pnacl_M14_PPB_VideoDecode
r_Dev_AssignPictureBuffers, | 4610 .AssignPictureBuffers = (void (*)(PP_Resource video_decoder, uint32_t no_of_
buffers, const struct PP_PictureBuffer_Dev buffers[]))&Pnacl_M14_PPB_VideoDecode
r_Dev_AssignPictureBuffers, |
4611 .ReusePictureBuffer = (void (*)(PP_Resource video_decoder, int32_t picture_b
uffer_id))&Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer, | 4611 .ReusePictureBuffer = (void (*)(PP_Resource video_decoder, int32_t picture_b
uffer_id))&Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer, |
4612 .Flush = (int32_t (*)(PP_Resource video_decoder, struct PP_CompletionCallbac
k callback))&Pnacl_M14_PPB_VideoDecoder_Dev_Flush, | 4612 .Flush = (int32_t (*)(PP_Resource video_decoder, struct PP_CompletionCallbac
k callback))&Pnacl_M14_PPB_VideoDecoder_Dev_Flush, |
4613 .Reset = (int32_t (*)(PP_Resource video_decoder, struct PP_CompletionCallbac
k callback))&Pnacl_M14_PPB_VideoDecoder_Dev_Reset, | 4613 .Reset = (int32_t (*)(PP_Resource video_decoder, struct PP_CompletionCallbac
k callback))&Pnacl_M14_PPB_VideoDecoder_Dev_Reset, |
4614 .Destroy = (void (*)(PP_Resource video_decoder))&Pnacl_M14_PPB_VideoDecoder_
Dev_Destroy | 4614 .Destroy = (void (*)(PP_Resource video_decoder))&Pnacl_M14_PPB_VideoDecoder_
Dev_Destroy |
4615 }; | 4615 }; |
4616 | 4616 |
4617 /* Not generating wrapper interface for PPB_View_Dev_0_1 */ | 4617 /* Not generating wrapper interface for PPB_View_Dev_0_1 */ |
4618 | 4618 |
4619 /* Not generating wrapper interface for PPB_Widget_Dev_0_3 */ | 4619 /* Not generating wrapper interface for PPB_Widget_Dev_0_3 */ |
4620 | 4620 |
4621 /* Not generating wrapper interface for PPB_Widget_Dev_0_4 */ | 4621 /* Not generating wrapper interface for PPB_Widget_Dev_0_4 */ |
4622 | 4622 |
4623 /* Not generating wrapper interface for PPB_Zoom_Dev_0_2 */ | 4623 /* Not generating wrapper interface for PPB_Zoom_Dev_0_2 */ |
4624 | 4624 |
4625 /* Not generating wrapper interface for PPP_NetworkState_Dev_0_1 */ | 4625 /* Not generating wrapper interface for PPP_NetworkState_Dev_0_1 */ |
4626 | 4626 |
4627 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */ | 4627 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */ |
4628 | 4628 |
4629 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */ | 4629 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */ |
4630 | 4630 |
4631 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */ | 4631 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */ |
4632 | 4632 |
4633 struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = { | 4633 static struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = { |
4634 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText | 4634 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText |
4635 }; | 4635 }; |
4636 | 4636 |
4637 /* Not generating wrapper interface for PPP_TextInput_Dev_0_1 */ | 4637 /* Not generating wrapper interface for PPP_TextInput_Dev_0_1 */ |
4638 | 4638 |
4639 /* Not generating wrapper interface for PPP_VideoCapture_Dev_0_1 */ | 4639 /* Not generating wrapper interface for PPP_VideoCapture_Dev_0_1 */ |
4640 | 4640 |
4641 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_11 */ | 4641 /* Not generating wrapper interface for PPP_VideoDecoder_Dev_0_11 */ |
4642 | 4642 |
4643 /* Not generating wrapper interface for PPP_Widget_Dev_0_2 */ | 4643 /* Not generating wrapper interface for PPP_Widget_Dev_0_2 */ |
4644 | 4644 |
4645 /* Not generating wrapper interface for PPP_Zoom_Dev_0_3 */ | 4645 /* Not generating wrapper interface for PPP_Zoom_Dev_0_3 */ |
4646 | 4646 |
4647 struct PPB_ContentDecryptor_Private_0_9 Pnacl_Wrappers_PPB_ContentDecryptor_Priv
ate_0_9 = { | 4647 static struct PPB_ContentDecryptor_Private_0_9 Pnacl_Wrappers_PPB_ContentDecrypt
or_Private_0_9 = { |
4648 .SessionCreated = (void (*)(PP_Instance instance, uint32_t session_id, struc
t PP_Var web_session_id))&Pnacl_M33_PPB_ContentDecryptor_Private_SessionCreated, | 4648 .SessionCreated = (void (*)(PP_Instance instance, uint32_t session_id, struc
t PP_Var web_session_id))&Pnacl_M33_PPB_ContentDecryptor_Private_SessionCreated, |
4649 .SessionMessage = (void (*)(PP_Instance instance, uint32_t session_id, struc
t PP_Var message, struct PP_Var destination_url))&Pnacl_M33_PPB_ContentDecryptor
_Private_SessionMessage, | 4649 .SessionMessage = (void (*)(PP_Instance instance, uint32_t session_id, struc
t PP_Var message, struct PP_Var destination_url))&Pnacl_M33_PPB_ContentDecryptor
_Private_SessionMessage, |
4650 .SessionReady = (void (*)(PP_Instance instance, uint32_t session_id))&Pnacl_
M33_PPB_ContentDecryptor_Private_SessionReady, | 4650 .SessionReady = (void (*)(PP_Instance instance, uint32_t session_id))&Pnacl_
M33_PPB_ContentDecryptor_Private_SessionReady, |
4651 .SessionClosed = (void (*)(PP_Instance instance, uint32_t session_id))&Pnacl
_M33_PPB_ContentDecryptor_Private_SessionClosed, | 4651 .SessionClosed = (void (*)(PP_Instance instance, uint32_t session_id))&Pnacl
_M33_PPB_ContentDecryptor_Private_SessionClosed, |
4652 .SessionError = (void (*)(PP_Instance instance, uint32_t session_id, int32_t
media_error, int32_t system_code))&Pnacl_M33_PPB_ContentDecryptor_Private_Sessi
onError, | 4652 .SessionError = (void (*)(PP_Instance instance, uint32_t session_id, int32_t
media_error, int32_t system_code))&Pnacl_M33_PPB_ContentDecryptor_Private_Sessi
onError, |
4653 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block,
const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M33_PPB_Conten
tDecryptor_Private_DeliverBlock, | 4653 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block,
const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M33_PPB_Conten
tDecryptor_Private_DeliverBlock, |
4654 .DecoderInitializeDone = (void (*)(PP_Instance instance, PP_DecryptorStreamT
ype decoder_type, uint32_t request_id, PP_Bool success))&Pnacl_M33_PPB_ContentDe
cryptor_Private_DecoderInitializeDone, | 4654 .DecoderInitializeDone = (void (*)(PP_Instance instance, PP_DecryptorStreamT
ype decoder_type, uint32_t request_id, PP_Bool success))&Pnacl_M33_PPB_ContentDe
cryptor_Private_DecoderInitializeDone, |
4655 .DecoderDeinitializeDone = (void (*)(PP_Instance instance, PP_DecryptorStrea
mType decoder_type, uint32_t request_id))&Pnacl_M33_PPB_ContentDecryptor_Private
_DecoderDeinitializeDone, | 4655 .DecoderDeinitializeDone = (void (*)(PP_Instance instance, PP_DecryptorStrea
mType decoder_type, uint32_t request_id))&Pnacl_M33_PPB_ContentDecryptor_Private
_DecoderDeinitializeDone, |
4656 .DecoderResetDone = (void (*)(PP_Instance instance, PP_DecryptorStreamType d
ecoder_type, uint32_t request_id))&Pnacl_M33_PPB_ContentDecryptor_Private_Decode
rResetDone, | 4656 .DecoderResetDone = (void (*)(PP_Instance instance, PP_DecryptorStreamType d
ecoder_type, uint32_t request_id))&Pnacl_M33_PPB_ContentDecryptor_Private_Decode
rResetDone, |
4657 .DeliverFrame = (void (*)(PP_Instance instance, PP_Resource decrypted_frame,
const struct PP_DecryptedFrameInfo* decrypted_frame_info))&Pnacl_M33_PPB_Conten
tDecryptor_Private_DeliverFrame, | 4657 .DeliverFrame = (void (*)(PP_Instance instance, PP_Resource decrypted_frame,
const struct PP_DecryptedFrameInfo* decrypted_frame_info))&Pnacl_M33_PPB_Conten
tDecryptor_Private_DeliverFrame, |
4658 .DeliverSamples = (void (*)(PP_Instance instance, PP_Resource audio_frames,
const struct PP_DecryptedSampleInfo* decrypted_sample_info))&Pnacl_M33_PPB_Conte
ntDecryptor_Private_DeliverSamples | 4658 .DeliverSamples = (void (*)(PP_Instance instance, PP_Resource audio_frames,
const struct PP_DecryptedSampleInfo* decrypted_sample_info))&Pnacl_M33_PPB_Conte
ntDecryptor_Private_DeliverSamples |
4659 }; | 4659 }; |
4660 | 4660 |
4661 struct PPB_Ext_CrxFileSystem_Private_0_1 Pnacl_Wrappers_PPB_Ext_CrxFileSystem_Pr
ivate_0_1 = { | 4661 static struct PPB_Ext_CrxFileSystem_Private_0_1 Pnacl_Wrappers_PPB_Ext_CrxFileSy
stem_Private_0_1 = { |
4662 .Open = (int32_t (*)(PP_Instance instance, PP_Resource* file_system, struct
PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_CrxFileSystem_Private_Open | 4662 .Open = (int32_t (*)(PP_Instance instance, PP_Resource* file_system, struct
PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_CrxFileSystem_Private_Open |
4663 }; | 4663 }; |
4664 | 4664 |
4665 struct PPB_FileIO_Private_0_1 Pnacl_Wrappers_PPB_FileIO_Private_0_1 = { | 4665 static struct PPB_FileIO_Private_0_1 Pnacl_Wrappers_PPB_FileIO_Private_0_1 = { |
4666 .RequestOSFileHandle = (int32_t (*)(PP_Resource file_io, PP_FileHandle* hand
le, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileIO_Private_Request
OSFileHandle | 4666 .RequestOSFileHandle = (int32_t (*)(PP_Resource file_io, PP_FileHandle* hand
le, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileIO_Private_Request
OSFileHandle |
4667 }; | 4667 }; |
4668 | 4668 |
4669 struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = { | 4669 static struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = { |
4670 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F
ileRefPrivate_GetAbsolutePath | 4670 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F
ileRefPrivate_GetAbsolutePath |
4671 }; | 4671 }; |
4672 | 4672 |
4673 struct PPB_Flash_12_4 Pnacl_Wrappers_PPB_Flash_12_4 = { | 4673 static struct PPB_Flash_12_4 Pnacl_Wrappers_PPB_Flash_12_4 = { |
4674 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M21_PPB_Flash_SetInstanceAlwaysOnTop, | 4674 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M21_PPB_Flash_SetInstanceAlwaysOnTop, |
4675 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M21_PPB_Flash_DrawGly
phs, | 4675 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M21_PPB_Flash_DrawGly
phs, |
4676 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M21_PPB_Flash_GetProxyForURL, | 4676 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M21_PPB_Flash_GetProxyForURL, |
4677 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M21_PPB_Flash_Navigate, | 4677 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M21_PPB_Flash_Navigate, |
4678 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_RunMe
ssageLoop, | 4678 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_RunMe
ssageLoop, |
4679 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Quit
MessageLoop, | 4679 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Quit
MessageLoop, |
4680 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M21_PPB_Flash_GetLocalTimeZoneOffset, | 4680 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M21_PPB_Flash_GetLocalTimeZoneOffset, |
4681 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Fl
ash_GetCommandLineArgs, | 4681 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Fl
ash_GetCommandLineArgs, |
4682 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M21_PPB_Flash_Prelo
adFontWin, | 4682 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M21_PPB_Flash_Prelo
adFontWin, |
4683 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M21_PPB_Flash_IsRectTopmost, | 4683 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M21_PPB_Flash_IsRectTopmost, |
4684 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_In
vokePrinting, | 4684 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_In
vokePrinting, |
4685 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Updat
eActivity, | 4685 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Updat
eActivity, |
4686 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash
_GetDeviceID, | 4686 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash
_GetDeviceID, |
4687 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M21_PPB_Flash_GetSettingInt, | 4687 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M21_PPB_Flash_GetSettingInt, |
4688 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M21_PPB_Flash_GetSetting | 4688 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M21_PPB_Flash_GetSetting |
4689 }; | 4689 }; |
4690 | 4690 |
4691 struct PPB_Flash_12_5 Pnacl_Wrappers_PPB_Flash_12_5 = { | 4691 static struct PPB_Flash_12_5 Pnacl_Wrappers_PPB_Flash_12_5 = { |
4692 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M22_PPB_Flash_SetInstanceAlwaysOnTop, | 4692 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M22_PPB_Flash_SetInstanceAlwaysOnTop, |
4693 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M22_PPB_Flash_DrawGly
phs, | 4693 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M22_PPB_Flash_DrawGly
phs, |
4694 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M22_PPB_Flash_GetProxyForURL, | 4694 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M22_PPB_Flash_GetProxyForURL, |
4695 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M22_PPB_Flash_Navigate, | 4695 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M22_PPB_Flash_Navigate, |
4696 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_RunMe
ssageLoop, | 4696 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_RunMe
ssageLoop, |
4697 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_Quit
MessageLoop, | 4697 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_Quit
MessageLoop, |
4698 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M22_PPB_Flash_GetLocalTimeZoneOffset, | 4698 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M22_PPB_Flash_GetLocalTimeZoneOffset, |
4699 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M22_PPB_Fl
ash_GetCommandLineArgs, | 4699 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M22_PPB_Fl
ash_GetCommandLineArgs, |
4700 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M22_PPB_Flash_Prelo
adFontWin, | 4700 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M22_PPB_Flash_Prelo
adFontWin, |
4701 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M22_PPB_Flash_IsRectTopmost, | 4701 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M22_PPB_Flash_IsRectTopmost, |
4702 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_In
vokePrinting, | 4702 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_In
vokePrinting, |
4703 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_Updat
eActivity, | 4703 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash_Updat
eActivity, |
4704 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash
_GetDeviceID, | 4704 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M22_PPB_Flash
_GetDeviceID, |
4705 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M22_PPB_Flash_GetSettingInt, | 4705 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M22_PPB_Flash_GetSettingInt, |
4706 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M22_PPB_Flash_GetSetting, | 4706 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M22_PPB_Flash_GetSetting, |
4707 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M22_PPB_Flash_SetCrashData | 4707 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M22_PPB_Flash_SetCrashData |
4708 }; | 4708 }; |
4709 | 4709 |
4710 struct PPB_Flash_12_6 Pnacl_Wrappers_PPB_Flash_12_6 = { | 4710 static struct PPB_Flash_12_6 Pnacl_Wrappers_PPB_Flash_12_6 = { |
4711 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M24_0_PPB_Flash_SetInstanceAlwaysOnTop, | 4711 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M24_0_PPB_Flash_SetInstanceAlwaysOnTop, |
4712 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_0_PPB_Flash_DrawG
lyphs, | 4712 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_0_PPB_Flash_DrawG
lyphs, |
4713 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M24_0_PPB_Flash_GetProxyForURL, | 4713 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M24_0_PPB_Flash_GetProxyForURL, |
4714 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M24_0_PPB_Flash_Navigate, | 4714 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M24_0_PPB_Flash_Navigate, |
4715 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Run
MessageLoop, | 4715 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Run
MessageLoop, |
4716 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Qu
itMessageLoop, | 4716 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Qu
itMessageLoop, |
4717 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M24_0_PPB_Flash_GetLocalTimeZoneOffset, | 4717 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M24_0_PPB_Flash_GetLocalTimeZoneOffset, |
4718 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_0_PPB_
Flash_GetCommandLineArgs, | 4718 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_0_PPB_
Flash_GetCommandLineArgs, |
4719 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M24_0_PPB_Flash_Pre
loadFontWin, | 4719 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M24_0_PPB_Flash_Pre
loadFontWin, |
4720 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M24_0_PPB_Flash_IsRectTopmost, | 4720 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M24_0_PPB_Flash_IsRectTopmost, |
4721 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_
InvokePrinting, | 4721 .InvokePrinting = (int32_t (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_
InvokePrinting, |
4722 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Upd
ateActivity, | 4722 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Flash_Upd
ateActivity, |
4723 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Fla
sh_GetDeviceID, | 4723 .GetDeviceID = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M24_0_PPB_Fla
sh_GetDeviceID, |
4724 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M24_0_PPB_Flash_GetSettingInt, | 4724 .GetSettingInt = (int32_t (*)(PP_Instance instance, PP_FlashSetting setting)
)&Pnacl_M24_0_PPB_Flash_GetSettingInt, |
4725 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M24_0_PPB_Flash_GetSetting, | 4725 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M24_0_PPB_Flash_GetSetting, |
4726 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M24_0_PPB_Flash_SetCrashData, | 4726 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M24_0_PPB_Flash_SetCrashData, |
4727 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resour
ce video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_0_PPB_Flash_Enumerat
eVideoCaptureDevices | 4727 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resour
ce video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_0_PPB_Flash_Enumerat
eVideoCaptureDevices |
4728 }; | 4728 }; |
4729 | 4729 |
4730 struct PPB_Flash_13_0 Pnacl_Wrappers_PPB_Flash_13_0 = { | 4730 static struct PPB_Flash_13_0 Pnacl_Wrappers_PPB_Flash_13_0 = { |
4731 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M24_1_PPB_Flash_SetInstanceAlwaysOnTop, | 4731 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P
nacl_M24_1_PPB_Flash_SetInstanceAlwaysOnTop, |
4732 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_1_PPB_Flash_DrawG
lyphs, | 4732 .DrawGlyphs = (PP_Bool (*)(PP_Instance instance, PP_Resource pp_image_data,
const struct PP_BrowserFont_Trusted_Description* font_desc, uint32_t color, cons
t struct PP_Point* position, const struct PP_Rect* clip, const float transformat
ion[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph
_indices[], const struct PP_Point glyph_advances[]))&Pnacl_M24_1_PPB_Flash_DrawG
lyphs, |
4733 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M24_1_PPB_Flash_GetProxyForURL, | 4733 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url))
&Pnacl_M24_1_PPB_Flash_GetProxyForURL, |
4734 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M24_1_PPB_Flash_Navigate, | 4734 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo
ol from_user_action))&Pnacl_M24_1_PPB_Flash_Navigate, |
4735 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M24_1_PPB_Flash_GetLocalTimeZoneOffset, | 4735 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac
l_M24_1_PPB_Flash_GetLocalTimeZoneOffset, |
4736 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_1_PPB_
Flash_GetCommandLineArgs, | 4736 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M24_1_PPB_
Flash_GetCommandLineArgs, |
4737 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M24_1_PPB_Flash_Pre
loadFontWin, | 4737 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M24_1_PPB_Flash_Pre
loadFontWin, |
4738 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M24_1_PPB_Flash_IsRectTopmost, | 4738 .IsRectTopmost = (PP_Bool (*)(PP_Instance instance, const struct PP_Rect* re
ct))&Pnacl_M24_1_PPB_Flash_IsRectTopmost, |
4739 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M24_1_PPB_Flash_Upd
ateActivity, | 4739 .UpdateActivity = (void (*)(PP_Instance instance))&Pnacl_M24_1_PPB_Flash_Upd
ateActivity, |
4740 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M24_1_PPB_Flash_GetSetting, | 4740 .GetSetting = (struct PP_Var (*)(PP_Instance instance, PP_FlashSetting setti
ng))&Pnacl_M24_1_PPB_Flash_GetSetting, |
4741 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M24_1_PPB_Flash_SetCrashData, | 4741 .SetCrashData = (PP_Bool (*)(PP_Instance instance, PP_FlashCrashKey key, str
uct PP_Var value))&Pnacl_M24_1_PPB_Flash_SetCrashData, |
4742 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resour
ce video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_1_PPB_Flash_Enumerat
eVideoCaptureDevices | 4742 .EnumerateVideoCaptureDevices = (int32_t (*)(PP_Instance instance, PP_Resour
ce video_capture, struct PP_ArrayOutput devices))&Pnacl_M24_1_PPB_Flash_Enumerat
eVideoCaptureDevices |
4743 }; | 4743 }; |
4744 | 4744 |
4745 struct PPB_Flash_Clipboard_4_0 Pnacl_Wrappers_PPB_Flash_Clipboard_4_0 = { | 4745 static struct PPB_Flash_Clipboard_4_0 Pnacl_Wrappers_PPB_Flash_Clipboard_4_0 = { |
4746 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar
d_Type clipboard_type, PP_Flash_Clipboard_Format format))&Pnacl_M19_PPB_Flash_Cl
ipboard_IsFormatAvailable, | 4746 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar
d_Type clipboard_type, PP_Flash_Clipboard_Format format))&Pnacl_M19_PPB_Flash_Cl
ipboard_IsFormatAvailable, |
4747 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T
ype clipboard_type, PP_Flash_Clipboard_Format format))&Pnacl_M19_PPB_Flash_Clipb
oard_ReadData, | 4747 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T
ype clipboard_type, PP_Flash_Clipboard_Format format))&Pnacl_M19_PPB_Flash_Clipb
oard_ReadData, |
4748 .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type c
lipboard_type, uint32_t data_item_count, const PP_Flash_Clipboard_Format formats
[], const struct PP_Var data_items[]))&Pnacl_M19_PPB_Flash_Clipboard_WriteData | 4748 .WriteData = (int32_t (*)(PP_Instance instance_id, PP_Flash_Clipboard_Type c
lipboard_type, uint32_t data_item_count, const PP_Flash_Clipboard_Format formats
[], const struct PP_Var data_items[]))&Pnacl_M19_PPB_Flash_Clipboard_WriteData |
4749 }; | 4749 }; |
4750 | 4750 |
4751 struct PPB_Flash_Clipboard_5_0 Pnacl_Wrappers_PPB_Flash_Clipboard_5_0 = { | 4751 static struct PPB_Flash_Clipboard_5_0 Pnacl_Wrappers_PPB_Flash_Clipboard_5_0 = { |
4752 .RegisterCustomFormat = (uint32_t (*)(PP_Instance instance_id, const char* f
ormat_name))&Pnacl_M24_PPB_Flash_Clipboard_RegisterCustomFormat, | 4752 .RegisterCustomFormat = (uint32_t (*)(PP_Instance instance_id, const char* f
ormat_name))&Pnacl_M24_PPB_Flash_Clipboard_RegisterCustomFormat, |
4753 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar
d_Type clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_IsFormatA
vailable, | 4753 .IsFormatAvailable = (PP_Bool (*)(PP_Instance instance_id, PP_Flash_Clipboar
d_Type clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_IsFormatA
vailable, |
4754 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T
ype clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_ReadData, | 4754 .ReadData = (struct PP_Var (*)(PP_Instance instance_id, PP_Flash_Clipboard_T
ype clipboard_type, uint32_t format))&Pnacl_M24_PPB_Flash_Clipboard_ReadData, |
4755 .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 | 4755 .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 |
4756 }; | 4756 }; |
4757 | 4757 |
4758 struct PPB_Flash_DeviceID_1_0 Pnacl_Wrappers_PPB_Flash_DeviceID_1_0 = { | 4758 static struct PPB_Flash_DeviceID_1_0 Pnacl_Wrappers_PPB_Flash_DeviceID_1_0 = { |
4759 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Device
ID_Create, | 4759 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Device
ID_Create, |
4760 .GetDeviceID = (int32_t (*)(PP_Resource device_id, struct PP_Var* id, struct
PP_CompletionCallback callback))&Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID | 4760 .GetDeviceID = (int32_t (*)(PP_Resource device_id, struct PP_Var* id, struct
PP_CompletionCallback callback))&Pnacl_M21_PPB_Flash_DeviceID_GetDeviceID |
4761 }; | 4761 }; |
4762 | 4762 |
4763 struct PPB_Flash_DRM_1_0 Pnacl_Wrappers_PPB_Flash_DRM_1_0 = { | 4763 static struct PPB_Flash_DRM_1_0 Pnacl_Wrappers_PPB_Flash_DRM_1_0 = { |
4764 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Flash_DRM_Cr
eate, | 4764 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Flash_DRM_Cr
eate, |
4765 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co
mpletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetDeviceID, | 4765 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co
mpletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetDeviceID, |
4766 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M29_P
PB_Flash_DRM_GetHmonitor, | 4766 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M29_P
PB_Flash_DRM_GetHmonitor, |
4767 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetVoucherFile | 4767 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M29_PPB_Flash_DRM_GetVoucherFile |
4768 }; | 4768 }; |
4769 | 4769 |
4770 struct PPB_Flash_DRM_1_1 Pnacl_Wrappers_PPB_Flash_DRM_1_1 = { | 4770 static struct PPB_Flash_DRM_1_1 Pnacl_Wrappers_PPB_Flash_DRM_1_1 = { |
4771 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M33_PPB_Flash_DRM_Cr
eate, | 4771 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M33_PPB_Flash_DRM_Cr
eate, |
4772 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co
mpletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_GetDeviceID, | 4772 .GetDeviceID = (int32_t (*)(PP_Resource drm, struct PP_Var* id, struct PP_Co
mpletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_GetDeviceID, |
4773 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M33_P
PB_Flash_DRM_GetHmonitor, | 4773 .GetHmonitor = (PP_Bool (*)(PP_Resource drm, int64_t* hmonitor))&Pnacl_M33_P
PB_Flash_DRM_GetHmonitor, |
4774 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_GetVoucherFile, | 4774 .GetVoucherFile = (int32_t (*)(PP_Resource drm, PP_Resource* file_ref, struc
t PP_CompletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_GetVoucherFile, |
4775 .MonitorIsExternal = (int32_t (*)(PP_Resource drm, PP_Bool* is_external, str
uct PP_CompletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_MonitorIsExternal | 4775 .MonitorIsExternal = (int32_t (*)(PP_Resource drm, PP_Bool* is_external, str
uct PP_CompletionCallback callback))&Pnacl_M33_PPB_Flash_DRM_MonitorIsExternal |
4776 }; | 4776 }; |
4777 | 4777 |
4778 /* Not generating wrapper interface for PPB_Flash_FontFile_0_1 */ | 4778 /* Not generating wrapper interface for PPB_Flash_FontFile_0_1 */ |
4779 | 4779 |
4780 /* Not generating wrapper interface for PPB_FlashFullscreen_0_1 */ | 4780 /* Not generating wrapper interface for PPB_FlashFullscreen_0_1 */ |
4781 | 4781 |
4782 /* Not generating wrapper interface for PPB_FlashFullscreen_1_0 */ | 4782 /* Not generating wrapper interface for PPB_FlashFullscreen_1_0 */ |
4783 | 4783 |
4784 struct PPB_Flash_Menu_0_2 Pnacl_Wrappers_PPB_Flash_Menu_0_2 = { | 4784 static struct PPB_Flash_Menu_0_2 Pnacl_Wrappers_PPB_Flash_Menu_0_2 = { |
4785 .Create = (PP_Resource (*)(PP_Instance instance_id, const struct PP_Flash_Me
nu* menu_data))&Pnacl_M14_PPB_Flash_Menu_Create, | 4785 .Create = (PP_Resource (*)(PP_Instance instance_id, const struct PP_Flash_Me
nu* menu_data))&Pnacl_M14_PPB_Flash_Menu_Create, |
4786 .IsFlashMenu = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M14_PPB_Flash_Me
nu_IsFlashMenu, | 4786 .IsFlashMenu = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M14_PPB_Flash_Me
nu_IsFlashMenu, |
4787 .Show = (int32_t (*)(PP_Resource menu_id, const struct PP_Point* location, i
nt32_t* selected_id, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_Flash
_Menu_Show | 4787 .Show = (int32_t (*)(PP_Resource menu_id, const struct PP_Point* location, i
nt32_t* selected_id, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_Flash
_Menu_Show |
4788 }; | 4788 }; |
4789 | 4789 |
4790 /* Not generating wrapper interface for PPB_Flash_MessageLoop_0_1 */ | 4790 /* Not generating wrapper interface for PPB_Flash_MessageLoop_0_1 */ |
4791 | 4791 |
4792 /* Not generating wrapper interface for PPB_Flash_Print_1_0 */ | 4792 /* Not generating wrapper interface for PPB_Flash_Print_1_0 */ |
4793 | 4793 |
4794 struct PPB_HostResolver_Private_0_1 Pnacl_Wrappers_PPB_HostResolver_Private_0_1
= { | 4794 static struct PPB_HostResolver_Private_0_1 Pnacl_Wrappers_PPB_HostResolver_Priva
te_0_1 = { |
4795 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_HostResolver
_Private_Create, | 4795 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_HostResolver
_Private_Create, |
4796 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_HostReso
lver_Private_IsHostResolver, | 4796 .IsHostResolver = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_HostReso
lver_Private_IsHostResolver, |
4797 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_
t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCal
lback callback))&Pnacl_M19_PPB_HostResolver_Private_Resolve, | 4797 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_
t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCal
lback callback))&Pnacl_M19_PPB_HostResolver_Private_Resolve, |
4798 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M19
_PPB_HostResolver_Private_GetCanonicalName, | 4798 .GetCanonicalName = (struct PP_Var (*)(PP_Resource host_resolver))&Pnacl_M19
_PPB_HostResolver_Private_GetCanonicalName, |
4799 .GetSize = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M19_PPB_HostResol
ver_Private_GetSize, | 4799 .GetSize = (uint32_t (*)(PP_Resource host_resolver))&Pnacl_M19_PPB_HostResol
ver_Private_GetSize, |
4800 .GetNetAddress = (PP_Bool (*)(PP_Resource host_resolver, uint32_t index, str
uct PP_NetAddress_Private* addr))&Pnacl_M19_PPB_HostResolver_Private_GetNetAddre
ss | 4800 .GetNetAddress = (PP_Bool (*)(PP_Resource host_resolver, uint32_t index, str
uct PP_NetAddress_Private* addr))&Pnacl_M19_PPB_HostResolver_Private_GetNetAddre
ss |
4801 }; | 4801 }; |
4802 | 4802 |
4803 struct PPB_Instance_Private_0_1 Pnacl_Wrappers_PPB_Instance_Private_0_1 = { | 4803 static struct PPB_Instance_Private_0_1 Pnacl_Wrappers_PPB_Instance_Private_0_1 =
{ |
4804 .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_I
nstance_Private_GetWindowObject, | 4804 .GetWindowObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13_PPB_I
nstance_Private_GetWindowObject, |
4805 .GetOwnerElementObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13
_PPB_Instance_Private_GetOwnerElementObject, | 4805 .GetOwnerElementObject = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M13
_PPB_Instance_Private_GetOwnerElementObject, |
4806 .ExecuteScript = (struct PP_Var (*)(PP_Instance instance, struct PP_Var scri
pt, struct PP_Var* exception))&Pnacl_M13_PPB_Instance_Private_ExecuteScript | 4806 .ExecuteScript = (struct PP_Var (*)(PP_Instance instance, struct PP_Var scri
pt, struct PP_Var* exception))&Pnacl_M13_PPB_Instance_Private_ExecuteScript |
4807 }; | 4807 }; |
4808 | 4808 |
4809 struct PPB_IsolatedFileSystem_Private_0_2 Pnacl_Wrappers_PPB_IsolatedFileSystem_
Private_0_2 = { | 4809 static struct PPB_IsolatedFileSystem_Private_0_2 Pnacl_Wrappers_PPB_IsolatedFile
System_Private_0_2 = { |
4810 .Open = (int32_t (*)(PP_Instance instance, PP_IsolatedFileSystemType_Private
type, PP_Resource* file_system, struct PP_CompletionCallback callback))&Pnacl_M
33_PPB_IsolatedFileSystem_Private_Open | 4810 .Open = (int32_t (*)(PP_Instance instance, PP_IsolatedFileSystemType_Private
type, PP_Resource* file_system, struct PP_CompletionCallback callback))&Pnacl_M
33_PPB_IsolatedFileSystem_Private_Open |
4811 }; | 4811 }; |
4812 | 4812 |
4813 struct PPB_NaCl_Private_1_0 Pnacl_Wrappers_PPB_NaCl_Private_1_0 = { | 4813 static struct PPB_NaCl_Private_1_0 Pnacl_Wrappers_PPB_NaCl_Private_1_0 = { |
4814 .LaunchSelLdr = (PP_ExternalPluginResult (*)(PP_Instance instance, const cha
r* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool enable_ppapi_dev,
PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enab
le_crash_throttling, void* imc_handle, struct PP_Var* error_message))&Pnacl_M25_
PPB_NaCl_Private_LaunchSelLdr, | 4814 .LaunchSelLdr = (PP_ExternalPluginResult (*)(PP_Instance instance, const cha
r* alleged_url, PP_Bool uses_irt, PP_Bool uses_ppapi, PP_Bool enable_ppapi_dev,
PP_Bool enable_dyncode_syscalls, PP_Bool enable_exception_handling, PP_Bool enab
le_crash_throttling, void* imc_handle, struct PP_Var* error_message))&Pnacl_M25_
PPB_NaCl_Private_LaunchSelLdr, |
4815 .StartPpapiProxy = (PP_ExternalPluginResult (*)(PP_Instance instance))&Pnacl
_M25_PPB_NaCl_Private_StartPpapiProxy, | 4815 .StartPpapiProxy = (PP_ExternalPluginResult (*)(PP_Instance instance))&Pnacl
_M25_PPB_NaCl_Private_StartPpapiProxy, |
4816 .UrandomFD = (int32_t (*)(void))&Pnacl_M25_PPB_NaCl_Private_UrandomFD, | 4816 .UrandomFD = (int32_t (*)(void))&Pnacl_M25_PPB_NaCl_Private_UrandomFD, |
4817 .Are3DInterfacesDisabled = (PP_Bool (*)(void))&Pnacl_M25_PPB_NaCl_Private_Ar
e3DInterfacesDisabled, | 4817 .Are3DInterfacesDisabled = (PP_Bool (*)(void))&Pnacl_M25_PPB_NaCl_Private_Ar
e3DInterfacesDisabled, |
4818 .BrokerDuplicateHandle = (int32_t (*)(PP_FileHandle source_handle, uint32_t
process_id, PP_FileHandle* target_handle, uint32_t desired_access, uint32_t opti
ons))&Pnacl_M25_PPB_NaCl_Private_BrokerDuplicateHandle, | 4818 .BrokerDuplicateHandle = (int32_t (*)(PP_FileHandle source_handle, uint32_t
process_id, PP_FileHandle* target_handle, uint32_t desired_access, uint32_t opti
ons))&Pnacl_M25_PPB_NaCl_Private_BrokerDuplicateHandle, |
4819 .GetReadonlyPnaclFd = (PP_FileHandle (*)(const char* filename))&Pnacl_M25_PP
B_NaCl_Private_GetReadonlyPnaclFd, | 4819 .GetReadonlyPnaclFd = (PP_FileHandle (*)(const char* filename))&Pnacl_M25_PP
B_NaCl_Private_GetReadonlyPnaclFd, |
4820 .CreateTemporaryFile = (PP_FileHandle (*)(PP_Instance instance))&Pnacl_M25_P
PB_NaCl_Private_CreateTemporaryFile, | 4820 .CreateTemporaryFile = (PP_FileHandle (*)(PP_Instance instance))&Pnacl_M25_P
PB_NaCl_Private_CreateTemporaryFile, |
4821 .GetNexeFd = (int32_t (*)(PP_Instance instance, const char* pexe_url, uint32
_t abi_version, uint32_t opt_level, const char* last_modified, const char* etag,
PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* nexe_handle, struc
t PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_GetNexeFd, | 4821 .GetNexeFd = (int32_t (*)(PP_Instance instance, const char* pexe_url, uint32
_t abi_version, uint32_t opt_level, const char* last_modified, const char* etag,
PP_Bool has_no_store_header, PP_Bool* is_hit, PP_FileHandle* nexe_handle, struc
t PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_GetNexeFd, |
4822 .ReportTranslationFinished = (void (*)(PP_Instance instance, PP_Bool success
))&Pnacl_M25_PPB_NaCl_Private_ReportTranslationFinished, | 4822 .ReportTranslationFinished = (void (*)(PP_Instance instance, PP_Bool success
))&Pnacl_M25_PPB_NaCl_Private_ReportTranslationFinished, |
4823 .ReportNaClError = (PP_ExternalPluginResult (*)(PP_Instance instance, PP_NaC
lError message_id))&Pnacl_M25_PPB_NaCl_Private_ReportNaClError, | 4823 .ReportNaClError = (PP_ExternalPluginResult (*)(PP_Instance instance, PP_NaC
lError message_id))&Pnacl_M25_PPB_NaCl_Private_ReportNaClError, |
4824 .OpenNaClExecutable = (PP_FileHandle (*)(PP_Instance instance, const char* f
ile_url, uint64_t* file_token_lo, uint64_t* file_token_hi))&Pnacl_M25_PPB_NaCl_P
rivate_OpenNaClExecutable, | 4824 .OpenNaClExecutable = (PP_FileHandle (*)(PP_Instance instance, const char* f
ile_url, uint64_t* file_token_lo, uint64_t* file_token_hi))&Pnacl_M25_PPB_NaCl_P
rivate_OpenNaClExecutable, |
4825 .DispatchEvent = (void (*)(PP_Instance instance, PP_NaClEventType event_type
, struct PP_Var resource_url, PP_Bool length_is_computable, uint64_t loaded_byte
s, uint64_t total_bytes))&Pnacl_M25_PPB_NaCl_Private_DispatchEvent, | 4825 .DispatchEvent = (void (*)(PP_Instance instance, PP_NaClEventType event_type
, struct PP_Var resource_url, PP_Bool length_is_computable, uint64_t loaded_byte
s, uint64_t total_bytes))&Pnacl_M25_PPB_NaCl_Private_DispatchEvent, |
4826 .SetReadOnlyProperty = (void (*)(PP_Instance instance, struct PP_Var key, st
ruct PP_Var value))&Pnacl_M25_PPB_NaCl_Private_SetReadOnlyProperty | 4826 .SetReadOnlyProperty = (void (*)(PP_Instance instance, struct PP_Var key, st
ruct PP_Var value))&Pnacl_M25_PPB_NaCl_Private_SetReadOnlyProperty |
4827 }; | 4827 }; |
4828 | 4828 |
4829 struct PPB_NetAddress_Private_0_1 Pnacl_Wrappers_PPB_NetAddress_Private_0_1 = { | 4829 static struct PPB_NetAddress_Private_0_1 Pnacl_Wrappers_PPB_NetAddress_Private_0
_1 = { |
4830 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M17_PPB_NetAddress_Private_AreEqual, | 4830 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M17_PPB_NetAddress_Private_AreEqual, |
4831 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M17_PPB_NetAddress_Private_AreHos
tsEqual, | 4831 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M17_PPB_NetAddress_Private_AreHos
tsEqual, |
4832 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M17_PPB_NetAddress_Private_Describe, | 4832 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M17_PPB_NetAddress_Private_Describe, |
4833 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M17_PPB_NetAddress_P
rivate_ReplacePort, | 4833 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M17_PPB_NetAddress_P
rivate_ReplacePort, |
4834 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M17_PPB_NetAddress_Private_GetAnyAddress | 4834 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M17_PPB_NetAddress_Private_GetAnyAddress |
4835 }; | 4835 }; |
4836 | 4836 |
4837 struct PPB_NetAddress_Private_1_0 Pnacl_Wrappers_PPB_NetAddress_Private_1_0 = { | 4837 static struct PPB_NetAddress_Private_1_0 Pnacl_Wrappers_PPB_NetAddress_Private_1
_0 = { |
4838 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M19_0_PPB_NetAddress_Private_AreEqual, | 4838 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M19_0_PPB_NetAddress_Private_AreEqual, |
4839 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M19_0_PPB_NetAddress_Private_AreH
ostsEqual, | 4839 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M19_0_PPB_NetAddress_Private_AreH
ostsEqual, |
4840 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M19_0_PPB_NetAddress_Private_Describ
e, | 4840 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M19_0_PPB_NetAddress_Private_Describ
e, |
4841 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_0_PPB_NetAddress
_Private_ReplacePort, | 4841 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_0_PPB_NetAddress
_Private_ReplacePort, |
4842 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M19_0_PPB_NetAddress_Private_GetAnyAddress, | 4842 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M19_0_PPB_NetAddress_Private_GetAnyAddress, |
4843 .GetFamily = (PP_NetAddressFamily_Private (*)(const struct PP_NetAddress_Pri
vate* addr))&Pnacl_M19_0_PPB_NetAddress_Private_GetFamily, | 4843 .GetFamily = (PP_NetAddressFamily_Private (*)(const struct PP_NetAddress_Pri
vate* addr))&Pnacl_M19_0_PPB_NetAddress_Private_GetFamily, |
4844 .GetPort = (uint16_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl_M1
9_0_PPB_NetAddress_Private_GetPort, | 4844 .GetPort = (uint16_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl_M1
9_0_PPB_NetAddress_Private_GetPort, |
4845 .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* a
ddress, uint16_t address_size))&Pnacl_M19_0_PPB_NetAddress_Private_GetAddress | 4845 .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* a
ddress, uint16_t address_size))&Pnacl_M19_0_PPB_NetAddress_Private_GetAddress |
4846 }; | 4846 }; |
4847 | 4847 |
4848 struct PPB_NetAddress_Private_1_1 Pnacl_Wrappers_PPB_NetAddress_Private_1_1 = { | 4848 static struct PPB_NetAddress_Private_1_1 Pnacl_Wrappers_PPB_NetAddress_Private_1
_1 = { |
4849 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M19_1_PPB_NetAddress_Private_AreEqual, | 4849 .AreEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, const st
ruct PP_NetAddress_Private* addr2))&Pnacl_M19_1_PPB_NetAddress_Private_AreEqual, |
4850 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M19_1_PPB_NetAddress_Private_AreH
ostsEqual, | 4850 .AreHostsEqual = (PP_Bool (*)(const struct PP_NetAddress_Private* addr1, con
st struct PP_NetAddress_Private* addr2))&Pnacl_M19_1_PPB_NetAddress_Private_AreH
ostsEqual, |
4851 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M19_1_PPB_NetAddress_Private_Describ
e, | 4851 .Describe = (struct PP_Var (*)(PP_Module module, const struct PP_NetAddress_
Private* addr, PP_Bool include_port))&Pnacl_M19_1_PPB_NetAddress_Private_Describ
e, |
4852 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddress
_Private_ReplacePort, | 4852 .ReplacePort = (PP_Bool (*)(const struct PP_NetAddress_Private* src_addr, ui
nt16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddress
_Private_ReplacePort, |
4853 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M19_1_PPB_NetAddress_Private_GetAnyAddress, | 4853 .GetAnyAddress = (void (*)(PP_Bool is_ipv6, struct PP_NetAddress_Private* ad
dr))&Pnacl_M19_1_PPB_NetAddress_Private_GetAnyAddress, |
4854 .GetFamily = (PP_NetAddressFamily_Private (*)(const struct PP_NetAddress_Pri
vate* addr))&Pnacl_M19_1_PPB_NetAddress_Private_GetFamily, | 4854 .GetFamily = (PP_NetAddressFamily_Private (*)(const struct PP_NetAddress_Pri
vate* addr))&Pnacl_M19_1_PPB_NetAddress_Private_GetFamily, |
4855 .GetPort = (uint16_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl_M1
9_1_PPB_NetAddress_Private_GetPort, | 4855 .GetPort = (uint16_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl_M1
9_1_PPB_NetAddress_Private_GetPort, |
4856 .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* a
ddress, uint16_t address_size))&Pnacl_M19_1_PPB_NetAddress_Private_GetAddress, | 4856 .GetAddress = (PP_Bool (*)(const struct PP_NetAddress_Private* addr, void* a
ddress, uint16_t address_size))&Pnacl_M19_1_PPB_NetAddress_Private_GetAddress, |
4857 .GetScopeID = (uint32_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl
_M19_1_PPB_NetAddress_Private_GetScopeID, | 4857 .GetScopeID = (uint32_t (*)(const struct PP_NetAddress_Private* addr))&Pnacl
_M19_1_PPB_NetAddress_Private_GetScopeID, |
4858 .CreateFromIPv4Address = (void (*)(const uint8_t ip[4], uint16_t port, struc
t PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddress_Private_CreateFro
mIPv4Address, | 4858 .CreateFromIPv4Address = (void (*)(const uint8_t ip[4], uint16_t port, struc
t PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddress_Private_CreateFro
mIPv4Address, |
4859 .CreateFromIPv6Address = (void (*)(const uint8_t ip[16], uint32_t scope_id,
uint16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddre
ss_Private_CreateFromIPv6Address | 4859 .CreateFromIPv6Address = (void (*)(const uint8_t ip[16], uint32_t scope_id,
uint16_t port, struct PP_NetAddress_Private* addr_out))&Pnacl_M19_1_PPB_NetAddre
ss_Private_CreateFromIPv6Address |
4860 }; | 4860 }; |
4861 | 4861 |
4862 struct PPB_OutputProtection_Private_0_1 Pnacl_Wrappers_PPB_OutputProtection_Priv
ate_0_1 = { | 4862 static struct PPB_OutputProtection_Private_0_1 Pnacl_Wrappers_PPB_OutputProtecti
on_Private_0_1 = { |
4863 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_OutputProtec
tion_Private_Create, | 4863 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M31_PPB_OutputProtec
tion_Private_Create, |
4864 .IsOutputProtection = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_Outp
utProtection_Private_IsOutputProtection, | 4864 .IsOutputProtection = (PP_Bool (*)(PP_Resource resource))&Pnacl_M31_PPB_Outp
utProtection_Private_IsOutputProtection, |
4865 .QueryStatus = (int32_t (*)(PP_Resource resource, uint32_t* link_mask, uint3
2_t* protection_mask, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_Outp
utProtection_Private_QueryStatus, | 4865 .QueryStatus = (int32_t (*)(PP_Resource resource, uint32_t* link_mask, uint3
2_t* protection_mask, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_Outp
utProtection_Private_QueryStatus, |
4866 .EnableProtection = (int32_t (*)(PP_Resource resource, uint32_t desired_prot
ection_mask, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_OutputProtect
ion_Private_EnableProtection | 4866 .EnableProtection = (int32_t (*)(PP_Resource resource, uint32_t desired_prot
ection_mask, struct PP_CompletionCallback callback))&Pnacl_M31_PPB_OutputProtect
ion_Private_EnableProtection |
4867 }; | 4867 }; |
4868 | 4868 |
4869 struct PPB_PlatformVerification_Private_0_2 Pnacl_Wrappers_PPB_PlatformVerificat
ion_Private_0_2 = { | 4869 static struct PPB_PlatformVerification_Private_0_2 Pnacl_Wrappers_PPB_PlatformVe
rification_Private_0_2 = { |
4870 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M32_PPB_PlatformVeri
fication_Private_Create, | 4870 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M32_PPB_PlatformVeri
fication_Private_Create, |
4871 .IsPlatformVerification = (PP_Bool (*)(PP_Resource resource))&Pnacl_M32_PPB_
PlatformVerification_Private_IsPlatformVerification, | 4871 .IsPlatformVerification = (PP_Bool (*)(PP_Resource resource))&Pnacl_M32_PPB_
PlatformVerification_Private_IsPlatformVerification, |
4872 .ChallengePlatform = (int32_t (*)(PP_Resource instance, struct PP_Var servic
e_id, struct PP_Var challenge, struct PP_Var* signed_data, struct PP_Var* signed
_data_signature, struct PP_Var* platform_key_certificate, struct PP_CompletionCa
llback callback))&Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform | 4872 .ChallengePlatform = (int32_t (*)(PP_Resource instance, struct PP_Var servic
e_id, struct PP_Var challenge, struct PP_Var* signed_data, struct PP_Var* signed
_data_signature, struct PP_Var* platform_key_certificate, struct PP_CompletionCa
llback callback))&Pnacl_M32_PPB_PlatformVerification_Private_ChallengePlatform |
4873 }; | 4873 }; |
4874 | 4874 |
4875 struct PPB_Talk_Private_1_0 Pnacl_Wrappers_PPB_Talk_Private_1_0 = { | 4875 static struct PPB_Talk_Private_1_0 Pnacl_Wrappers_PPB_Talk_Private_1_0 = { |
4876 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_Talk_Private
_Create, | 4876 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_Talk_Private
_Create, |
4877 .GetPermission = (int32_t (*)(PP_Resource talk_resource, struct PP_Completio
nCallback callback))&Pnacl_M19_PPB_Talk_Private_GetPermission | 4877 .GetPermission = (int32_t (*)(PP_Resource talk_resource, struct PP_Completio
nCallback callback))&Pnacl_M19_PPB_Talk_Private_GetPermission |
4878 }; | 4878 }; |
4879 | 4879 |
4880 struct PPB_Talk_Private_2_0 Pnacl_Wrappers_PPB_Talk_Private_2_0 = { | 4880 static struct PPB_Talk_Private_2_0 Pnacl_Wrappers_PPB_Talk_Private_2_0 = { |
4881 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Talk_Private
_Create, | 4881 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M29_PPB_Talk_Private
_Create, |
4882 .RequestPermission = (int32_t (*)(PP_Resource talk_resource, PP_TalkPermissi
on permission, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Talk_Privat
e_RequestPermission, | 4882 .RequestPermission = (int32_t (*)(PP_Resource talk_resource, PP_TalkPermissi
on permission, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Talk_Privat
e_RequestPermission, |
4883 .StartRemoting = (int32_t (*)(PP_Resource talk_resource, PP_TalkEventCallbac
k event_callback, void* user_data, struct PP_CompletionCallback callback))&Pnacl
_M29_PPB_Talk_Private_StartRemoting, | 4883 .StartRemoting = (int32_t (*)(PP_Resource talk_resource, PP_TalkEventCallbac
k event_callback, void* user_data, struct PP_CompletionCallback callback))&Pnacl
_M29_PPB_Talk_Private_StartRemoting, |
4884 .StopRemoting = (int32_t (*)(PP_Resource talk_resource, struct PP_Completion
Callback callback))&Pnacl_M29_PPB_Talk_Private_StopRemoting | 4884 .StopRemoting = (int32_t (*)(PP_Resource talk_resource, struct PP_Completion
Callback callback))&Pnacl_M29_PPB_Talk_Private_StopRemoting |
4885 }; | 4885 }; |
4886 | 4886 |
4887 struct PPB_TCPServerSocket_Private_0_1 Pnacl_Wrappers_PPB_TCPServerSocket_Privat
e_0_1 = { | 4887 static struct PPB_TCPServerSocket_Private_0_1 Pnacl_Wrappers_PPB_TCPServerSocket
_Private_0_1 = { |
4888 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M18_PPB_TCPServerSoc
ket_Private_Create, | 4888 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M18_PPB_TCPServerSoc
ket_Private_Create, |
4889 .IsTCPServerSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_TCPSe
rverSocket_Private_IsTCPServerSocket, | 4889 .IsTCPServerSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M18_PPB_TCPSe
rverSocket_Private_IsTCPServerSocket, |
4890 .Listen = (int32_t (*)(PP_Resource tcp_server_socket, const struct PP_NetAdd
ress_Private* addr, int32_t backlog, struct PP_CompletionCallback callback))&Pna
cl_M18_PPB_TCPServerSocket_Private_Listen, | 4890 .Listen = (int32_t (*)(PP_Resource tcp_server_socket, const struct PP_NetAdd
ress_Private* addr, int32_t backlog, struct PP_CompletionCallback callback))&Pna
cl_M18_PPB_TCPServerSocket_Private_Listen, |
4891 .Accept = (int32_t (*)(PP_Resource tcp_server_socket, PP_Resource* tcp_socke
t, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_TCPServerSocket_Private
_Accept, | 4891 .Accept = (int32_t (*)(PP_Resource tcp_server_socket, PP_Resource* tcp_socke
t, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_TCPServerSocket_Private
_Accept, |
4892 .StopListening = (void (*)(PP_Resource tcp_server_socket))&Pnacl_M18_PPB_TCP
ServerSocket_Private_StopListening | 4892 .StopListening = (void (*)(PP_Resource tcp_server_socket))&Pnacl_M18_PPB_TCP
ServerSocket_Private_StopListening |
4893 }; | 4893 }; |
4894 | 4894 |
4895 struct PPB_TCPServerSocket_Private_0_2 Pnacl_Wrappers_PPB_TCPServerSocket_Privat
e_0_2 = { | 4895 static struct PPB_TCPServerSocket_Private_0_2 Pnacl_Wrappers_PPB_TCPServerSocket
_Private_0_2 = { |
4896 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_TCPServerSoc
ket_Private_Create, | 4896 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_TCPServerSoc
ket_Private_Create, |
4897 .IsTCPServerSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_TCPSe
rverSocket_Private_IsTCPServerSocket, | 4897 .IsTCPServerSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_TCPSe
rverSocket_Private_IsTCPServerSocket, |
4898 .Listen = (int32_t (*)(PP_Resource tcp_server_socket, const struct PP_NetAdd
ress_Private* addr, int32_t backlog, struct PP_CompletionCallback callback))&Pna
cl_M28_PPB_TCPServerSocket_Private_Listen, | 4898 .Listen = (int32_t (*)(PP_Resource tcp_server_socket, const struct PP_NetAdd
ress_Private* addr, int32_t backlog, struct PP_CompletionCallback callback))&Pna
cl_M28_PPB_TCPServerSocket_Private_Listen, |
4899 .Accept = (int32_t (*)(PP_Resource tcp_server_socket, PP_Resource* tcp_socke
t, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_TCPServerSocket_Private
_Accept, | 4899 .Accept = (int32_t (*)(PP_Resource tcp_server_socket, PP_Resource* tcp_socke
t, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_TCPServerSocket_Private
_Accept, |
4900 .GetLocalAddress = (int32_t (*)(PP_Resource tcp_server_socket, struct PP_Net
Address_Private* addr))&Pnacl_M28_PPB_TCPServerSocket_Private_GetLocalAddress, | 4900 .GetLocalAddress = (int32_t (*)(PP_Resource tcp_server_socket, struct PP_Net
Address_Private* addr))&Pnacl_M28_PPB_TCPServerSocket_Private_GetLocalAddress, |
4901 .StopListening = (void (*)(PP_Resource tcp_server_socket))&Pnacl_M28_PPB_TCP
ServerSocket_Private_StopListening | 4901 .StopListening = (void (*)(PP_Resource tcp_server_socket))&Pnacl_M28_PPB_TCP
ServerSocket_Private_StopListening |
4902 }; | 4902 }; |
4903 | 4903 |
4904 struct PPB_TCPSocket_Private_0_3 Pnacl_Wrappers_PPB_TCPSocket_Private_0_3 = { | 4904 static struct PPB_TCPSocket_Private_0_3 Pnacl_Wrappers_PPB_TCPSocket_Private_0_3
= { |
4905 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M17_PPB_TCPSocket_Pr
ivate_Create, | 4905 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M17_PPB_TCPSocket_Pr
ivate_Create, |
4906 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M17_PPB_TCPSocket_P
rivate_IsTCPSocket, | 4906 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M17_PPB_TCPSocket_P
rivate_IsTCPSocket, |
4907 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Private_Con
nect, | 4907 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Private_Con
nect, |
4908 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M17_PP
B_TCPSocket_Private_ConnectWithNetAddress, | 4908 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M17_PP
B_TCPSocket_Private_ConnectWithNetAddress, |
4909 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M17_PPB_TCPSocket_Private_GetLocalAddress, | 4909 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M17_PPB_TCPSocket_Private_GetLocalAddress, |
4910 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M17_PPB_TCPSocket_Private_GetRemoteAddress, | 4910 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M17_PPB_TCPSocket_Private_GetRemoteAddress, |
4911 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TC
PSocket_Private_SSLHandshake, | 4911 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TC
PSocket_Private_SSLHandshake, |
4912 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Private_Re
ad, | 4912 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Private_Re
ad, |
4913 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Pr
ivate_Write, | 4913 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_TCPSocket_Pr
ivate_Write, |
4914 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M17_PPB_TCPSocket_Pri
vate_Disconnect | 4914 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M17_PPB_TCPSocket_Pri
vate_Disconnect |
4915 }; | 4915 }; |
4916 | 4916 |
4917 struct PPB_TCPSocket_Private_0_4 Pnacl_Wrappers_PPB_TCPSocket_Private_0_4 = { | 4917 static struct PPB_TCPSocket_Private_0_4 Pnacl_Wrappers_PPB_TCPSocket_Private_0_4
= { |
4918 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M20_PPB_TCPSocket_Pr
ivate_Create, | 4918 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M20_PPB_TCPSocket_Pr
ivate_Create, |
4919 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M20_PPB_TCPSocket_P
rivate_IsTCPSocket, | 4919 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M20_PPB_TCPSocket_P
rivate_IsTCPSocket, |
4920 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Private_Con
nect, | 4920 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Private_Con
nect, |
4921 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M20_PP
B_TCPSocket_Private_ConnectWithNetAddress, | 4921 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M20_PP
B_TCPSocket_Private_ConnectWithNetAddress, |
4922 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M20_PPB_TCPSocket_Private_GetLocalAddress, | 4922 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M20_PPB_TCPSocket_Private_GetLocalAddress, |
4923 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M20_PPB_TCPSocket_Private_GetRemoteAddress, | 4923 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M20_PPB_TCPSocket_Private_GetRemoteAddress, |
4924 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TC
PSocket_Private_SSLHandshake, | 4924 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TC
PSocket_Private_SSLHandshake, |
4925 .GetServerCertificate = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M20_
PPB_TCPSocket_Private_GetServerCertificate, | 4925 .GetServerCertificate = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M20_
PPB_TCPSocket_Private_GetServerCertificate, |
4926 .AddChainBuildingCertificate = (PP_Bool (*)(PP_Resource tcp_socket, PP_Resou
rce certificate, PP_Bool is_trusted))&Pnacl_M20_PPB_TCPSocket_Private_AddChainBu
ildingCertificate, | 4926 .AddChainBuildingCertificate = (PP_Bool (*)(PP_Resource tcp_socket, PP_Resou
rce certificate, PP_Bool is_trusted))&Pnacl_M20_PPB_TCPSocket_Private_AddChainBu
ildingCertificate, |
4927 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Private_Re
ad, | 4927 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Private_Re
ad, |
4928 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Pr
ivate_Write, | 4928 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M20_PPB_TCPSocket_Pr
ivate_Write, |
4929 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M20_PPB_TCPSocket_Pri
vate_Disconnect | 4929 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M20_PPB_TCPSocket_Pri
vate_Disconnect |
4930 }; | 4930 }; |
4931 | 4931 |
4932 struct PPB_TCPSocket_Private_0_5 Pnacl_Wrappers_PPB_TCPSocket_Private_0_5 = { | 4932 static struct PPB_TCPSocket_Private_0_5 Pnacl_Wrappers_PPB_TCPSocket_Private_0_5
= { |
4933 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M27_PPB_TCPSocket_Pr
ivate_Create, | 4933 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M27_PPB_TCPSocket_Pr
ivate_Create, |
4934 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M27_PPB_TCPSocket_P
rivate_IsTCPSocket, | 4934 .IsTCPSocket = (PP_Bool (*)(PP_Resource resource))&Pnacl_M27_PPB_TCPSocket_P
rivate_IsTCPSocket, |
4935 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_Con
nect, | 4935 .Connect = (int32_t (*)(PP_Resource tcp_socket, const char* host, uint16_t p
ort, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_Con
nect, |
4936 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M27_PP
B_TCPSocket_Private_ConnectWithNetAddress, | 4936 .ConnectWithNetAddress = (int32_t (*)(PP_Resource tcp_socket, const struct P
P_NetAddress_Private* addr, struct PP_CompletionCallback callback))&Pnacl_M27_PP
B_TCPSocket_Private_ConnectWithNetAddress, |
4937 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M27_PPB_TCPSocket_Private_GetLocalAddress, | 4937 .GetLocalAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddress
_Private* local_addr))&Pnacl_M27_PPB_TCPSocket_Private_GetLocalAddress, |
4938 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M27_PPB_TCPSocket_Private_GetRemoteAddress, | 4938 .GetRemoteAddress = (PP_Bool (*)(PP_Resource tcp_socket, struct PP_NetAddres
s_Private* remote_addr))&Pnacl_M27_PPB_TCPSocket_Private_GetRemoteAddress, |
4939 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TC
PSocket_Private_SSLHandshake, | 4939 .SSLHandshake = (int32_t (*)(PP_Resource tcp_socket, const char* server_name
, uint16_t server_port, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TC
PSocket_Private_SSLHandshake, |
4940 .GetServerCertificate = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M27_
PPB_TCPSocket_Private_GetServerCertificate, | 4940 .GetServerCertificate = (PP_Resource (*)(PP_Resource tcp_socket))&Pnacl_M27_
PPB_TCPSocket_Private_GetServerCertificate, |
4941 .AddChainBuildingCertificate = (PP_Bool (*)(PP_Resource tcp_socket, PP_Resou
rce certificate, PP_Bool is_trusted))&Pnacl_M27_PPB_TCPSocket_Private_AddChainBu
ildingCertificate, | 4941 .AddChainBuildingCertificate = (PP_Bool (*)(PP_Resource tcp_socket, PP_Resou
rce certificate, PP_Bool is_trusted))&Pnacl_M27_PPB_TCPSocket_Private_AddChainBu
ildingCertificate, |
4942 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_Re
ad, | 4942 .Read = (int32_t (*)(PP_Resource tcp_socket, char* buffer, int32_t bytes_to_
read, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Private_Re
ad, |
4943 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Pr
ivate_Write, | 4943 .Write = (int32_t (*)(PP_Resource tcp_socket, const char* buffer, int32_t by
tes_to_write, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_TCPSocket_Pr
ivate_Write, |
4944 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M27_PPB_TCPSocket_Pri
vate_Disconnect, | 4944 .Disconnect = (void (*)(PP_Resource tcp_socket))&Pnacl_M27_PPB_TCPSocket_Pri
vate_Disconnect, |
4945 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocketOption_Private
name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M27_PP
B_TCPSocket_Private_SetOption | 4945 .SetOption = (int32_t (*)(PP_Resource tcp_socket, PP_TCPSocketOption_Private
name, struct PP_Var value, struct PP_CompletionCallback callback))&Pnacl_M27_PP
B_TCPSocket_Private_SetOption |
4946 }; | 4946 }; |
4947 | 4947 |
4948 struct PPB_Testing_Private_1_0 Pnacl_Wrappers_PPB_Testing_Private_1_0 = { | 4948 static struct PPB_Testing_Private_1_0 Pnacl_Wrappers_PPB_Testing_Private_1_0 = { |
4949 .ReadImageData = (PP_Bool (*)(PP_Resource device_context_2d, PP_Resource ima
ge, const struct PP_Point* top_left))&Pnacl_M33_PPB_Testing_Private_ReadImageDat
a, | 4949 .ReadImageData = (PP_Bool (*)(PP_Resource device_context_2d, PP_Resource ima
ge, const struct PP_Point* top_left))&Pnacl_M33_PPB_Testing_Private_ReadImageDat
a, |
4950 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Pri
vate_RunMessageLoop, | 4950 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Pri
vate_RunMessageLoop, |
4951 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Pr
ivate_QuitMessageLoop, | 4951 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Pr
ivate_QuitMessageLoop, |
4952 .GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M33_
PPB_Testing_Private_GetLiveObjectsForInstance, | 4952 .GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M33_
PPB_Testing_Private_GetLiveObjectsForInstance, |
4953 .IsOutOfProcess = (PP_Bool (*)(void))&Pnacl_M33_PPB_Testing_Private_IsOutOfP
rocess, | 4953 .IsOutOfProcess = (PP_Bool (*)(void))&Pnacl_M33_PPB_Testing_Private_IsOutOfP
rocess, |
4954 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_even
t))&Pnacl_M33_PPB_Testing_Private_SimulateInputEvent, | 4954 .SimulateInputEvent = (void (*)(PP_Instance instance, PP_Resource input_even
t))&Pnacl_M33_PPB_Testing_Private_SimulateInputEvent, |
4955 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M33_PPB_Testing_Private_GetDocumentURL, | 4955 .GetDocumentURL = (struct PP_Var (*)(PP_Instance instance, struct PP_URLComp
onents_Dev* components))&Pnacl_M33_PPB_Testing_Private_GetDocumentURL, |
4956 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size)
)&Pnacl_M33_PPB_Testing_Private_GetLiveVars, | 4956 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size)
)&Pnacl_M33_PPB_Testing_Private_GetLiveVars, |
4957 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_
t threshold))&Pnacl_M33_PPB_Testing_Private_SetMinimumArrayBufferSizeForShmem | 4957 .SetMinimumArrayBufferSizeForShmem = (void (*)(PP_Instance instance, uint32_
t threshold))&Pnacl_M33_PPB_Testing_Private_SetMinimumArrayBufferSizeForShmem |
4958 }; | 4958 }; |
4959 | 4959 |
4960 struct PPB_UDPSocket_Private_0_2 Pnacl_Wrappers_PPB_UDPSocket_Private_0_2 = { | 4960 static struct PPB_UDPSocket_Private_0_2 Pnacl_Wrappers_PPB_UDPSocket_Private_0_2
= { |
4961 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M17_PPB_UDPSocket
_Private_Create, | 4961 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M17_PPB_UDPSocket
_Private_Create, |
4962 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M17_PPB_UDPSocke
t_Private_IsUDPSocket, | 4962 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M17_PPB_UDPSocke
t_Private_IsUDPSocket, |
4963 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_UDPSocket_Priva
te_Bind, | 4963 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_UDPSocket_Priva
te_Bind, |
4964 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_UDPSocket_Private_Re
cvFrom, | 4964 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M17_PPB_UDPSocket_Private_Re
cvFrom, |
4965 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M17_PPB_UDPSocket_Private_GetRecvFromAddress, | 4965 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M17_PPB_UDPSocket_Private_GetRecvFromAddress, |
4966 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M17_PPB_UDPSocket_Private_SendTo, | 4966 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M17_PPB_UDPSocket_Private_SendTo, |
4967 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M17_PPB_UDPSocket_Private_
Close | 4967 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M17_PPB_UDPSocket_Private_
Close |
4968 }; | 4968 }; |
4969 | 4969 |
4970 struct PPB_UDPSocket_Private_0_3 Pnacl_Wrappers_PPB_UDPSocket_Private_0_3 = { | 4970 static struct PPB_UDPSocket_Private_0_3 Pnacl_Wrappers_PPB_UDPSocket_Private_0_3
= { |
4971 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M19_PPB_UDPSocket
_Private_Create, | 4971 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M19_PPB_UDPSocket
_Private_Create, |
4972 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M19_PPB_UDPSocke
t_Private_IsUDPSocket, | 4972 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M19_PPB_UDPSocke
t_Private_IsUDPSocket, |
4973 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_UDPSocket_Priva
te_Bind, | 4973 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_UDPSocket_Priva
te_Bind, |
4974 .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress
_Private* addr))&Pnacl_M19_PPB_UDPSocket_Private_GetBoundAddress, | 4974 .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress
_Private* addr))&Pnacl_M19_PPB_UDPSocket_Private_GetBoundAddress, |
4975 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_UDPSocket_Private_Re
cvFrom, | 4975 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_UDPSocket_Private_Re
cvFrom, |
4976 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M19_PPB_UDPSocket_Private_GetRecvFromAddress, | 4976 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M19_PPB_UDPSocket_Private_GetRecvFromAddress, |
4977 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M19_PPB_UDPSocket_Private_SendTo, | 4977 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M19_PPB_UDPSocket_Private_SendTo, |
4978 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M19_PPB_UDPSocket_Private_
Close | 4978 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M19_PPB_UDPSocket_Private_
Close |
4979 }; | 4979 }; |
4980 | 4980 |
4981 struct PPB_UDPSocket_Private_0_4 Pnacl_Wrappers_PPB_UDPSocket_Private_0_4 = { | 4981 static struct PPB_UDPSocket_Private_0_4 Pnacl_Wrappers_PPB_UDPSocket_Private_0_4
= { |
4982 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M23_PPB_UDPSocket
_Private_Create, | 4982 .Create = (PP_Resource (*)(PP_Instance instance_id))&Pnacl_M23_PPB_UDPSocket
_Private_Create, |
4983 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M23_PPB_UDPSocke
t_Private_IsUDPSocket, | 4983 .IsUDPSocket = (PP_Bool (*)(PP_Resource resource_id))&Pnacl_M23_PPB_UDPSocke
t_Private_IsUDPSocket, |
4984 .SetSocketFeature = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocketFeature
_Private name, struct PP_Var value))&Pnacl_M23_PPB_UDPSocket_Private_SetSocketFe
ature, | 4984 .SetSocketFeature = (int32_t (*)(PP_Resource udp_socket, PP_UDPSocketFeature
_Private name, struct PP_Var value))&Pnacl_M23_PPB_UDPSocket_Private_SetSocketFe
ature, |
4985 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_UDPSocket_Priva
te_Bind, | 4985 .Bind = (int32_t (*)(PP_Resource udp_socket, const struct PP_NetAddress_Priv
ate* addr, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_UDPSocket_Priva
te_Bind, |
4986 .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress
_Private* addr))&Pnacl_M23_PPB_UDPSocket_Private_GetBoundAddress, | 4986 .GetBoundAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddress
_Private* addr))&Pnacl_M23_PPB_UDPSocket_Private_GetBoundAddress, |
4987 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_UDPSocket_Private_Re
cvFrom, | 4987 .RecvFrom = (int32_t (*)(PP_Resource udp_socket, char* buffer, int32_t num_b
ytes, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_UDPSocket_Private_Re
cvFrom, |
4988 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M23_PPB_UDPSocket_Private_GetRecvFromAddress, | 4988 .GetRecvFromAddress = (PP_Bool (*)(PP_Resource udp_socket, struct PP_NetAddr
ess_Private* addr))&Pnacl_M23_PPB_UDPSocket_Private_GetRecvFromAddress, |
4989 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M23_PPB_UDPSocket_Private_SendTo, | 4989 .SendTo = (int32_t (*)(PP_Resource udp_socket, const char* buffer, int32_t n
um_bytes, const struct PP_NetAddress_Private* addr, struct PP_CompletionCallback
callback))&Pnacl_M23_PPB_UDPSocket_Private_SendTo, |
4990 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M23_PPB_UDPSocket_Private_
Close | 4990 .Close = (void (*)(PP_Resource udp_socket))&Pnacl_M23_PPB_UDPSocket_Private_
Close |
4991 }; | 4991 }; |
4992 | 4992 |
4993 struct PPB_UMA_Private_0_1 Pnacl_Wrappers_PPB_UMA_Private_0_1 = { | 4993 static struct PPB_UMA_Private_0_1 Pnacl_Wrappers_PPB_UMA_Private_0_1 = { |
4994 .HistogramCustomTimes = (void (*)(struct PP_Var name, int64_t sample, int64_
t min, int64_t max, uint32_t bucket_count))&Pnacl_M18_PPB_UMA_Private_HistogramC
ustomTimes, | 4994 .HistogramCustomTimes = (void (*)(struct PP_Var name, int64_t sample, int64_
t min, int64_t max, uint32_t bucket_count))&Pnacl_M18_PPB_UMA_Private_HistogramC
ustomTimes, |
4995 .HistogramCustomCounts = (void (*)(struct PP_Var name, int32_t sample, int32
_t min, int32_t max, uint32_t bucket_count))&Pnacl_M18_PPB_UMA_Private_Histogram
CustomCounts, | 4995 .HistogramCustomCounts = (void (*)(struct PP_Var name, int32_t sample, int32
_t min, int32_t max, uint32_t bucket_count))&Pnacl_M18_PPB_UMA_Private_Histogram
CustomCounts, |
4996 .HistogramEnumeration = (void (*)(struct PP_Var name, int32_t sample, int32_
t boundary_value))&Pnacl_M18_PPB_UMA_Private_HistogramEnumeration | 4996 .HistogramEnumeration = (void (*)(struct PP_Var name, int32_t sample, int32_
t boundary_value))&Pnacl_M18_PPB_UMA_Private_HistogramEnumeration |
4997 }; | 4997 }; |
4998 | 4998 |
4999 struct PPB_VideoDestination_Private_0_1 Pnacl_Wrappers_PPB_VideoDestination_Priv
ate_0_1 = { | 4999 static struct PPB_VideoDestination_Private_0_1 Pnacl_Wrappers_PPB_VideoDestinati
on_Private_0_1 = { |
5000 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_VideoDestina
tion_Private_Create, | 5000 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_VideoDestina
tion_Private_Create, |
5001 .IsVideoDestination = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_Vide
oDestination_Private_IsVideoDestination, | 5001 .IsVideoDestination = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_Vide
oDestination_Private_IsVideoDestination, |
5002 .Open = (int32_t (*)(PP_Resource destination, struct PP_Var stream_url, stru
ct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoDestination_Private_Open, | 5002 .Open = (int32_t (*)(PP_Resource destination, struct PP_Var stream_url, stru
ct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoDestination_Private_Open, |
5003 .PutFrame = (int32_t (*)(PP_Resource destination, const struct PP_VideoFrame
_Private* frame))&Pnacl_M28_PPB_VideoDestination_Private_PutFrame, | 5003 .PutFrame = (int32_t (*)(PP_Resource destination, const struct PP_VideoFrame
_Private* frame))&Pnacl_M28_PPB_VideoDestination_Private_PutFrame, |
5004 .Close = (void (*)(PP_Resource destination))&Pnacl_M28_PPB_VideoDestination_
Private_Close | 5004 .Close = (void (*)(PP_Resource destination))&Pnacl_M28_PPB_VideoDestination_
Private_Close |
5005 }; | 5005 }; |
5006 | 5006 |
5007 struct PPB_VideoSource_Private_0_1 Pnacl_Wrappers_PPB_VideoSource_Private_0_1 =
{ | 5007 static struct PPB_VideoSource_Private_0_1 Pnacl_Wrappers_PPB_VideoSource_Private
_0_1 = { |
5008 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_VideoSource_
Private_Create, | 5008 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M28_PPB_VideoSource_
Private_Create, |
5009 .IsVideoSource = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_VideoSour
ce_Private_IsVideoSource, | 5009 .IsVideoSource = (PP_Bool (*)(PP_Resource resource))&Pnacl_M28_PPB_VideoSour
ce_Private_IsVideoSource, |
5010 .Open = (int32_t (*)(PP_Resource source, struct PP_Var stream_url, struct PP
_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_Open, | 5010 .Open = (int32_t (*)(PP_Resource source, struct PP_Var stream_url, struct PP
_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_Open, |
5011 .GetFrame = (int32_t (*)(PP_Resource source, struct PP_VideoFrame_Private* f
rame, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_
GetFrame, | 5011 .GetFrame = (int32_t (*)(PP_Resource source, struct PP_VideoFrame_Private* f
rame, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_
GetFrame, |
5012 .Close = (void (*)(PP_Resource source))&Pnacl_M28_PPB_VideoSource_Private_Cl
ose | 5012 .Close = (void (*)(PP_Resource source))&Pnacl_M28_PPB_VideoSource_Private_Cl
ose |
5013 }; | 5013 }; |
5014 | 5014 |
5015 struct PPB_X509Certificate_Private_0_1 Pnacl_Wrappers_PPB_X509Certificate_Privat
e_0_1 = { | 5015 static struct PPB_X509Certificate_Private_0_1 Pnacl_Wrappers_PPB_X509Certificate
_Private_0_1 = { |
5016 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_X509Certific
ate_Private_Create, | 5016 .Create = (PP_Resource (*)(PP_Instance instance))&Pnacl_M19_PPB_X509Certific
ate_Private_Create, |
5017 .IsX509CertificatePrivate = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PP
B_X509Certificate_Private_IsX509CertificatePrivate, | 5017 .IsX509CertificatePrivate = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PP
B_X509Certificate_Private_IsX509CertificatePrivate, |
5018 .Initialize = (PP_Bool (*)(PP_Resource resource, const char* bytes, uint32_t
length))&Pnacl_M19_PPB_X509Certificate_Private_Initialize, | 5018 .Initialize = (PP_Bool (*)(PP_Resource resource, const char* bytes, uint32_t
length))&Pnacl_M19_PPB_X509Certificate_Private_Initialize, |
5019 .GetField = (struct PP_Var (*)(PP_Resource resource, PP_X509Certificate_Priv
ate_Field field))&Pnacl_M19_PPB_X509Certificate_Private_GetField | 5019 .GetField = (struct PP_Var (*)(PP_Resource resource, PP_X509Certificate_Priv
ate_Field field))&Pnacl_M19_PPB_X509Certificate_Private_GetField |
5020 }; | 5020 }; |
5021 | 5021 |
5022 struct PPP_ContentDecryptor_Private_0_9 Pnacl_Wrappers_PPP_ContentDecryptor_Priv
ate_0_9 = { | 5022 static struct PPP_ContentDecryptor_Private_0_9 Pnacl_Wrappers_PPP_ContentDecrypt
or_Private_0_9 = { |
5023 .Initialize = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize, | 5023 .Initialize = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize, |
5024 .CreateSession = &Pnacl_M33_PPP_ContentDecryptor_Private_CreateSession, | 5024 .CreateSession = &Pnacl_M33_PPP_ContentDecryptor_Private_CreateSession, |
5025 .UpdateSession = &Pnacl_M33_PPP_ContentDecryptor_Private_UpdateSession, | 5025 .UpdateSession = &Pnacl_M33_PPP_ContentDecryptor_Private_UpdateSession, |
5026 .ReleaseSession = &Pnacl_M33_PPP_ContentDecryptor_Private_ReleaseSession, | 5026 .ReleaseSession = &Pnacl_M33_PPP_ContentDecryptor_Private_ReleaseSession, |
5027 .Decrypt = &Pnacl_M33_PPP_ContentDecryptor_Private_Decrypt, | 5027 .Decrypt = &Pnacl_M33_PPP_ContentDecryptor_Private_Decrypt, |
5028 .InitializeAudioDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize
AudioDecoder, | 5028 .InitializeAudioDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize
AudioDecoder, |
5029 .InitializeVideoDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize
VideoDecoder, | 5029 .InitializeVideoDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_Initialize
VideoDecoder, |
5030 .DeinitializeDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeD
ecoder, | 5030 .DeinitializeDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeD
ecoder, |
5031 .ResetDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_ResetDecoder, | 5031 .ResetDecoder = &Pnacl_M33_PPP_ContentDecryptor_Private_ResetDecoder, |
5032 .DecryptAndDecode = &Pnacl_M33_PPP_ContentDecryptor_Private_DecryptAndDecode | 5032 .DecryptAndDecode = &Pnacl_M33_PPP_ContentDecryptor_Private_DecryptAndDecode |
5033 }; | 5033 }; |
5034 | 5034 |
5035 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */ | 5035 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */ |
5036 | 5036 |
5037 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */ | 5037 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */ |
5038 | 5038 |
5039 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */ | 5039 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */ |
5040 | 5040 |
5041 struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private_0_1 = { | 5041 static struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private_0_1 =
{ |
5042 .GetInstanceObject = &Pnacl_M18_PPP_Instance_Private_GetInstanceObject | 5042 .GetInstanceObject = &Pnacl_M18_PPP_Instance_Private_GetInstanceObject |
5043 }; | 5043 }; |
5044 | 5044 |
5045 struct PPB_Ext_Socket_Dev_0_1 Pnacl_Wrappers_PPB_Ext_Socket_Dev_0_1 = { | 5045 static struct PPB_Ext_Socket_Dev_0_1 Pnacl_Wrappers_PPB_Ext_Socket_Dev_0_1 = { |
5046 .Create = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_SocketType_Dev ty
pe, PP_Ext_Socket_CreateOptions_Dev options, PP_Ext_Socket_CreateInfo_Dev* creat
e_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Cre
ate, | 5046 .Create = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_SocketType_Dev ty
pe, PP_Ext_Socket_CreateOptions_Dev options, PP_Ext_Socket_CreateInfo_Dev* creat
e_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Cre
ate, |
5047 .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M
28_PPB_Ext_Socket_Dev_Destroy, | 5047 .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M
28_PPB_Ext_Socket_Dev_Destroy, |
5048 .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struc
t PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_Completi
onCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Connect, | 5048 .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struc
t PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_Completi
onCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Connect, |
5049 .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCa
llback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Bind, | 5049 .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCa
llback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Bind, |
5050 .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnac
l_M28_PPB_Ext_Socket_Dev_Disconnect, | 5050 .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnac
l_M28_PPB_Ext_Socket_Dev_Disconnect, |
5051 .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCa
llback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Read, | 5051 .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCa
llback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Read, |
5052 .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallba
ck callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Write, | 5052 .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallba
ck callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Write, |
5053 .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, stru
ct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP
_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom, | 5053 .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, stru
ct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP
_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom, |
5054 .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo
_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Sock
et_Dev_SendTo, | 5054 .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo
_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Sock
et_Dev_SendTo, |
5055 .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* resul
t, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Listen, | 5055 .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* resul
t, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Listen, |
5056 .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext
_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pna
cl_M28_PPB_Ext_Socket_Dev_Accept, | 5056 .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext
_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pna
cl_M28_PPB_Ext_Socket_Dev_Accept, |
5057 .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id,
struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_Comp
letionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive, | 5057 .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id,
struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_Comp
letionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive, |
5058 .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, st
ruct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callba
ck))&Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay, | 5058 .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, st
ruct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callba
ck))&Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay, |
5059 .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ex
t_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M
28_PPB_Ext_Socket_Dev_GetInfo, | 5059 .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ex
t_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M
28_PPB_Ext_Socket_Dev_GetInfo, |
5060 .GetNetworkList = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_NetworkIn
terface_Dev_Array* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB
_Ext_Socket_Dev_GetNetworkList | 5060 .GetNetworkList = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_NetworkIn
terface_Dev_Array* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB
_Ext_Socket_Dev_GetNetworkList |
5061 }; | 5061 }; |
5062 | 5062 |
5063 struct PPB_Ext_Socket_Dev_0_2 Pnacl_Wrappers_PPB_Ext_Socket_Dev_0_2 = { | 5063 static struct PPB_Ext_Socket_Dev_0_2 Pnacl_Wrappers_PPB_Ext_Socket_Dev_0_2 = { |
5064 .Create = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_SocketType_Dev ty
pe, PP_Ext_Socket_CreateOptions_Dev options, PP_Ext_Socket_CreateInfo_Dev* creat
e_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Cre
ate, | 5064 .Create = (int32_t (*)(PP_Instance instance, PP_Ext_Socket_SocketType_Dev ty
pe, PP_Ext_Socket_CreateOptions_Dev options, PP_Ext_Socket_CreateInfo_Dev* creat
e_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Cre
ate, |
5065 .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M
29_PPB_Ext_Socket_Dev_Destroy, | 5065 .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M
29_PPB_Ext_Socket_Dev_Destroy, |
5066 .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struc
t PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_Completi
onCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Connect, | 5066 .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struc
t PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_Completi
onCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Connect, |
5067 .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCa
llback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Bind, | 5067 .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCa
llback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Bind, |
5068 .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnac
l_M29_PPB_Ext_Socket_Dev_Disconnect, | 5068 .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnac
l_M29_PPB_Ext_Socket_Dev_Disconnect, |
5069 .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCa
llback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Read, | 5069 .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct P
P_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCa
llback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Read, |
5070 .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallba
ck callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Write, | 5070 .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallba
ck callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Write, |
5071 .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, stru
ct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP
_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom, | 5071 .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, stru
ct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP
_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom, |
5072 .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo
_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Sock
et_Dev_SendTo, | 5072 .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo
_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Sock
et_Dev_SendTo, |
5073 .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* resul
t, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Listen, | 5073 .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct
PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* resul
t, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Listen, |
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5860 if (NULL == iface) return NULL; | 5860 if (NULL == iface) return NULL; |
5861 wrapper->real_iface = iface; | 5861 wrapper->real_iface = iface; |
5862 } | 5862 } |
5863 | 5863 |
5864 if (wrapper->wrapped_iface) { | 5864 if (wrapper->wrapped_iface) { |
5865 return wrapper->wrapped_iface; | 5865 return wrapper->wrapped_iface; |
5866 } else { | 5866 } else { |
5867 return wrapper->real_iface; | 5867 return wrapper->real_iface; |
5868 } | 5868 } |
5869 } | 5869 } |
OLD | NEW |