OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpPipelinedConnection
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/http/
http_pipelined_host_forced.h
35
public
HttpPipelinedConnection
::Delegate {
39
HttpPipelinedConnection
::Factory* factory);
59
//
HttpPipelinedConnection
::Delegate interface
62
HttpPipelinedConnection
* pipeline) OVERRIDE;
65
HttpPipelinedConnection
* pipeline,
66
HttpPipelinedConnection
::Feedback feedback) OVERRIDE;
71
void OnPipelineEmpty(
HttpPipelinedConnection
* pipeline);
75
scoped_ptr<
HttpPipelinedConnection
> pipeline_;
76
scoped_ptr<
HttpPipelinedConnection
::Factory> factory_;
http_pipelined_host_impl.h
36
public
HttpPipelinedConnection
::Delegate {
40
HttpPipelinedConnection
::Factory* factory,
57
//
HttpPipelinedConnection
::Delegate interface
62
HttpPipelinedConnection
* pipeline) OVERRIDE;
65
HttpPipelinedConnection
* pipeline,
66
HttpPipelinedConnection
::Feedback feedback) OVERRIDE;
84
typedef std::map<
HttpPipelinedConnection
*, PipelineInfo> PipelineInfoMap;
88
void OnPipelineEmpty(
HttpPipelinedConnection
* pipeline);
91
void AddRequestToPipeline(
HttpPipelinedConnection
* pipeline);
100
bool CanPipelineAcceptRequests(
HttpPipelinedConnection
* pipeline) const
[
all
...]
http_pipelined_connection.h
21
class NET_EXPORT_PRIVATE
HttpPipelinedConnection
{
36
virtual void OnPipelineHasCapacity(
HttpPipelinedConnection
* pipeline) = 0;
40
virtual void OnPipelineFeedback(
HttpPipelinedConnection
* pipeline,
48
virtual
HttpPipelinedConnection
* CreateNewPipeline(
59
virtual ~
HttpPipelinedConnection
() {}
http_pipelined_host_impl.cc
21
HttpPipelinedConnection
::Factory* factory,
46
HttpPipelinedConnection
* pipeline = factory_->CreateNewPipeline(
55
HttpPipelinedConnection
* available_pipeline = NULL;
84
void HttpPipelinedHostImpl::OnPipelineEmpty(
HttpPipelinedConnection
* pipeline) {
95
HttpPipelinedConnection
* pipeline) {
107
HttpPipelinedConnection
* pipeline,
108
HttpPipelinedConnection
::Feedback feedback) {
111
case
HttpPipelinedConnection
::OK:
124
case
HttpPipelinedConnection
::PIPELINE_SOCKET_ERROR:
137
case
HttpPipelinedConnection
::OLD_HTTP_VERSION
[
all
...]
http_pipelined_host_test_util.h
23
class MockPipelineFactory : public
HttpPipelinedConnection
::Factory {
28
MOCK_METHOD8(CreateNewPipeline,
HttpPipelinedConnection
*(
30
HttpPipelinedConnection
::Delegate* delegate,
39
class MockPipeline : public
HttpPipelinedConnection
{
http_pipelined_host_forced.cc
18
HttpPipelinedConnection
::Factory* factory)
64
HttpPipelinedConnection
* pipeline) {
72
HttpPipelinedConnection
* pipeline) {
82
HttpPipelinedConnection
* pipeline,
83
HttpPipelinedConnection
::Feedback feedback) {
http_pipelined_host_impl_unittest.cc
162
host_->OnPipelineFeedback(pipeline,
HttpPipelinedConnection
::OK);
182
host_->OnPipelineFeedback(pipeline1,
HttpPipelinedConnection
::OK);
206
HttpPipelinedConnection
::OLD_HTTP_VERSION);
225
HttpPipelinedConnection
::AUTHENTICATION_REQUIRED);
242
HttpPipelinedConnection
::MUST_CLOSE_CONNECTION);
259
host_->OnPipelineFeedback(pipeline,
HttpPipelinedConnection
::OK);
262
host_->OnPipelineFeedback(pipeline,
HttpPipelinedConnection
::OK);
263
host_->OnPipelineFeedback(pipeline,
HttpPipelinedConnection
::OK);
277
HttpPipelinedConnection
::PIPELINE_SOCKET_ERROR);
282
HttpPipelinedConnection
::OK)
[
all
...]
http_pipelined_connection_impl.h
46
: public
HttpPipelinedConnection
{
48
class Factory : public
HttpPipelinedConnection
::Factory {
50
virtual
HttpPipelinedConnection
* CreateNewPipeline(
52
HttpPipelinedConnection
::Delegate* delegate,
71
//
HttpPipelinedConnection
interface.
http_pipelined_host.h
67
HttpPipelinedConnection
::Factory* factory,
http_pipelined_host_pool.cc
22
HttpPipelinedConnection
::Factory* factory,
http_pipelined_connection_impl_unittest.cc
60
class MockPipelineDelegate : public
HttpPipelinedConnection
::Delegate {
62
MOCK_METHOD1(OnPipelineHasCapacity, void(
HttpPipelinedConnection
* pipeline));
64
HttpPipelinedConnection
* pipeline,
65
HttpPipelinedConnection
::Feedback feedback));
[
all
...]
http_pipelined_host_pool_unittest.cc
42
HttpPipelinedConnection
::Factory* factory,
http_pipelined_connection_impl.cc
52
HttpPipelinedConnection
*
55
HttpPipelinedConnection
::Delegate* delegate,
70
HttpPipelinedConnection
::Delegate* delegate,
Completed in 1258 milliseconds