Searched refs:HttpBasicState (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/http/ |
D | http_basic_state.cc | 19 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()
|
D | http_basic_state_unittest.cc | 19 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()
|
D | http_basic_state.h | 28 class NET_EXPORT_PRIVATE HttpBasicState { 30 HttpBasicState(ClientSocketHandle* connection, bool using_proxy); 31 ~HttpBasicState(); 67 DISALLOW_COPY_AND_ASSIGN(HttpBasicState);
|
D | http_basic_stream.h | 86 HttpBasicState state_;
|
/external/chromium_org/net/websockets/ |
D | websocket_basic_handshake_stream.h | 103 HttpBasicState state_;
|