HomeSort by relevance Sort by last modified time
    Searched refs:RecvFromInfo_Dev (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/extensions/dev/
socket_dev.h 115 class RecvFromInfo_Dev {
117 RecvFromInfo_Dev();
118 ~RecvFromInfo_Dev();
212 typedef ExtCompletionCallbackWithOutput<RecvFromInfo_Dev> RecvFromCallback;
socket_dev.cc 190 const char* const RecvFromInfo_Dev::kResultCode = "resultCode";
191 const char* const RecvFromInfo_Dev::kData = "data";
192 const char* const RecvFromInfo_Dev::kAddress = "address";
193 const char* const RecvFromInfo_Dev::kPort = "port";
195 RecvFromInfo_Dev::RecvFromInfo_Dev()
202 RecvFromInfo_Dev::~RecvFromInfo_Dev() {
205 bool RecvFromInfo_Dev::Populate(const PP_Ext_Socket_RecvFromInfo_Dev& value) {
218 Var RecvFromInfo_Dev::CreateVar() const
    [all...]
  /external/chromium_org/ppapi/tests/extensions/socket/
test_socket.cc 333 TestExtCompletionCallbackWithOutput<socket::RecvFromInfo_Dev>
352 socket::RecvFromInfo_Dev recv_from_info = recv_from_callback.output();
542 TestExtCompletionCallbackWithOutput<socket::RecvFromInfo_Dev>
562 socket::RecvFromInfo_Dev recv_from_info = recv_from_callback.output();

Completed in 24 milliseconds