Searched refs:GetProtocol (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dwebsocket.h190 /// GetProtocol() returns the sub-protocol chosen by the server for the
197 Var GetProtocol();
H A Dwebsocket.cc126 Var WebSocket::GetProtocol() { function in class:pp::WebSocket
131 get_interface<PPB_WebSocket_1_0>()->GetProtocol(pp_resource()));
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_api.h72 virtual PP_Var GetProtocol() = 0;
H A Dppb_websocket_thunk.cc119 struct PP_Var GetProtocol(PP_Resource web_socket) { function in namespace:ppapi::thunk::__anon10328
120 VLOG(4) << "PPB_WebSocket::GetProtocol()";
124 return enter.object()->GetProtocol();
155 &GetProtocol,
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.h85 /// GetProtocol() returns the sub-protocol chosen by the server for the
90 Var GetProtocol();
H A Dwebsocket_api.cc135 Var WebSocketAPI::GetProtocol() { function in class:pp::WebSocketAPI
136 return impl_->GetProtocol();
/external/chromium_org/ppapi/c/
H A Dppb_websocket.h400 * GetProtocol() returns the sub-protocol chosen by the server for the
410 struct PP_Var (*GetProtocol)(PP_Resource web_socket); member in struct:PPB_WebSocket_1_0
/external/chromium_org/ppapi/api/
H A Dppb_websocket.idl420 * GetProtocol() returns the sub-protocol chosen by the server for the
431 PP_Var GetProtocol([in] PP_Resource web_socket);
/external/chromium_org/ppapi/proxy/
H A Dwebsocket_resource.h51 virtual PP_Var GetProtocol() OVERRIDE;
131 // read via GetProtocol().
H A Dwebsocket_resource.cc307 PP_Var WebSocketResource::GetProtocol() { function in class:ppapi::proxy::WebSocketResource
/external/chromium_org/net/spdy/
H A Dspdy_stream.h413 NextProto GetProtocol() const;
H A Dspdy_http_stream.cc331 HttpResponseInfo::ConnectionInfoFromNextProto(stream_->GetProtocol());
H A Dspdy_stream.cc737 NextProto SpdyStream::GetProtocol() const { function in class:net::SpdyStream
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.cc60 ProtocolType GetProtocol() const { function in class:cricket::RelayConnection
544 return conn1->GetProtocol() <= conn2->GetProtocol() ? conn1 : conn2;
/external/chromium_org/ppapi/tests/
H A Dtest_websocket.cc214 RUN_TEST_WITH_REFERENCE_CHECK(GetProtocol, filter);
371 PP_Var protocol = websocket_interface_->GetProtocol(ws);
722 PP_Var protocol = websocket_interface_->GetProtocol(ws);
1200 ASSERT_TRUE(AreEqualWithString(ws.GetProtocol().pp_var(), std::string()));
1258 ASSERT_TRUE(AreEqualWithString(ws.GetProtocol().pp_var(), std::string()));
1478 websocket.GetProtocol().pp_var(), protocol.c_str()));
/external/mdnsresponder/Clients/
H A Ddns-sd.c299 static DNSServiceProtocol GetProtocol(const char *s) function
1232 DNSServiceProtocol prot = GetProtocol(argv[opi+0]); // Must specify TCP or UDP
1248 else err = DNSServiceGetAddrInfo(&client, kDNSServiceFlagsReturnIntermediates, opinterface, GetProtocol(argv[opi+0]), argv[opi+1], addrinfo_reply, NULL);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2101 *_struct_result = iface->GetProtocol(web_socket);
5043 .GetProtocol = (struct PP_Var (*)(PP_Resource web_socket))&Pnacl_M18_PPB_WebSocket_GetProtocol,

Completed in 424 milliseconds