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

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

Issue 12817009: Add Query() support to FileRef (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged onto origin/master yet again Created 7 years, 8 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
« no previous file with comments | « ppapi/cpp/file_ref.cc ('k') | ppapi/proxy/enter_proxy.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* NOTE: this is auto-generated from IDL */ 6 /* NOTE: this is auto-generated from IDL */
7 #include "ppapi/generators/pnacl_shim.h" 7 #include "ppapi/generators/pnacl_shim.h"
8 8
9 #include "ppapi/c/ppb.h" 9 #include "ppapi/c/ppb.h"
10 #include "ppapi/c/dev/ppb_audio_input_dev.h" 10 #include "ppapi/c/dev/ppb_audio_input_dev.h"
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 /* BEGIN Declarations for all Wrapper Infos */ 133 /* BEGIN Declarations for all Wrapper Infos */
134 134
135 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Audio_1_0; 135 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Audio_1_0;
136 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioConfig_1_0; 136 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioConfig_1_0;
137 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioConfig_1_1; 137 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_AudioConfig_1_1;
138 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Console_1_0; 138 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Console_1_0;
139 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Core_1_0; 139 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Core_1_0;
140 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_0; 140 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_0;
141 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_1; 141 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileIO_1_1;
142 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0; 142 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0;
143 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_1;
143 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0; 144 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0;
144 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Fullscreen_1_0; 145 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Fullscreen_1_0;
145 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Gamepad_1_0; 146 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Gamepad_1_0;
146 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_0; 147 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics2D_1_0;
147 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics3D_1_0; 148 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Graphics3D_1_0;
148 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_ImageData_1_0; 149 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_ImageData_1_0;
149 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_InputEvent_1_0; 150 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_InputEvent_1_0;
150 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0; 151 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0;
151 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1; 152 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1;
152 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0; 153 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0;
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 } 531 }
531 532
532 static __attribute__((pnaclcall)) 533 static __attribute__((pnaclcall))
533 int32_t Pnacl_M14_PPB_FileRef_Rename(PP_Resource file_ref, PP_Resource new_file_ ref, struct PP_CompletionCallback callback) { 534 int32_t Pnacl_M14_PPB_FileRef_Rename(PP_Resource file_ref, PP_Resource new_file_ ref, struct PP_CompletionCallback callback) {
534 const struct PPB_FileRef_1_0 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_0.real_i face; 535 const struct PPB_FileRef_1_0 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_0.real_i face;
535 return iface->Rename(file_ref, new_file_ref, callback); 536 return iface->Rename(file_ref, new_file_ref, callback);
536 } 537 }
537 538
538 /* End wrapper methods for PPB_FileRef_1_0 */ 539 /* End wrapper methods for PPB_FileRef_1_0 */
539 540
541 /* Begin wrapper methods for PPB_FileRef_1_1 */
542
543 static __attribute__((pnaclcall))
544 PP_Resource Pnacl_M27_PPB_FileRef_Create(PP_Resource file_system, const char* pa th) {
545 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
546 return iface->Create(file_system, path);
547 }
548
549 static __attribute__((pnaclcall))
550 PP_Bool Pnacl_M27_PPB_FileRef_IsFileRef(PP_Resource resource) {
551 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
552 return iface->IsFileRef(resource);
553 }
554
555 static __attribute__((pnaclcall))
556 PP_FileSystemType Pnacl_M27_PPB_FileRef_GetFileSystemType(PP_Resource file_ref) {
557 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
558 return iface->GetFileSystemType(file_ref);
559 }
560
561 static __attribute__((pnaclcall))
562 struct PP_Var Pnacl_M27_PPB_FileRef_GetName(PP_Resource file_ref) {
563 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
564 return iface->GetName(file_ref);
565 }
566
567 static __attribute__((pnaclcall))
568 struct PP_Var Pnacl_M27_PPB_FileRef_GetPath(PP_Resource file_ref) {
569 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
570 return iface->GetPath(file_ref);
571 }
572
573 static __attribute__((pnaclcall))
574 PP_Resource Pnacl_M27_PPB_FileRef_GetParent(PP_Resource file_ref) {
575 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
576 return iface->GetParent(file_ref);
577 }
578
579 static __attribute__((pnaclcall))
580 int32_t Pnacl_M27_PPB_FileRef_MakeDirectory(PP_Resource directory_ref, PP_Bool m ake_ancestors, struct PP_CompletionCallback callback) {
581 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
582 return iface->MakeDirectory(directory_ref, make_ancestors, callback);
583 }
584
585 static __attribute__((pnaclcall))
586 int32_t Pnacl_M27_PPB_FileRef_Touch(PP_Resource file_ref, PP_Time last_access_ti me, PP_Time last_modified_time, struct PP_CompletionCallback callback) {
587 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
588 return iface->Touch(file_ref, last_access_time, last_modified_time, callback);
589 }
590
591 static __attribute__((pnaclcall))
592 int32_t Pnacl_M27_PPB_FileRef_Delete(PP_Resource file_ref, struct PP_CompletionC allback callback) {
593 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
594 return iface->Delete(file_ref, callback);
595 }
596
597 static __attribute__((pnaclcall))
598 int32_t Pnacl_M27_PPB_FileRef_Rename(PP_Resource file_ref, PP_Resource new_file_ ref, struct PP_CompletionCallback callback) {
599 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
600 return iface->Rename(file_ref, new_file_ref, callback);
601 }
602
603 static __attribute__((pnaclcall))
604 int32_t Pnacl_M27_PPB_FileRef_Query(PP_Resource file_ref, struct PP_FileInfo* in fo, struct PP_CompletionCallback callback) {
605 const struct PPB_FileRef_1_1 *iface = Pnacl_WrapperInfo_PPB_FileRef_1_1.real_i face;
606 return iface->Query(file_ref, info, callback);
607 }
608
609 /* End wrapper methods for PPB_FileRef_1_1 */
610
540 /* Begin wrapper methods for PPB_FileSystem_1_0 */ 611 /* Begin wrapper methods for PPB_FileSystem_1_0 */
541 612
542 static __attribute__((pnaclcall)) 613 static __attribute__((pnaclcall))
543 PP_Resource Pnacl_M14_PPB_FileSystem_Create(PP_Instance instance, PP_FileSystemT ype type) { 614 PP_Resource Pnacl_M14_PPB_FileSystem_Create(PP_Instance instance, PP_FileSystemT ype type) {
544 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0. real_iface; 615 const struct PPB_FileSystem_1_0 *iface = Pnacl_WrapperInfo_PPB_FileSystem_1_0. real_iface;
545 return iface->Create(instance, type); 616 return iface->Create(instance, type);
546 } 617 }
547 618
548 static __attribute__((pnaclcall)) 619 static __attribute__((pnaclcall))
549 PP_Bool Pnacl_M14_PPB_FileSystem_IsFileSystem(PP_Resource resource) { 620 PP_Bool Pnacl_M14_PPB_FileSystem_IsFileSystem(PP_Resource resource) {
(...skipping 3306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3856 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M14 _PPB_FileRef_GetFileSystemType, 3927 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M14 _PPB_FileRef_GetFileSystemType,
3857 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etName, 3928 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etName,
3858 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etPath, 3929 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etPath,
3859 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etParent, 3930 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_G etParent,
3860 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest ors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory , 3931 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest ors, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_MakeDirectory ,
3861 .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, 3932 .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,
3862 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca llback))&Pnacl_M14_PPB_FileRef_Delete, 3933 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca llback))&Pnacl_M14_PPB_FileRef_Delete,
3863 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc t PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_Rename 3934 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc t PP_CompletionCallback callback))&Pnacl_M14_PPB_FileRef_Rename
3864 }; 3935 };
3865 3936
3937 struct PPB_FileRef_1_1 Pnacl_Wrappers_PPB_FileRef_1_1 = {
3938 .Create = (PP_Resource (*)(PP_Resource file_system, const char* path))&Pnacl _M27_PPB_FileRef_Create,
3939 .IsFileRef = (PP_Bool (*)(PP_Resource resource))&Pnacl_M27_PPB_FileRef_IsFil eRef,
3940 .GetFileSystemType = (PP_FileSystemType (*)(PP_Resource file_ref))&Pnacl_M27 _PPB_FileRef_GetFileSystemType,
3941 .GetName = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M27_PPB_FileRef_G etName,
3942 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M27_PPB_FileRef_G etPath,
3943 .GetParent = (PP_Resource (*)(PP_Resource file_ref))&Pnacl_M27_PPB_FileRef_G etParent,
3944 .MakeDirectory = (int32_t (*)(PP_Resource directory_ref, PP_Bool make_ancest ors, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_FileRef_MakeDirectory ,
3945 .Touch = (int32_t (*)(PP_Resource file_ref, PP_Time last_access_time, PP_Tim e last_modified_time, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_File Ref_Touch,
3946 .Delete = (int32_t (*)(PP_Resource file_ref, struct PP_CompletionCallback ca llback))&Pnacl_M27_PPB_FileRef_Delete,
3947 .Rename = (int32_t (*)(PP_Resource file_ref, PP_Resource new_file_ref, struc t PP_CompletionCallback callback))&Pnacl_M27_PPB_FileRef_Rename,
3948 .Query = (int32_t (*)(PP_Resource file_ref, struct PP_FileInfo* info, struct PP_CompletionCallback callback))&Pnacl_M27_PPB_FileRef_Query
3949 };
3950
3866 struct PPB_FileSystem_1_0 Pnacl_Wrappers_PPB_FileSystem_1_0 = { 3951 struct PPB_FileSystem_1_0 Pnacl_Wrappers_PPB_FileSystem_1_0 = {
3867 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileSystemType type))&Pn acl_M14_PPB_FileSystem_Create, 3952 .Create = (PP_Resource (*)(PP_Instance instance, PP_FileSystemType type))&Pn acl_M14_PPB_FileSystem_Create,
3868 .IsFileSystem = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileSystem _IsFileSystem, 3953 .IsFileSystem = (PP_Bool (*)(PP_Resource resource))&Pnacl_M14_PPB_FileSystem _IsFileSystem,
3869 .Open = (int32_t (*)(PP_Resource file_system, int64_t expected_size, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileSystem_Open, 3954 .Open = (int32_t (*)(PP_Resource file_system, int64_t expected_size, struct PP_CompletionCallback callback))&Pnacl_M14_PPB_FileSystem_Open,
3870 .GetType = (PP_FileSystemType (*)(PP_Resource file_system))&Pnacl_M14_PPB_Fi leSystem_GetType 3955 .GetType = (PP_FileSystemType (*)(PP_Resource file_system))&Pnacl_M14_PPB_Fi leSystem_GetType
3871 }; 3956 };
3872 3957
3873 /* Not generating wrapper interface for PPB_Fullscreen_1_0 */ 3958 /* Not generating wrapper interface for PPB_Fullscreen_1_0 */
3874 3959
3875 /* Not generating wrapper interface for PPB_Gamepad_1_0 */ 3960 /* Not generating wrapper interface for PPB_Gamepad_1_0 */
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
4726 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileIO_1_1, 4811 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileIO_1_1,
4727 .real_iface = NULL 4812 .real_iface = NULL
4728 }; 4813 };
4729 4814
4730 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0 = { 4815 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_0 = {
4731 .iface_macro = PPB_FILEREF_INTERFACE_1_0, 4816 .iface_macro = PPB_FILEREF_INTERFACE_1_0,
4732 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileRef_1_0, 4817 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileRef_1_0,
4733 .real_iface = NULL 4818 .real_iface = NULL
4734 }; 4819 };
4735 4820
4821 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileRef_1_1 = {
4822 .iface_macro = PPB_FILEREF_INTERFACE_1_1,
4823 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileRef_1_1,
4824 .real_iface = NULL
4825 };
4826
4736 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0 = { 4827 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_FileSystem_1_0 = {
4737 .iface_macro = PPB_FILESYSTEM_INTERFACE_1_0, 4828 .iface_macro = PPB_FILESYSTEM_INTERFACE_1_0,
4738 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileSystem_1_0, 4829 .wrapped_iface = (void *) &Pnacl_Wrappers_PPB_FileSystem_1_0,
4739 .real_iface = NULL 4830 .real_iface = NULL
4740 }; 4831 };
4741 4832
4742 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Fullscreen_1_0 = { 4833 static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Fullscreen_1_0 = {
4743 .iface_macro = PPB_FULLSCREEN_INTERFACE_1_0, 4834 .iface_macro = PPB_FULLSCREEN_INTERFACE_1_0,
4744 .wrapped_iface = NULL /* Still need slot for real_iface */, 4835 .wrapped_iface = NULL /* Still need slot for real_iface */,
4745 .real_iface = NULL 4836 .real_iface = NULL
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
5545 5636
5546 static struct __PnaclWrapperInfo *s_ppb_wrappers[] = { 5637 static struct __PnaclWrapperInfo *s_ppb_wrappers[] = {
5547 &Pnacl_WrapperInfo_PPB_Audio_1_0, 5638 &Pnacl_WrapperInfo_PPB_Audio_1_0,
5548 &Pnacl_WrapperInfo_PPB_AudioConfig_1_0, 5639 &Pnacl_WrapperInfo_PPB_AudioConfig_1_0,
5549 &Pnacl_WrapperInfo_PPB_AudioConfig_1_1, 5640 &Pnacl_WrapperInfo_PPB_AudioConfig_1_1,
5550 &Pnacl_WrapperInfo_PPB_Console_1_0, 5641 &Pnacl_WrapperInfo_PPB_Console_1_0,
5551 &Pnacl_WrapperInfo_PPB_Core_1_0, 5642 &Pnacl_WrapperInfo_PPB_Core_1_0,
5552 &Pnacl_WrapperInfo_PPB_FileIO_1_0, 5643 &Pnacl_WrapperInfo_PPB_FileIO_1_0,
5553 &Pnacl_WrapperInfo_PPB_FileIO_1_1, 5644 &Pnacl_WrapperInfo_PPB_FileIO_1_1,
5554 &Pnacl_WrapperInfo_PPB_FileRef_1_0, 5645 &Pnacl_WrapperInfo_PPB_FileRef_1_0,
5646 &Pnacl_WrapperInfo_PPB_FileRef_1_1,
5555 &Pnacl_WrapperInfo_PPB_FileSystem_1_0, 5647 &Pnacl_WrapperInfo_PPB_FileSystem_1_0,
5556 &Pnacl_WrapperInfo_PPB_Fullscreen_1_0, 5648 &Pnacl_WrapperInfo_PPB_Fullscreen_1_0,
5557 &Pnacl_WrapperInfo_PPB_Gamepad_1_0, 5649 &Pnacl_WrapperInfo_PPB_Gamepad_1_0,
5558 &Pnacl_WrapperInfo_PPB_Graphics2D_1_0, 5650 &Pnacl_WrapperInfo_PPB_Graphics2D_1_0,
5559 &Pnacl_WrapperInfo_PPB_Graphics3D_1_0, 5651 &Pnacl_WrapperInfo_PPB_Graphics3D_1_0,
5560 &Pnacl_WrapperInfo_PPB_ImageData_1_0, 5652 &Pnacl_WrapperInfo_PPB_ImageData_1_0,
5561 &Pnacl_WrapperInfo_PPB_InputEvent_1_0, 5653 &Pnacl_WrapperInfo_PPB_InputEvent_1_0,
5562 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0, 5654 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_0,
5563 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1, 5655 &Pnacl_WrapperInfo_PPB_MouseInputEvent_1_1,
5564 &Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0, 5656 &Pnacl_WrapperInfo_PPB_WheelInputEvent_1_0,
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
5765 } 5857 }
5766 5858
5767 if (wrapper->wrapped_iface) { 5859 if (wrapper->wrapped_iface) {
5768 return wrapper->wrapped_iface; 5860 return wrapper->wrapped_iface;
5769 } else { 5861 } else {
5770 return wrapper->real_iface; 5862 return wrapper->real_iface;
5771 } 5863 }
5772 } 5864 }
5773 5865
5774 #endif 5866 #endif
OLDNEW
« no previous file with comments | « ppapi/cpp/file_ref.cc ('k') | ppapi/proxy/enter_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698