HomeSort by relevance Sort by last modified time
    Searched refs:HttpPipelinedHost (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/net/http/
http_pipelined_host_pool.h 31 : public HttpPipelinedHost::Delegate {
35 // Called when a HttpPipelinedHost has new capacity. Attempts to allocate
38 HttpPipelinedHost* host) = 0;
43 HttpPipelinedHost::Factory* factory,
50 bool IsKeyEligibleForPipelining(const HttpPipelinedHost::Key& key);
55 const HttpPipelinedHost::Key& key,
66 const HttpPipelinedHost::Key& key);
70 bool IsExistingPipelineAvailableForKey(const HttpPipelinedHost::Key& key);
72 // Callbacks for HttpPipelinedHost.
73 virtual void OnHostIdle(HttpPipelinedHost* host) OVERRIDE
    [all...]
http_pipelined_host.cc 9 HttpPipelinedHost::Key::Key(const HostPortPair& origin)
13 bool HttpPipelinedHost::Key::operator<(const Key& rhs) const {
http_pipelined_host.h 29 class NET_EXPORT_PRIVATE HttpPipelinedHost {
48 virtual void OnHostIdle(HttpPipelinedHost* host) = 0;
52 virtual void OnHostHasAdditionalCapacity(HttpPipelinedHost* host) = 0;
56 HttpPipelinedHost* host,
64 // Returns a new HttpPipelinedHost.
65 virtual HttpPipelinedHost* CreateNewHost(
72 virtual ~HttpPipelinedHost() {}
http_pipelined_host_pool.cc 17 class HttpPipelinedHostImplFactory : public HttpPipelinedHost::Factory {
19 virtual HttpPipelinedHost* CreateNewHost(
20 HttpPipelinedHost::Delegate* delegate,
21 const HttpPipelinedHost::Key& key,
35 HttpPipelinedHost::Factory* factory,
52 const HttpPipelinedHost::Key& key) {
59 const HttpPipelinedHost::Key& key,
66 HttpPipelinedHost* host = GetPipelinedHost(key, true);
77 const HttpPipelinedHost::Key& key) {
78 HttpPipelinedHost* host = GetPipelinedHost(key, false)
    [all...]
http_pipelined_host_forced.h 34 : public HttpPipelinedHost,
37 HttpPipelinedHostForced(HttpPipelinedHost::Delegate* delegate,
42 // HttpPipelinedHost interface
73 HttpPipelinedHost::Delegate* delegate_;
http_pipelined_host_impl.h 35 : public HttpPipelinedHost,
38 HttpPipelinedHostImpl(HttpPipelinedHost::Delegate* delegate,
39 const HttpPipelinedHost::Key& key,
44 // HttpPipelinedHost interface
106 HttpPipelinedHost::Delegate* delegate_;
http_pipelined_host_test_util.h 11 class MockHostDelegate : public HttpPipelinedHost::Delegate {
16 MOCK_METHOD1(OnHostIdle, void(HttpPipelinedHost* host));
17 MOCK_METHOD1(OnHostHasAdditionalCapacity, void(HttpPipelinedHost* host));
19 void(HttpPipelinedHost* host,
http_pipelined_host_pool_unittest.cc 34 void(HttpPipelinedHost* host));
37 class MockHostFactory : public HttpPipelinedHost::Factory {
39 MOCK_METHOD5(CreateNewHost, HttpPipelinedHost*(
40 HttpPipelinedHost::Delegate* delegate,
41 const HttpPipelinedHost::Key& key,
47 class MockHost : public HttpPipelinedHost {
84 void CreateDummyStream(const HttpPipelinedHost::Key& key,
103 MockHost* CreateDummyHost(const HttpPipelinedHost::Key& key) {
117 HttpPipelinedHost::Key key_;
228 HttpPipelinedHost::Key key1(HostPortPair("host", 123))
    [all...]
http_stream_factory_impl.h 25 class HttpPipelinedHost;
66 HttpPipelinedHost* host) OVERRIDE;
79 typedef std::map<HttpPipelinedHost::Key,
125 const HttpPipelinedHost::Key& key,
http_pipelined_host_forced.cc 16 HttpPipelinedHost::Delegate* delegate,
59 const HttpPipelinedHost::Key& HttpPipelinedHostForced::GetKey() const {
http_pipelined_host_impl.cc 19 HttpPipelinedHost::Delegate* delegate,
20 const HttpPipelinedHost::Key& key,
80 const HttpPipelinedHost::Key& HttpPipelinedHostImpl::GetKey() const {
http_stream_factory_impl_request.h 44 bool SetHttpPipeliningKey(const HttpPipelinedHost::Key& http_pipelining_key);
138 scoped_ptr<const HttpPipelinedHost::Key> http_pipelining_key_;
http_pipelined_host_forced_unittest.cc 54 HttpPipelinedHost::Key key_;
http_stream_factory_impl_job.h 321 // Key used to identify the HttpPipelinedHost for |request_|.
322 scoped_ptr<HttpPipelinedHost::Key> http_pipelining_key_;
http_stream_factory_impl.cc 326 HttpPipelinedHost* host) {
348 const Job* job, const HttpPipelinedHost::Key& key, int status,
http_stream_factory_impl_request.cc 67 const HttpPipelinedHost::Key& http_pipelining_key) {
69 http_pipelining_key_.reset(new HttpPipelinedHost::Key(http_pipelining_key));
http_pipelined_host_impl_unittest.cc 69 HttpPipelinedHost::Key key_;
http_stream_factory_impl_job.cc 630 http_pipelining_key_.reset(new HttpPipelinedHost::Key(origin_));
    [all...]

Completed in 95 milliseconds