|
Pepper_31_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.h"#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 "ppapi/c/pp_var.h"#include "ppapi/c/ppb_net_address.h"
Go to the source code of this file.
Classes | |
| struct | PP_HostResolver_Hint |
| struct | PPB_HostResolver_1_0 |
Macros | |
| #define | PPB_HOSTRESOLVER_INTERFACE_1_0 "PPB_HostResolver;1.0" |
| #define | PPB_HOSTRESOLVER_INTERFACE PPB_HOSTRESOLVER_INTERFACE_1_0 |
Typedefs | |
| typedef struct PPB_HostResolver_1_0 | PPB_HostResolver |
Enumerations | |
| enum | PP_HostResolver_Flag { PP_HOSTRESOLVER_FLAG_CANONNAME = 1 << 0 } |
Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_HostResolver_Flag, 4) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_HostResolver_Hint, 8) | |
This file defines the PPB_HostResolver interface.
Definition in file ppb_host_resolver.h.
| #define PPB_HOSTRESOLVER_INTERFACE PPB_HOSTRESOLVER_INTERFACE_1_0 |
Definition at line 21 of file ppb_host_resolver.h.
| #define PPB_HOSTRESOLVER_INTERFACE_1_0 "PPB_HostResolver;1.0" |
Definition at line 20 of file ppb_host_resolver.h.
1.8.6