OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spdy_session_pool
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
http_network_session.h
19
#include "net/spdy/
spdy_session_pool
.h"
116
SpdySessionPool*
spdy_session_pool
() { return &spdy_session_pool_; }
function in class:net::HttpNetworkSession
http_proxy_client_socket_pool.h
49
SpdySessionPool*
spdy_session_pool
,
65
SpdySessionPool*
spdy_session_pool
() {
function in class:net::HttpProxySocketParams
/external/chromium_org/net/http/
http_proxy_client_socket_pool.h
53
SpdySessionPool*
spdy_session_pool
,
69
SpdySessionPool*
spdy_session_pool
() {
function in class:net::HttpProxySocketParams
http_network_session.h
21
#include "net/spdy/
spdy_session_pool
.h"
131
SpdySessionPool*
spdy_session_pool
() { return &spdy_session_pool_; }
function in class:net::HttpNetworkSession
/external/chromium/net/spdy/
spdy_network_transaction_unittest.cc
18
#include "net/spdy/
spdy_session_pool
.h"
103
session()->
spdy_session_pool
()->CloseAllSessions();
160
session_->
spdy_session_pool
()->CloseCurrentSessions();
190
// ensure proper deletion of the
spdy_session_pool
.
439
SpdySessionPool* pool(session->
spdy_session_pool
());
4207
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
4316
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
4573
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
[
all
...]
/external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc
32
#include "net/spdy/
spdy_session_pool
.h"
147
session()->
spdy_session_pool
()->CloseAllSessions();
215
session_->
spdy_session_pool
()->CloseCurrentSessions(net::ERR_ABORTED);
254
// ensure proper deletion of the
spdy_session_pool
.
580
session->
spdy_session_pool
()->FindAvailableSession(key, log);
4250
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
4352
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
4647
SpdySessionPool*
spdy_session_pool
= helper.session()->
spdy_session_pool
();
local
[
all
...]
Completed in 155 milliseconds