OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpBasicState
(Results
1 - 2
of
2
) 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
);
Completed in 26 milliseconds