Searched refs:PPB_TCPSocket_1_0 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dtcp_socket.cc16 template <> const char* interface_name<PPB_TCPSocket_1_0>() {
33 } else if (has_interface<PPB_TCPSocket_1_0>()) {
34 PassRefFromConstructor(get_interface<PPB_TCPSocket_1_0>()->Create(
57 has_interface<PPB_TCPSocket_1_0>();
75 if (has_interface<PPB_TCPSocket_1_0>()) {
76 return get_interface<PPB_TCPSocket_1_0>()->Connect(
88 if (has_interface<PPB_TCPSocket_1_0>()) {
91 get_interface<PPB_TCPSocket_1_0>()->GetLocalAddress(pp_resource()));
102 if (has_interface<PPB_TCPSocket_1_0>()) {
105 get_interface<PPB_TCPSocket_1_0>()
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_tcp_socket.h49 const PPB_TCPSocket_1_0* socket_interface_1_0_;
H A Dtest_tcp_socket.cc37 static_cast<const PPB_TCPSocket_1_0*>(
/external/chromium_org/ppapi/thunk/
H A Dppb_tcp_socket_thunk.cc148 const PPB_TCPSocket_1_0 g_ppb_tcpsocket_thunk_1_0 = {
177 const PPB_TCPSocket_1_0* GetPPB_TCPSocket_1_0_Thunk() {
H A Dinterfaces_ppb_public_stable.h87 PROXIED_IFACE(PPB_TCPSOCKET_INTERFACE_1_0, PPB_TCPSocket_1_0)
/external/chromium_org/ppapi/c/
H A Dppb_tcp_socket.h278 struct PPB_TCPSocket_1_0 { struct
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1494 /* Begin wrapper methods for PPB_TCPSocket_1_0 */
1497 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1502 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1507 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1512 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1517 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1522 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1527 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1532 const struct PPB_TCPSocket_1_0 *iface = Pnacl_WrapperInfo_PPB_TCPSocket_1_0.real_iface;
1537 const struct PPB_TCPSocket_1_0 *ifac
[all...]

Completed in 163 milliseconds