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

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

Issue 197623005: Rename PPB_Find_Dev to PPB_Find_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/cpp/private/find_private.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h" 7 #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/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 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2013 return iface->IsFileChooser(resource); 2013 return iface->IsFileChooser(resource);
2014 } 2014 }
2015 2015
2016 static int32_t Pnacl_M19_PPB_FileChooser_Dev_Show(PP_Resource chooser, struct PP _ArrayOutput* output, struct PP_CompletionCallback* callback) { 2016 static int32_t Pnacl_M19_PPB_FileChooser_Dev_Show(PP_Resource chooser, struct PP _ArrayOutput* output, struct PP_CompletionCallback* callback) {
2017 const struct PPB_FileChooser_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_FileChoose r_Dev_0_6.real_iface; 2017 const struct PPB_FileChooser_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_FileChoose r_Dev_0_6.real_iface;
2018 return iface->Show(chooser, *output, *callback); 2018 return iface->Show(chooser, *output, *callback);
2019 } 2019 }
2020 2020
2021 /* End wrapper methods for PPB_FileChooser_Dev_0_6 */ 2021 /* End wrapper methods for PPB_FileChooser_Dev_0_6 */
2022 2022
2023 /* Not generating wrapper methods for PPB_Find_Dev_0_3 */
2024
2025 /* Begin wrapper methods for PPB_Font_Dev_0_6 */ 2023 /* Begin wrapper methods for PPB_Font_Dev_0_6 */
2026 2024
2027 static void Pnacl_M14_PPB_Font_Dev_GetFontFamilies(struct PP_Var* _struct_result , PP_Instance instance) { 2025 static void Pnacl_M14_PPB_Font_Dev_GetFontFamilies(struct PP_Var* _struct_result , PP_Instance instance) {
2028 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface; 2026 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface;
2029 *_struct_result = iface->GetFontFamilies(instance); 2027 *_struct_result = iface->GetFontFamilies(instance);
2030 } 2028 }
2031 2029
2032 static PP_Resource Pnacl_M14_PPB_Font_Dev_Create(PP_Instance instance, const str uct PP_FontDescription_Dev* description) { 2030 static PP_Resource Pnacl_M14_PPB_Font_Dev_Create(PP_Instance instance, const str uct PP_FontDescription_Dev* description) {
2033 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface; 2031 const struct PPB_Font_Dev_0_6 *iface = Pnacl_WrapperInfo_PPB_Font_Dev_0_6.real _iface;
2034 return iface->Create(instance, description); 2032 return iface->Create(instance, description);
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
2395 /* End wrapper methods for PPB_VideoDecoder_Dev_0_16 */ 2393 /* End wrapper methods for PPB_VideoDecoder_Dev_0_16 */
2396 2394
2397 /* Not generating wrapper methods for PPB_View_Dev_0_1 */ 2395 /* Not generating wrapper methods for PPB_View_Dev_0_1 */
2398 2396
2399 /* Not generating wrapper methods for PPB_Widget_Dev_0_3 */ 2397 /* Not generating wrapper methods for PPB_Widget_Dev_0_3 */
2400 2398
2401 /* Not generating wrapper methods for PPB_Widget_Dev_0_4 */ 2399 /* Not generating wrapper methods for PPB_Widget_Dev_0_4 */
2402 2400
2403 /* Not generating wrapper methods for PPB_Zoom_Dev_0_2 */ 2401 /* Not generating wrapper methods for PPB_Zoom_Dev_0_2 */
2404 2402
2405 /* Not generating wrapper methods for PPP_Find_Dev_0_3 */
2406
2407 /* Not generating wrapper methods for PPP_NetworkState_Dev_0_1 */ 2403 /* Not generating wrapper methods for PPP_NetworkState_Dev_0_1 */
2408 2404
2409 /* Not generating wrapper methods for PPP_Printing_Dev_0_6 */ 2405 /* Not generating wrapper methods for PPP_Printing_Dev_0_6 */
2410 2406
2411 /* Not generating wrapper methods for PPP_Scrollbar_Dev_0_2 */ 2407 /* Not generating wrapper methods for PPP_Scrollbar_Dev_0_2 */
2412 2408
2413 /* Not generating wrapper methods for PPP_Scrollbar_Dev_0_3 */ 2409 /* Not generating wrapper methods for PPP_Scrollbar_Dev_0_3 */
2414 2410
2415 /* Begin wrapper methods for PPP_Selection_Dev_0_3 */ 2411 /* Begin wrapper methods for PPP_Selection_Dev_0_3 */
2416 2412
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2538 2534
2539 /* Begin wrapper methods for PPB_FileRefPrivate_0_1 */ 2535 /* Begin wrapper methods for PPB_FileRefPrivate_0_1 */
2540 2536
2541 static void Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath(struct PP_Var* _struct_ result, PP_Resource file_ref) { 2537 static void Pnacl_M15_PPB_FileRefPrivate_GetAbsolutePath(struct PP_Var* _struct_ result, PP_Resource file_ref) {
2542 const struct PPB_FileRefPrivate_0_1 *iface = Pnacl_WrapperInfo_PPB_FileRefPriv ate_0_1.real_iface; 2538 const struct PPB_FileRefPrivate_0_1 *iface = Pnacl_WrapperInfo_PPB_FileRefPriv ate_0_1.real_iface;
2543 *_struct_result = iface->GetAbsolutePath(file_ref); 2539 *_struct_result = iface->GetAbsolutePath(file_ref);
2544 } 2540 }
2545 2541
2546 /* End wrapper methods for PPB_FileRefPrivate_0_1 */ 2542 /* End wrapper methods for PPB_FileRefPrivate_0_1 */
2547 2543
2544 /* Not generating wrapper methods for PPB_Find_Private_0_3 */
2545
2548 /* Begin wrapper methods for PPB_Flash_12_4 */ 2546 /* Begin wrapper methods for PPB_Flash_12_4 */
2549 2547
2550 static void Pnacl_M21_PPB_Flash_SetInstanceAlwaysOnTop(PP_Instance instance, PP_ Bool on_top) { 2548 static void Pnacl_M21_PPB_Flash_SetInstanceAlwaysOnTop(PP_Instance instance, PP_ Bool on_top) {
2551 const struct PPB_Flash_12_4 *iface = Pnacl_WrapperInfo_PPB_Flash_12_4.real_ifa ce; 2549 const struct PPB_Flash_12_4 *iface = Pnacl_WrapperInfo_PPB_Flash_12_4.real_ifa ce;
2552 iface->SetInstanceAlwaysOnTop(instance, on_top); 2550 iface->SetInstanceAlwaysOnTop(instance, on_top);
2553 } 2551 }
2554 2552
2555 static PP_Bool Pnacl_M21_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint3 2_t color, const struct PP_Point* position, const struct PP_Rect* clip, const fl oat transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) { 2553 static PP_Bool Pnacl_M21_PPB_Flash_DrawGlyphs(PP_Instance instance, PP_Resource pp_image_data, const struct PP_BrowserFont_Trusted_Description* font_desc, uint3 2_t color, const struct PP_Point* position, const struct PP_Rect* clip, const fl oat transformation[3][3], PP_Bool allow_subpixel_aa, uint32_t glyph_count, const uint16_t glyph_indices[], const struct PP_Point glyph_advances[]) {
2556 const struct PPB_Flash_12_4 *iface = Pnacl_WrapperInfo_PPB_Flash_12_4.real_ifa ce; 2554 const struct PPB_Flash_12_4 *iface = Pnacl_WrapperInfo_PPB_Flash_12_4.real_ifa ce;
2557 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advan ces); 2555 return iface->DrawGlyphs(instance, pp_image_data, font_desc, color, position, clip, transformation, allow_subpixel_aa, glyph_count, glyph_indices, glyph_advan ces);
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
4019 4017
4020 static void Pnacl_M34_PPP_ContentDecryptor_Private_DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, con st struct PP_EncryptedBlockInfo* encrypted_block_info) { 4018 static void Pnacl_M34_PPP_ContentDecryptor_Private_DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, con st struct PP_EncryptedBlockInfo* encrypted_block_info) {
4021 const struct PPP_ContentDecryptor_Private_0_11 *iface = Pnacl_WrapperInfo_PPP_ ContentDecryptor_Private_0_11.real_iface; 4019 const struct PPP_ContentDecryptor_Private_0_11 *iface = Pnacl_WrapperInfo_PPP_ ContentDecryptor_Private_0_11.real_iface;
4022 void (*temp_fp)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_ Resource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_i nfo) = 4020 void (*temp_fp)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_ Resource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_i nfo) =
4023 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Res ource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_info ))iface->DecryptAndDecode); 4021 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Res ource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_info ))iface->DecryptAndDecode);
4024 temp_fp(instance, decoder_type, encrypted_buffer, encrypted_block_info); 4022 temp_fp(instance, decoder_type, encrypted_buffer, encrypted_block_info);
4025 } 4023 }
4026 4024
4027 /* End wrapper methods for PPP_ContentDecryptor_Private_0_11 */ 4025 /* End wrapper methods for PPP_ContentDecryptor_Private_0_11 */
4028 4026
4027 /* Not generating wrapper methods for PPP_Find_Private_0_3 */
4028
4029 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_0 */ 4029 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_0 */
4030 4030
4031 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_2 */ 4031 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_2 */
4032 4032
4033 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_3 */ 4033 /* Not generating wrapper methods for PPP_Flash_BrowserOperations_1_3 */
4034 4034
4035 /* Begin wrapper methods for PPP_Instance_Private_0_1 */ 4035 /* Begin wrapper methods for PPP_Instance_Private_0_1 */
4036 4036
4037 static struct PP_Var Pnacl_M18_PPP_Instance_Private_GetInstanceObject(PP_Instanc e instance) { 4037 static struct PP_Var Pnacl_M18_PPP_Instance_Private_GetInstanceObject(PP_Instanc e instance) {
4038 const struct PPP_Instance_Private_0_1 *iface = Pnacl_WrapperInfo_PPP_Instance_ Private_0_1.real_iface; 4038 const struct PPP_Instance_Private_0_1 *iface = Pnacl_WrapperInfo_PPP_Instance_ Private_0_1.real_iface;
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
4741 .Show = (int32_t (*)(PP_Resource chooser, struct PP_CompletionCallback callb ack))&Pnacl_M16_PPB_FileChooser_Dev_Show, 4741 .Show = (int32_t (*)(PP_Resource chooser, struct PP_CompletionCallback callb ack))&Pnacl_M16_PPB_FileChooser_Dev_Show,
4742 .GetNextChosenFile = (PP_Resource (*)(PP_Resource chooser))&Pnacl_M16_PPB_Fi leChooser_Dev_GetNextChosenFile 4742 .GetNextChosenFile = (PP_Resource (*)(PP_Resource chooser))&Pnacl_M16_PPB_Fi leChooser_Dev_GetNextChosenFile
4743 }; 4743 };
4744 4744
4745 static const struct PPB_FileChooser_Dev_0_6 Pnacl_Wrappers_PPB_FileChooser_Dev_0 _6 = { 4745 static const struct PPB_FileChooser_Dev_0_6 Pnacl_Wrappers_PPB_FileChooser_Dev_0 _6 = {
4746 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode , struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create, 4746 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileChooserMode_Dev mode , struct PP_Var accept_types))&Pnacl_M19_PPB_FileChooser_Dev_Create,
4747 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_FileChoos er_Dev_IsFileChooser, 4747 .IsFileChooser = (PP_Bool (*)(PP_Resource resource))&Pnacl_M19_PPB_FileChoos er_Dev_IsFileChooser,
4748 .Show = (int32_t (*)(PP_Resource chooser, struct PP_ArrayOutput output, stru ct PP_CompletionCallback callback))&Pnacl_M19_PPB_FileChooser_Dev_Show 4748 .Show = (int32_t (*)(PP_Resource chooser, struct PP_ArrayOutput output, stru ct PP_CompletionCallback callback))&Pnacl_M19_PPB_FileChooser_Dev_Show
4749 }; 4749 };
4750 4750
4751 /* Not generating wrapper interface for PPB_Find_Dev_0_3 */
4752
4753 static const struct PPB_Font_Dev_0_6 Pnacl_Wrappers_PPB_Font_Dev_0_6 = { 4751 static const struct PPB_Font_Dev_0_6 Pnacl_Wrappers_PPB_Font_Dev_0_6 = {
4754 .GetFontFamilies = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_F ont_Dev_GetFontFamilies, 4752 .GetFontFamilies = (struct PP_Var (*)(PP_Instance instance))&Pnacl_M14_PPB_F ont_Dev_GetFontFamilies,
4755 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_FontDescrip tion_Dev* description))&Pnacl_M14_PPB_Font_Dev_Create, 4753 .Create = (PP_Resource (*)(PP_Instance instance, const struct PP_FontDescrip tion_Dev* description))&Pnacl_M14_PPB_Font_Dev_Create,
4756 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont, 4754 .IsFont = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_Font_Dev_IsFont,
4757 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe, 4755 .Describe = (PP_Bool (*)(PP_Resource font, struct PP_FontDescription_Dev* de scription, struct PP_FontMetrics_Dev* metrics))&Pnacl_M14_PPB_Font_Dev_Describe,
4758 .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, 4756 .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,
4759 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t ext))&Pnacl_M14_PPB_Font_Dev_MeasureText, 4757 .MeasureText = (int32_t (*)(PP_Resource font, const struct PP_TextRun_Dev* t ext))&Pnacl_M14_PPB_Font_Dev_MeasureText,
4760 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse tForPixel, 4758 .CharacterOffsetForPixel = (uint32_t (*)(PP_Resource font, const struct PP_T extRun_Dev* text, int32_t pixel_position))&Pnacl_M14_PPB_Font_Dev_CharacterOffse tForPixel,
4761 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha racter 4759 .PixelOffsetForCharacter = (int32_t (*)(PP_Resource font, const struct PP_Te xtRun_Dev* text, uint32_t char_offset))&Pnacl_M14_PPB_Font_Dev_PixelOffsetForCha racter
4762 }; 4760 };
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
4858 }; 4856 };
4859 4857
4860 /* Not generating wrapper interface for PPB_View_Dev_0_1 */ 4858 /* Not generating wrapper interface for PPB_View_Dev_0_1 */
4861 4859
4862 /* Not generating wrapper interface for PPB_Widget_Dev_0_3 */ 4860 /* Not generating wrapper interface for PPB_Widget_Dev_0_3 */
4863 4861
4864 /* Not generating wrapper interface for PPB_Widget_Dev_0_4 */ 4862 /* Not generating wrapper interface for PPB_Widget_Dev_0_4 */
4865 4863
4866 /* Not generating wrapper interface for PPB_Zoom_Dev_0_2 */ 4864 /* Not generating wrapper interface for PPB_Zoom_Dev_0_2 */
4867 4865
4868 /* Not generating wrapper interface for PPP_Find_Dev_0_3 */
4869
4870 /* Not generating wrapper interface for PPP_NetworkState_Dev_0_1 */ 4866 /* Not generating wrapper interface for PPP_NetworkState_Dev_0_1 */
4871 4867
4872 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */ 4868 /* Not generating wrapper interface for PPP_Printing_Dev_0_6 */
4873 4869
4874 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */ 4870 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_2 */
4875 4871
4876 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */ 4872 /* Not generating wrapper interface for PPP_Scrollbar_Dev_0_3 */
4877 4873
4878 static const struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = { 4874 static const struct PPP_Selection_Dev_0_3 Pnacl_Wrappers_PPP_Selection_Dev_0_3 = {
4879 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText 4875 .GetSelectedText = &Pnacl_M13_PPP_Selection_Dev_GetSelectedText
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4915 }; 4911 };
4916 4912
4917 static const struct PPB_FileIO_Private_0_1 Pnacl_Wrappers_PPB_FileIO_Private_0_1 = { 4913 static const struct PPB_FileIO_Private_0_1 Pnacl_Wrappers_PPB_FileIO_Private_0_1 = {
4918 .RequestOSFileHandle = (int32_t (*)(PP_Resource file_io, PP_FileHandle* hand le, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileIO_Private_Request OSFileHandle 4914 .RequestOSFileHandle = (int32_t (*)(PP_Resource file_io, PP_FileHandle* hand le, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_FileIO_Private_Request OSFileHandle
4919 }; 4915 };
4920 4916
4921 static const struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = { 4917 static const struct PPB_FileRefPrivate_0_1 Pnacl_Wrappers_PPB_FileRefPrivate_0_1 = {
4922 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F ileRefPrivate_GetAbsolutePath 4918 .GetAbsolutePath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M15_PPB_F ileRefPrivate_GetAbsolutePath
4923 }; 4919 };
4924 4920
4921 /* Not generating wrapper interface for PPB_Find_Private_0_3 */
4922
4925 static const struct PPB_Flash_12_4 Pnacl_Wrappers_PPB_Flash_12_4 = { 4923 static const struct PPB_Flash_12_4 Pnacl_Wrappers_PPB_Flash_12_4 = {
4926 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P nacl_M21_PPB_Flash_SetInstanceAlwaysOnTop, 4924 .SetInstanceAlwaysOnTop = (void (*)(PP_Instance instance, PP_Bool on_top))&P nacl_M21_PPB_Flash_SetInstanceAlwaysOnTop,
4927 .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, 4925 .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,
4928 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url)) &Pnacl_M21_PPB_Flash_GetProxyForURL, 4926 .GetProxyForURL = (struct PP_Var (*)(PP_Instance instance, const char* url)) &Pnacl_M21_PPB_Flash_GetProxyForURL,
4929 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo ol from_user_action))&Pnacl_M21_PPB_Flash_Navigate, 4927 .Navigate = (int32_t (*)(PP_Resource request_info, const char* target, PP_Bo ol from_user_action))&Pnacl_M21_PPB_Flash_Navigate,
4930 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_RunMe ssageLoop, 4928 .RunMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_RunMe ssageLoop,
4931 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Quit MessageLoop, 4929 .QuitMessageLoop = (void (*)(PP_Instance instance))&Pnacl_M21_PPB_Flash_Quit MessageLoop,
4932 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac l_M21_PPB_Flash_GetLocalTimeZoneOffset, 4930 .GetLocalTimeZoneOffset = (double (*)(PP_Instance instance, PP_Time t))&Pnac l_M21_PPB_Flash_GetLocalTimeZoneOffset,
4933 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Fl ash_GetCommandLineArgs, 4931 .GetCommandLineArgs = (struct PP_Var (*)(PP_Module module))&Pnacl_M21_PPB_Fl ash_GetCommandLineArgs,
4934 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M21_PPB_Flash_Prelo adFontWin, 4932 .PreloadFontWin = (void (*)(const void* logfontw))&Pnacl_M21_PPB_Flash_Prelo adFontWin,
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
5294 .UpdateSession = &Pnacl_M34_PPP_ContentDecryptor_Private_UpdateSession, 5292 .UpdateSession = &Pnacl_M34_PPP_ContentDecryptor_Private_UpdateSession,
5295 .ReleaseSession = &Pnacl_M34_PPP_ContentDecryptor_Private_ReleaseSession, 5293 .ReleaseSession = &Pnacl_M34_PPP_ContentDecryptor_Private_ReleaseSession,
5296 .Decrypt = &Pnacl_M34_PPP_ContentDecryptor_Private_Decrypt, 5294 .Decrypt = &Pnacl_M34_PPP_ContentDecryptor_Private_Decrypt,
5297 .InitializeAudioDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_Initialize AudioDecoder, 5295 .InitializeAudioDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_Initialize AudioDecoder,
5298 .InitializeVideoDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_Initialize VideoDecoder, 5296 .InitializeVideoDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_Initialize VideoDecoder,
5299 .DeinitializeDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_DeinitializeD ecoder, 5297 .DeinitializeDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_DeinitializeD ecoder,
5300 .ResetDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_ResetDecoder, 5298 .ResetDecoder = &Pnacl_M34_PPP_ContentDecryptor_Private_ResetDecoder,
5301 .DecryptAndDecode = &Pnacl_M34_PPP_ContentDecryptor_Private_DecryptAndDecode 5299 .DecryptAndDecode = &Pnacl_M34_PPP_ContentDecryptor_Private_DecryptAndDecode
5302 }; 5300 };
5303 5301
5302 /* Not generating wrapper interface for PPP_Find_Private_0_3 */
5303
5304 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */ 5304 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_0 */
5305 5305
5306 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */ 5306 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_2 */
5307 5307
5308 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */ 5308 /* Not generating wrapper interface for PPP_Flash_BrowserOperations_1_3 */
5309 5309
5310 static const struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private _0_1 = { 5310 static const struct PPP_Instance_Private_0_1 Pnacl_Wrappers_PPP_Instance_Private _0_1 = {
5311 .GetInstanceObject = &Pnacl_M18_PPP_Instance_Private_GetInstanceObject 5311 .GetInstanceObject = &Pnacl_M18_PPP_Instance_Private_GetInstanceObject
5312 }; 5312 };
5313 5313
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
6149 6149
6150 /* Initialize the real_iface if it hasn't been. The wrapper depends on it. */ 6150 /* Initialize the real_iface if it hasn't been. The wrapper depends on it. */
6151 if (wrapper->real_iface == NULL) { 6151 if (wrapper->real_iface == NULL) {
6152 const void *iface = (*__real_PPPGetInterface)(name); 6152 const void *iface = (*__real_PPPGetInterface)(name);
6153 if (NULL == iface) return NULL; 6153 if (NULL == iface) return NULL;
6154 wrapper->real_iface = iface; 6154 wrapper->real_iface = iface;
6155 } 6155 }
6156 6156
6157 return wrapper->wrapped_iface; 6157 return wrapper->wrapped_iface;
6158 } 6158 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/find_private.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698