Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppb_url_loader_trusted.h File Reference
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
Include dependency graph for ppb_url_loader_trusted.h:

Go to the source code of this file.

Classes

struct  PPB_URLLoaderTrusted_0_3
 

Macros

#define PPB_URLLOADERTRUSTED_INTERFACE_0_3   "PPB_URLLoaderTrusted;0.3"
 
#define PPB_URLLOADERTRUSTED_INTERFACE   PPB_URLLOADERTRUSTED_INTERFACE_0_3
 

Typedefs

typedef void(* PP_URLLoaderTrusted_StatusCallback )(PP_Instance pp_instance, PP_Resource pp_resource, int64_t bytes_sent, int64_t total_bytes_to_be_sent, int64_t bytes_received, int64_t total_bytes_to_be_received)
 
typedef struct
PPB_URLLoaderTrusted_0_3 
PPB_URLLoaderTrusted
 

Detailed Description

URL loader trusted interfaces.

Definition in file ppb_url_loader_trusted.h.

Macro Definition Documentation

#define PPB_URLLOADERTRUSTED_INTERFACE   PPB_URLLOADERTRUSTED_INTERFACE_0_3

Definition at line 17 of file ppb_url_loader_trusted.h.

#define PPB_URLLOADERTRUSTED_INTERFACE_0_3   "PPB_URLLoaderTrusted;0.3"

Definition at line 16 of file ppb_url_loader_trusted.h.