Searched refs:PPB_TCPSocket_1_1 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dtcp_socket.cc20 template <> const char* interface_name<PPB_TCPSocket_1_1>() {
30 if (has_interface<PPB_TCPSocket_1_1>()) {
31 PassRefFromConstructor(get_interface<PPB_TCPSocket_1_1>()->Create(
56 return has_interface<PPB_TCPSocket_1_1>() ||
62 if (has_interface<PPB_TCPSocket_1_1>()) {
63 return get_interface<PPB_TCPSocket_1_1>()->Bind(
71 if (has_interface<PPB_TCPSocket_1_1>()) {
72 return get_interface<PPB_TCPSocket_1_1>()->Connect(
83 if (has_interface<PPB_TCPSocket_1_1>()) {
86 get_interface<PPB_TCPSocket_1_1>()
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_tcp_socket.h82 struct PPB_TCPSocket_1_1 { struct
276 typedef struct PPB_TCPSocket_1_1 PPB_TCPSocket;
/external/chromium_org/ppapi/thunk/
H A Dppb_tcp_socket_thunk.cc160 const PPB_TCPSocket_1_1 g_ppb_tcpsocket_thunk_1_1 = {
181 const PPB_TCPSocket_1_1* GetPPB_TCPSocket_1_1_Thunk() {
H A Dinterfaces_ppb_public_stable.h88 PROXIED_IFACE(PPB_TCPSOCKET_INTERFACE_1_1, PPB_TCPSocket_1_1)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h188 BEGIN_INTERFACE(TCPSocketInterface, PPB_TCPSocket_1_1,
209 END_INTERFACE(TCPSocketInterface, PPB_TCPSocket_1_1)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1543 /* Begin wrapper methods for PPB_TCPSocket_1_1 */
1546 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1551 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1556 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1561 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1566 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1571 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1576 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1581 const struct PPB_TCPSocket_1_1 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_1.real_iface;
1586 const struct PPB_TCPSocket_1_1 *ifac
[all...]

Completed in 177 milliseconds