Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_file_chooser_trusted.h
Go to the documentation of this file.
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5 
6 /* From trusted/ppb_file_chooser_trusted.idl,
7  * modified Thu Oct 20 13:57:04 2016.
8  */
9 
10 #ifndef PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_
11 #define PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_
12 
14 #include "ppapi/c/pp_bool.h"
16 #include "ppapi/c/pp_macros.h"
17 #include "ppapi/c/pp_resource.h"
18 #include "ppapi/c/pp_stdint.h"
19 #include "ppapi/c/pp_var.h"
20 
21 #define PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5 "PPB_FileChooserTrusted;0.5"
22 #define PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6 "PPB_FileChooserTrusted;0.6"
23 #define PPB_FILECHOOSER_TRUSTED_INTERFACE PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6
24 
54  int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
55  PP_Bool save_as,
56  struct PP_Var suggested_file_name,
57  struct PP_ArrayOutput output,
58  struct PP_CompletionCallback callback);
59 };
60 
62 
64  int32_t (*ShowWithoutUserGesture)(PP_Resource chooser,
65  PP_Bool save_as,
66  struct PP_Var suggested_file_name,
67  struct PP_CompletionCallback callback);
68 };
73 #endif /* PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_ */
74 
Definition: ppb_file_chooser_trusted.h:63
int32_t PP_Resource
Definition: pp_resource.h:40
Definition: pp_array_output.h:103
int32_t(* ShowWithoutUserGesture)(PP_Resource chooser, PP_Bool save_as, struct PP_Var suggested_file_name, struct PP_ArrayOutput output, struct PP_CompletionCallback callback)
Definition: ppb_file_chooser_trusted.h:54
Definition: pp_var.h:166
PP_Bool
Definition: pp_bool.h:30
Definition: ppb_file_chooser_trusted.h:35
Definition: pp_completion_callback.h:139