OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpBasicState
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/http/
http_basic_state.cc
19
HttpBasicState
::
HttpBasicState
(ClientSocketHandle* connection, bool using_proxy)
25
HttpBasicState
::~
HttpBasicState
() {}
27
int
HttpBasicState
::Initialize(const HttpRequestInfo* request_info,
38
scoped_ptr<ClientSocketHandle>
HttpBasicState
::ReleaseConnection() {
42
scoped_refptr<GrowableIOBuffer>
HttpBasicState
::read_buf() const {
46
void
HttpBasicState
::DeleteParser() { parser_.reset(); }
48
std::string
HttpBasicState
::GenerateRequestLine() const {
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
);
http_basic_state_unittest.cc
19
const
HttpBasicState
state(handle, true);
25
const
HttpBasicState
state(new ClientSocketHandle(), false);
31
HttpBasicState
state(handle, false);
39
HttpBasicState
state(new ClientSocketHandle(), false);
48
HttpBasicState
state(new ClientSocketHandle(), false);
58
HttpBasicState
state(new ClientSocketHandle(), use_proxy);
68
HttpBasicState
state(new ClientSocketHandle(), use_proxy);
http_basic_stream.h
88
HttpBasicState
state_;
/external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h
92
//
HttpBasicState
holds most of the handshake-related state.
93
HttpBasicState
state_;
Completed in 261 milliseconds