OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http_stream_factory
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/net/
preconnect.cc
15
#include "net/http/
http_stream_factory
.h"
96
if (session->
http_stream_factory
()->next_protos())
97
ssl_config.next_protos = *session->
http_stream_factory
()->next_protos();
102
net::HttpStreamFactory*
http_stream_factory
= session->
http_stream_factory
();
local
103
http_stream_factory
->PreconnectStreams(
/external/chromium_org/chrome/browser/net/
preconnect.cc
14
#include "net/http/
http_stream_factory
.h"
106
if (session->
http_stream_factory
()->has_next_protos())
107
ssl_config.next_protos = session->
http_stream_factory
()->next_protos();
112
net::HttpStreamFactory*
http_stream_factory
= session->
http_stream_factory
();
local
113
http_stream_factory
->PreconnectStreams(count, request_info, priority,
/external/chromium/net/http/
http_network_session.h
17
#include "net/http/
http_stream_factory
.h"
124
HttpStreamFactory*
http_stream_factory
() {
function in class:net::HttpNetworkSession
/external/chromium_org/net/http/
http_network_session.h
19
#include "net/http/
http_stream_factory
.h"
142
HttpStreamFactory*
http_stream_factory
() {
function in class:net::HttpNetworkSession
http_network_transaction_unittest.cc
46
#include "net/http/
http_stream_factory
.h"
12266
net::HttpStreamFactory*
http_stream_factory
= session->
http_stream_factory
();
local
[
all
...]
/external/chromium/net/spdy/
spdy_network_transaction_unittest.cc
853
HttpStreamFactory*
http_stream_factory
=
local
854
helper.session()->
http_stream_factory
();
855
if (
http_stream_factory
->next_protos()) {
856
preconnect_ssl_config.next_protos = *
http_stream_factory
->next_protos();
859
http_stream_factory
->PreconnectStreams
[
all
...]
/external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc
1061
HttpStreamFactory*
http_stream_factory
=
local
[
all
...]
Completed in 3289 milliseconds