OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLRequestContext
(Results
151 - 175
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc
134
url_request_context_.reset(new net::
URLRequestContext
());
181
scoped_ptr<net::
URLRequestContext
> url_request_context_;
/external/chromium_org/chrome/browser/chromeos/login/auth/
online_attempt_unittest.cc
40
virtual net::
URLRequestContext
* GetURLRequestContext() OVERRIDE {
/external/chromium_org/chrome/browser/safe_browsing/
database_manager.h
35
class
URLRequestContext
;
/external/chromium_org/cloud_print/service/
service_state.cc
166
scoped_ptr<net::
URLRequestContext
> context(builder.Build());
/external/chromium_org/components/cronet/android/
url_request_context_adapter.cc
206
net::
URLRequestContext
* URLRequestContextAdapter::GetURLRequestContext() {
208
LOG(ERROR) << "
URLRequestContext
is not set up";
/external/chromium_org/content/browser/
browser_context.cc
74
net::
URLRequestContext
* context = context_getter->GetURLRequestContext();
plugin_process_host.cc
432
net::
URLRequestContext
** request_context) {
/external/chromium_org/content/browser/renderer_host/
render_message_filter.h
73
class
URLRequestContext
;
socket_stream_dispatcher_host.cc
289
net::
URLRequestContext
* SocketStreamDispatcherHost::GetURLRequestContext() {
/external/chromium_org/content/browser/service_worker/
service_worker_url_request_job_unittest.cc
171
net::
URLRequestContext
url_request_context_;
/external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc
172
net::
URLRequestContext
* request_context =
177
// accept language through the
URLRequestContext
.
/external/chromium_org/content/public/browser/
content_browser_client.cc
172
net::
URLRequestContext
* ContentBrowserClient::OverrideRequestContextForURL(
/external/chromium_org/net/ocsp/
nss_ocsp.cc
52
URLRequestContext
* g_request_context = NULL;
385
URLRequestContext
* url_request_context = g_request_context;
612
URLRequestContext
* request_context = g_request_context;
615
LOG(ERROR) << "No
URLRequestContext
for NSS HTTP handler. host: " << host;
[
all
...]
/external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.cc
35
URLRequestContext
* url_request_context,
proxy_script_decider_unittest.cc
103
virtual void SetRequestContext(
URLRequestContext
* context) {
121
virtual
URLRequestContext
* GetRequestContext() const OVERRIDE {
127
URLRequestContext
* request_context_;
336
URLRequestContext
request_context_;
/external/chromium_org/net/url_request/
url_request_http_job.cc
70
virtual const
URLRequestContext
* GetURLRequestContext() const OVERRIDE;
139
const
URLRequestContext
*
802
const
URLRequestContext
* context = request_->context();
860
const
URLRequestContext
* context = request_->context();
[
all
...]
url_request_test_util.h
53
class TestURLRequestContext : public
URLRequestContext
{
58
//
URLRequestContext
before it is constructed completely. If
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc
113
net::HostCache* GetHostResolverCache(net::
URLRequestContext
* context) {
166
disk_cache::Backend* GetDiskCacheBackend(net::
URLRequestContext
* context) {
180
net::
URLRequestContext
* context) {
454
net::
URLRequestContext
* GetMainContext() {
[
all
...]
net_internals_ui_browsertest.cc
56
net::
URLRequestContext
* context = context_getter->GetURLRequestContext();
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher_unittest.cc
56
virtual net::
URLRequestContext
* GetURLRequestContext() OVERRIDE {
/external/chromium_org/components/domain_reliability/
monitor.cc
73
net::
URLRequestContext
* url_request_context) {
88
// Make sure the
URLRequestContext
actually lives on what was declared to be
/external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc
68
net::
URLRequestContext
* request_context,
158
net::
URLRequestContext
* request_context,
185
net::
URLRequestContext
* url_request_context) {
209
net::
URLRequestContext
* request_context,
[
all
...]
/external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc
49
net::
URLRequestContext
* request_context =
/external/chromium_org/net/spdy/
spdy_test_util_common.h
230
class SpdyURLRequestContext : public
URLRequestContext
{
/external/chromium_org/chrome/test/base/
testing_profile.cc
147
class TestExtensionURLRequestContext : public net::
URLRequestContext
{
166
virtual net::
URLRequestContext
* GetURLRequestContext() OVERRIDE {
180
scoped_ptr<net::
URLRequestContext
> context_;
[
all
...]
Completed in 1090 milliseconds
1
2
3
4
5
6
7
8
9