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/
ssl_client_socket.h 74 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
92 static NextProto NextProtoFromString(const std::string& proto_string);
94 static const char* NextProtoToString(NextProto next_proto);
114 virtual void set_protocol_negotiated(NextProto protocol_negotiated);
134 NextProto protocol_negotiated_;
next_proto.h 12 // use over the TLS connection. NextProto enumerates the application level
14 enum NextProto {
ssl_client_socket.cc 19 NextProto SSLClientSocket::NextProtoFromString(
43 const char* SSLClientSocket::NextProtoToString(NextProto next_proto) {
101 NextProto SSLClientSocket::GetNegotiatedProtocol() const {
136 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 141 std::vector<NextProto> next_protos;
153 std::vector<NextProto> next_protos;
161 std::vector<NextProto> next_protos;
172 std::vector<NextProto> next_protos;
184 std::vector<NextProto> next_protos;
197 std::vector<NextProto> next_protos;
209 void HttpStreamFactory::SetNextProtos(const std::vector<NextProto>& value) {
218 // TODO(rtenneti): bug 116575 - consider combining the NextProto and
221 NextProto proto = value[i];
http_stream_factory_impl_request.h 52 NextProto protocol_negotiated,
110 virtual NextProto protocol_negotiated() const OVERRIDE;
139 NextProto protocol_negotiated_;
http_pipelined_connection_impl.h 58 NextProto protocol_negotiated) OVERRIDE;
68 NextProto protocol_negotiated);
86 virtual NextProto protocol_negotiated() const OVERRIDE;
302 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.h 167 virtual NextProto protocol_negotiated() const = 0;
288 static void SetNextProtos(const std::vector<NextProto>& value);
http_pipelined_host_impl.h 51 NextProto protocol_negotiated) OVERRIDE;
http_pipelined_host_pool.h 61 NextProto protocol_negotiated);
http_pipelined_stream.h 97 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);
512 NextProto protocol() const { return protocol_; }
532 const NextProto protocol_;
spdy_proxy_client_socket.h 66 virtual NextProto GetProtocolNegotiated() const OVERRIDE;
79 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
spdy_session_pool.h 58 NextProto default_protocol,
220 const NextProto default_protocol_;
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;

Completed in 504 milliseconds

1 2 3 4 5