Home | History | Annotate | Download | only in cpp

Lines Matching refs:pp_resource

39 TCPSocket::TCPSocket(PassRef, PP_Resource resource)
64 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
73 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
77 pp_resource(), addr.pp_resource(), callback.pp_completion_callback());
86 get_interface<PPB_TCPSocket_1_1>()->GetLocalAddress(pp_resource()));
91 get_interface<PPB_TCPSocket_1_0>()->GetLocalAddress(pp_resource()));
100 get_interface<PPB_TCPSocket_1_1>()->GetRemoteAddress(pp_resource()));
105 get_interface<PPB_TCPSocket_1_0>()->GetRemoteAddress(pp_resource()));
115 pp_resource(), buffer, bytes_to_read,
120 pp_resource(), buffer, bytes_to_read,
131 pp_resource(), buffer, bytes_to_write,
136 pp_resource(), buffer, bytes_to_write,
146 pp_resource(), backlog, callback.pp_completion_callback());
155 pp_resource(), callback.output(), callback.pp_completion_callback());
162 get_interface<PPB_TCPSocket_1_1>()->Close(pp_resource());
164 get_interface<PPB_TCPSocket_1_0>()->Close(pp_resource());
173 pp_resource(), name, value.pp_var(), callback.pp_completion_callback());
177 pp_resource(), name, value.pp_var(), callback.pp_completion_callback());