Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_url_response_info.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 ppb_url_response_info.idl modified Thu Oct 20 13:57:04 2016. */
7 
8 #ifndef PPAPI_C_PPB_URL_RESPONSE_INFO_H_
9 #define PPAPI_C_PPB_URL_RESPONSE_INFO_H_
10 
11 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_macros.h"
13 #include "ppapi/c/pp_resource.h"
14 #include "ppapi/c/pp_stdint.h"
15 #include "ppapi/c/pp_var.h"
16 
17 #define PPB_URLRESPONSEINFO_INTERFACE_1_0 "PPB_URLResponseInfo;1.0"
18 #define PPB_URLRESPONSEINFO_INTERFACE PPB_URLRESPONSEINFO_INTERFACE_1_0
19 
34 typedef enum {
85 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4);
123  struct PP_Var (*GetProperty)(PP_Resource response,
124  PP_URLResponseProperty property);
141 };
142 
148 #endif /* PPAPI_C_PPB_URL_RESPONSE_INFO_H_ */
149 
Definition: ppb_url_response_info.h:83
PP_URLResponseProperty
Definition: ppb_url_response_info.h:34
Definition: ppb_url_response_info.h:75
int32_t PP_Resource
Definition: pp_resource.h:40
Definition: ppb_url_response_info.h:99
PP_Bool(* IsURLResponseInfo)(PP_Resource resource)
Definition: ppb_url_response_info.h:111
Definition: ppb_url_response_info.h:68
PP_Resource(* GetBodyAsFileRef)(PP_Resource response)
Definition: ppb_url_response_info.h:140
Definition: pp_var.h:166
struct PP_Var(* GetProperty)(PP_Resource response, PP_URLResponseProperty property)
Definition: ppb_url_response_info.h:123
PP_Bool
Definition: pp_bool.h:30
Definition: ppb_url_response_info.h:44
Definition: ppb_url_response_info.h:60
Definition: ppb_url_response_info.h:52