Home
last modified time | relevance | path

Searched refs:HttpBasicState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/http/
Dhttp_basic_state.cc19 HttpBasicState::HttpBasicState(ClientSocketHandle* connection, bool using_proxy) in HttpBasicState() function in net::HttpBasicState
25 HttpBasicState::~HttpBasicState() {} in ~HttpBasicState()
27 int HttpBasicState::Initialize(const HttpRequestInfo* request_info, in Initialize()
38 scoped_ptr<ClientSocketHandle> HttpBasicState::ReleaseConnection() { in ReleaseConnection()
42 scoped_refptr<GrowableIOBuffer> HttpBasicState::read_buf() const { in read_buf()
46 void HttpBasicState::DeleteParser() { parser_.reset(); } in DeleteParser()
48 std::string HttpBasicState::GenerateRequestLine() const { in GenerateRequestLine()
Dhttp_basic_state_unittest.cc19 const HttpBasicState state(handle, true); in TEST()
25 const HttpBasicState state(new ClientSocketHandle(), false); in TEST()
31 HttpBasicState state(handle, false); in TEST()
39 HttpBasicState state(new ClientSocketHandle(), false); in TEST()
48 HttpBasicState state(new ClientSocketHandle(), false); in TEST()
58 HttpBasicState state(new ClientSocketHandle(), use_proxy); in TEST()
68 HttpBasicState state(new ClientSocketHandle(), use_proxy); in TEST()
Dhttp_basic_state.h28 class NET_EXPORT_PRIVATE HttpBasicState {
30 HttpBasicState(ClientSocketHandle* connection, bool using_proxy);
31 ~HttpBasicState();
67 DISALLOW_COPY_AND_ASSIGN(HttpBasicState);
Dhttp_basic_stream.h86 HttpBasicState state_;
/external/chromium_org/net/websockets/
Dwebsocket_basic_handshake_stream.h103 HttpBasicState state_;