HomeSort by relevance Sort by last modified time
    Searched refs:NextProto (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/net/socket/
next_proto.h 12 // use over the TLS connection. NextProto enumerates the application level
14 enum NextProto {
ssl_client_socket.h 81 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
99 static NextProto NextProtoFromString(const std::string& proto_string);
101 static const char* NextProtoToString(NextProto next_proto);
121 virtual void set_protocol_negotiated(NextProto protocol_negotiated);
171 NextProto protocol_negotiated_;
ssl_client_socket.cc 25 NextProto SSLClientSocket::NextProtoFromString(
47 const char* SSLClientSocket::NextProtoToString(NextProto next_proto) {
102 NextProto SSLClientSocket::GetNegotiatedProtocol() const {
137 void SSLClientSocket::set_protocol_negotiated(NextProto protocol_negotiated) {
stream_socket.h 87 virtual NextProto GetNegotiatedProtocol() const = 0;
  /external/chromium/net/socket/
ssl_client_socket.h 63 // use over the TLS connection. NextProto enumerates the application level
65 enum NextProto {
89 static NextProto NextProtoFromString(const std::string& proto_string);
ssl_client_socket.cc 14 SSLClientSocket::NextProto SSLClientSocket::NextProtoFromString(
  /external/chromium_org/net/http/
http_pipelined_connection.h 56 NextProto protocol_negotiated) = 0;
88 virtual NextProto protocol_negotiated() const = 0;
http_proxy_client_socket.h 49 NextProto protocol_negotiated,
62 virtual NextProto GetProtocolNegotiated() const OVERRIDE;
75 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
155 NextProto protocol_negotiated_;
http_pipelined_host_test_util.h 36 NextProto protocol_negotiated));
60 MOCK_CONST_METHOD0(protocol_negotiated, NextProto());
http_stream_factory.cc 164 std::vector<NextProto> next_protos;
172 std::vector<NextProto> next_protos;
182 std::vector<NextProto> next_protos;
193 std::vector<NextProto> next_protos;
205 std::vector<NextProto> next_protos;
217 std::vector<NextProto> next_protos;
228 void HttpStreamFactory::SetNextProtos(const std::vector<NextProto>& value) {
236 // TODO(rtenneti): bug 116575 - consider combining the NextProto and
239 NextProto proto = value[i];
http_stream_factory_impl_request.h 53 NextProto protocol_negotiated,
113 virtual NextProto protocol_negotiated() const OVERRIDE;
143 NextProto protocol_negotiated_;
http_pipelined_connection_impl.h 58 NextProto protocol_negotiated) OVERRIDE;
68 NextProto protocol_negotiated);
86 virtual NextProto protocol_negotiated() const OVERRIDE;
304 NextProto protocol_negotiated_;
http_pipelined_host.h 82 NextProto protocol_negotiated) = 0;
http_pipelined_host_forced.h 49 NextProto protocol_negotiated) OVERRIDE;
proxy_client_socket.h 54 virtual NextProto GetProtocolNegotiated() const = 0;
http_stream_factory_impl_request_unittest.cc 17 public ::testing::WithParamInterface<NextProto> {};
20 NextProto,
http_pipelined_host_impl.h 51 NextProto protocol_negotiated) OVERRIDE;
http_pipelined_host_pool.h 61 NextProto protocol_negotiated);
http_pipelined_stream.h 101 NextProto protocol_negotiated() const;
http_response_info.h 138 static ConnectionInfo ConnectionInfoFromNextProto(NextProto next_proto);
  /external/chromium_org/net/spdy/
spdy_websocket_test_util.h 17 explicit SpdyWebSocketTestUtil(NextProto protocol);
spdy_test_util_common.h 53 std::vector<NextProto> SpdyNextProtos();
190 explicit SpdySessionDependencies(NextProto protocol);
193 SpdySessionDependencies(NextProto protocol, ProxyService* proxy_service);
218 NextProto protocol;
227 explicit SpdyURLRequestContext(NextProto protocol);
293 explicit SpdyTestUtil(NextProto protocol);
513 NextProto protocol() const { return protocol_; }
533 const NextProto protocol_;
spdy_proxy_client_socket.h 66 virtual NextProto GetProtocolNegotiated() const OVERRIDE;
79 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
spdy_session_pool.h 57 NextProto default_protocol,
221 const NextProto default_protocol_;
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;

Completed in 946 milliseconds

1 2 3 4 5