Home
last modified time | relevance | path

Searched refs:PPB_NetAddress_1_0 (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/
Dnet_address.cc15 template <> const char* interface_name<PPB_NetAddress_1_0>() { in interface_name()
30 if (has_interface<PPB_NetAddress_1_0>()) { in NetAddress()
32 get_interface<PPB_NetAddress_1_0>()->CreateFromIPv4Address( in NetAddress()
39 if (has_interface<PPB_NetAddress_1_0>()) { in NetAddress()
41 get_interface<PPB_NetAddress_1_0>()->CreateFromIPv6Address( in NetAddress()
59 return has_interface<PPB_NetAddress_1_0>(); in IsAvailable()
63 if (has_interface<PPB_NetAddress_1_0>()) in GetFamily()
64 return get_interface<PPB_NetAddress_1_0>()->GetFamily(pp_resource()); in GetFamily()
70 if (has_interface<PPB_NetAddress_1_0>()) { in DescribeAsString()
72 get_interface<PPB_NetAddress_1_0>()->DescribeAsString( in DescribeAsString()
[all …]
/external/chromium_org/ppapi/c/
Dppb_net_address.h98 struct PPB_NetAddress_1_0 { struct
197 typedef struct PPB_NetAddress_1_0 PPB_NetAddress; argument
/external/chromium_org/ppapi/thunk/
Dppb_net_address_thunk.cc81 const PPB_NetAddress_1_0 g_ppb_netaddress_thunk_1_0 = {
93 const PPB_NetAddress_1_0* GetPPB_NetAddress_1_0_Thunk() { in GetPPB_NetAddress_1_0_Thunk()
Dinterfaces_ppb_public_stable.h78 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_INTERFACE_1_0, PPB_NetAddress_1_0)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
Dall_interfaces.h106 BEGIN_INTERFACE(NetAddressInterface, PPB_NetAddress_1_0,
119 END_INTERFACE(NetAddressInterface, PPB_NetAddress_1_0)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c985 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_CreateFromIPv4Address()
990 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_CreateFromIPv6Address()
995 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_IsNetAddress()
1000 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_GetFamily()
1005 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_DescribeAsString()
1010 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_DescribeAsIPv4Address()
1015 const struct PPB_NetAddress_1_0 *iface = Pnacl_WrapperInfo_PPB_NetAddress_1_0.real_iface; in Pnacl_M29_PPB_NetAddress_DescribeAsIPv6Address()
4280 struct PPB_NetAddress_1_0 Pnacl_Wrappers_PPB_NetAddress_1_0 = {