OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_transaction_factory
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/chrome/browser/ssl/
ssl_client_auth_requestor_mock.cc
7
#include "net/http/
http_transaction_factory
.h"
17
->
http_transaction_factory
()
chrome_ssl_host_state_delegate.cc
27
#include "net/http/
http_transaction_factory
.h"
58
http_transaction_factory
()->
/external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc
72
http_transaction_factory
()->GetCache()->GetCurrentBackend();
110
http_transaction_factory
()->GetCache()->CloseAllConnections();
123
http_transaction_factory
()->GetCache();
/external/chromium_org/net/url_request/
url_request_context_storage.cc
17
#include "net/http/
http_transaction_factory
.h"
105
HttpTransactionFactory*
http_transaction_factory
) {
106
context_->set_http_transaction_factory(
http_transaction_factory
);
107
http_transaction_factory_.reset(
http_transaction_factory
);
url_request_context_builder.cc
362
HttpTransactionFactory*
http_transaction_factory
= NULL;
local
379
http_transaction_factory
= new HttpCache(
385
http_transaction_factory
= new HttpNetworkLayer(network_session.get());
387
storage->set_http_transaction_factory(
http_transaction_factory
);
url_request_context_storage.h
66
HttpTransactionFactory*
http_transaction_factory
);
url_request_context.cc
13
#include "net/http/
http_transaction_factory
.h"
66
HttpTransactionFactory* transaction_factory =
http_transaction_factory
();
url_request_context.h
134
HttpTransactionFactory*
http_transaction_factory
() const {
function in class:net::URLRequestContext
view_cache_helper.cc
212
if (!context_->
http_transaction_factory
())
215
HttpCache* http_cache = context_->
http_transaction_factory
()->GetCache();
view_cache_helper_unittest.cc
97
context->
http_transaction_factory
()->GetCache()->GetBackend(
193
context.
http_transaction_factory
()->GetCache()->GetBackend(
url_request_ftp_job.cc
19
#include "net/http/
http_transaction_factory
.h"
192
int rv = request_->context()->
http_transaction_factory
()->CreateTransaction(
url_request_http_job.cc
35
#include "net/http/
http_transaction_factory
.h"
157
if (!request->context()->
http_transaction_factory
()) {
425
DCHECK(request_->context()->
http_transaction_factory
());
427
rv = request_->context()->
http_transaction_factory
()->CreateTransaction(
[
all
...]
/external/chromium_org/android_webview/browser/
net_disk_cache_remover.cc
13
#include "net/http/
http_transaction_factory
.h"
42
http_transaction_factory
()->GetCache()->GetBackend(backend_ptr, callback);
/external/chromium_org/components/policy/core/common/cloud/
system_policy_request_context.cc
56
system_context->
http_transaction_factory
()->GetSession()));
/external/chromium_org/chrome/browser/net/
preconnect.cc
15
#include "net/http/
http_transaction_factory
.h"
58
net::HttpTransactionFactory* factory = context->
http_transaction_factory
();
/external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.cc
13
#include "net/http/
http_transaction_factory
.h"
26
request_->context()->
http_transaction_factory
()->GetSession()),
/external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc
24
#include "net/http/
http_transaction_factory
.h"
178
http_transaction_factory
()->GetSession()->http_auth_cache();
180
http_transaction_factory
()->GetSession()->http_auth_cache());
profile_auth_data_unittest.cc
27
#include "net/http/
http_transaction_factory
.h"
264
return GetRequestContext(browser_context)->
http_transaction_factory
()->
/external/chromium_org/content/renderer/
browser_render_view_browsertest.cc
85
getter->GetURLRequestContext()->
http_transaction_factory
()->GetCache());
119
getter->GetURLRequestContext()->
http_transaction_factory
()->GetCache());
/external/chromium_org/sync/internal_api/
http_bridge.cc
144
baseline_context->
http_transaction_factory
()->GetSession();
171
delete
http_transaction_factory
();
http_bridge_unittest.cc
78
http_transaction_factory
()->GetSession();
82
http_transaction_factory
()->GetSession());
/external/chromium_org/net/socket_stream/
socket_stream.cc
34
#include "net/http/
http_transaction_factory
.h"
786
DCHECK(context_->
http_transaction_factory
());
787
DCHECK(context_->
http_transaction_factory
()->GetSession());
789
context_->
http_transaction_factory
()->GetSession();
[
all
...]
/external/chromium_org/chrome/browser/ui/login/
login_prompt.cc
32
#include "net/http/
http_transaction_factory
.h"
89
request_->context()->
http_transaction_factory
()->GetSession()),
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc
167
if (!context->
http_transaction_factory
())
170
net::HttpCache* http_cache = context->
http_transaction_factory
()->GetCache();
181
if (!context->
http_transaction_factory
())
184
return context->
http_transaction_factory
()->GetSession();
[
all
...]
/external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc
26
#include "net/http/
http_transaction_factory
.h"
194
context_getter_->GetURLRequestContext()->
http_transaction_factory
();
Completed in 609 milliseconds
1
2