OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestURLRequestContext
(Results
1 - 25
of
58
) sorted by null
1
2
3
/external/chromium/net/url_request/
view_cache_helper_unittest.cc
19
class
TestURLRequestContext
: public URLRequestContext {
21
TestURLRequestContext
();
30
TestURLRequestContext
::
TestURLRequestContext
()
103
scoped_refptr<
TestURLRequestContext
> context(new
TestURLRequestContext
());
114
scoped_refptr<
TestURLRequestContext
> context(new
TestURLRequestContext
());
136
scoped_refptr<
TestURLRequestContext
> context(new
TestURLRequestContext
());
[
all
...]
url_request_test_util.cc
39
TestURLRequestContext
::
TestURLRequestContext
()
48
TestURLRequestContext
::
TestURLRequestContext
(const std::string& proxy)
60
TestURLRequestContext
::
TestURLRequestContext
(const std::string& proxy,
71
TestURLRequestContext
::~
TestURLRequestContext
() {}
73
void
TestURLRequestContext
::Init() {
100
set_context(new
TestURLRequestContext
());
[
all
...]
url_request_test_util.h
68
class
TestURLRequestContext
: public net::URLRequestContext {
70
TestURLRequestContext
();
71
explicit
TestURLRequestContext
(const std::string& proxy);
72
TestURLRequestContext
(const std::string& proxy,
76
virtual ~
TestURLRequestContext
();
url_request_unittest.cc
193
scoped_refptr<URLRequestContext> context(new
TestURLRequestContext
());
257
new
TestURLRequestContext
(test_server_.host_port_pair().ToString()));
281
scoped_refptr<
TestURLRequestContext
> context(
282
new
TestURLRequestContext
(test_server_.host_port_pair().ToString()));
313
scoped_refptr<
TestURLRequestContext
> context(
314
new
TestURLRequestContext
(test_server_.host_port_pair().ToString()));
342
scoped_refptr<
TestURLRequestContext
> context(
343
new
TestURLRequestContext
(test_server_.host_port_pair().ToString()));
371
new
TestURLRequestContext
(test_server_.host_port_pair().ToString()));
722
scoped_refptr<URLRequestContext> context(new
TestURLRequestContext
());
[
all
...]
/external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory_unittest.cc
25
scoped_ptr<
TestURLRequestContext
> context(new
TestURLRequestContext
());
/external/chromium_org/net/url_request/
url_request_job_factory_impl_unittest.cc
62
TestURLRequestContext
request_context;
75
TestURLRequestContext
request_context;
89
TestURLRequestContext
request_context;
url_request_job_unittest.cc
66
TestURLRequestContext
context;
86
TestURLRequestContext
context;
108
TestURLRequestContext
context;
url_request_test_util.h
50
class
TestURLRequestContext
: public URLRequestContext {
52
TestURLRequestContext
();
53
// Default constructor like
TestURLRequestContext
() but does not call
57
explicit
TestURLRequestContext
(bool delay_initialization);
58
virtual ~
TestURLRequestContext
();
92
scoped_ptr<
TestURLRequestContext
> context);
95
virtual
TestURLRequestContext
* GetURLRequestContext() OVERRIDE;
104
scoped_ptr<
TestURLRequestContext
> context_;
114
TestURLRequestContext
* context);
view_cache_helper_unittest.cc
19
class
TestURLRequestContext
: public URLRequestContext {
21
TestURLRequestContext
();
22
virtual ~
TestURLRequestContext
() {}
31
TestURLRequestContext
::
TestURLRequestContext
()
106
TestURLRequestContext
context;
117
TestURLRequestContext
context;
139
TestURLRequestContext
context;
164
TestURLRequestContext
context;
183
TestURLRequestContext
context
[
all
...]
url_request_test_util.cc
46
TestURLRequestContext
::
TestURLRequestContext
()
53
TestURLRequestContext
::
TestURLRequestContext
(bool delay_initialization)
61
TestURLRequestContext
::~
TestURLRequestContext
() {
65
void
TestURLRequestContext
::Init() {
132
TestURLRequestContext
* context)
146
scoped_ptr<
TestURLRequestContext
> context)
153
TestURLRequestContext
* TestURLRequestContextGetter::GetURLRequestContext()
[
all
...]
/external/chromium_org/net/websockets/
websocket_test_util.h
85
//
TestURLRequestContext
that returns mock ClientSocketHandles that do what is
102
TestURLRequestContext
* GetURLRequestContext();
106
TestURLRequestContext
url_request_context_;
/external/chromium_org/jingle/glue/
proxy_resolving_client_socket_unittest.cc
20
class MyTestURLRequestContext : public net::
TestURLRequestContext
{
22
MyTestURLRequestContext() :
TestURLRequestContext
(true) {
40
scoped_ptr<net::
TestURLRequestContext
>(
/external/chromium_org/chrome/browser/extensions/
user_script_listener_unittest.cc
161
net::
TestURLRequestContext
* context) {
210
net::
TestURLRequestContext
context;
228
net::
TestURLRequestContext
context;
250
net::
TestURLRequestContext
context;
266
net::
TestURLRequestContext
context;
296
net::
TestURLRequestContext
context;
327
net::
TestURLRequestContext
context;
/external/chromium_org/sync/tools/
sync_listen_notifications.cc
75
class MyTestURLRequestContext : public net::
TestURLRequestContext
{
77
MyTestURLRequestContext() :
TestURLRequestContext
(true) {
94
virtual net::
TestURLRequestContext
* GetURLRequestContext() OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions_unittest.cc
32
net::
TestURLRequestContext
context;
76
net::
TestURLRequestContext
context;
/external/chromium_org/chrome_frame/test/
test_server_test.cc
70
const net::
TestURLRequestContext
* context)
85
net::
TestURLRequestContext
context;
/external/chromium/net/websockets/
websocket_unittest.cc
176
new
TestURLRequestContext
()));
239
new
TestURLRequestContext
()));
274
new
TestURLRequestContext
()));
312
new
TestURLRequestContext
()));
/external/chromium_org/components/policy/core/common/cloud/
policy_header_io_helper_unittest.cc
45
net::
TestURLRequestContext
context_;
/external/chromium_org/content/public/test/
test_browser_context.cc
36
net::
TestURLRequestContext
context_;
/external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc
73
class MyTestURLRequestContext : public net::
TestURLRequestContext
{
75
MyTestURLRequestContext() :
TestURLRequestContext
(true) {
90
scoped_ptr<net::
TestURLRequestContext
>(
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_unittest.cc
78
net::
TestURLRequestContext
context;
126
net::
TestURLRequestContext
context;
201
net::
TestURLRequestContext
context;
261
net::
TestURLRequestContext
context;
322
net::
TestURLRequestContext
context;
/external/chromium_org/net/socket_stream/
socket_stream_unittest.cc
237
class TestURLRequestContextWithProxy : public
TestURLRequestContext
{
240
:
TestURLRequestContext
(true) {
398
TestURLRequestContext
context;
458
TestURLRequestContext
context;
491
TestURLRequestContext
context;
719
TestURLRequestContext
context;
781
TestURLRequestContext
context;
809
TestURLRequestContext
context;
[
all
...]
/external/chromium_org/chrome/browser/net/
chrome_network_delegate_unittest.cc
50
net::
TestURLRequestContext
context;
146
net::
TestURLRequestContext
context_;
322
net::
TestURLRequestContext
context_;
/external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher_unittest.cc
41
virtual net::
TestURLRequestContext
* GetURLRequestContext() OVERRIDE {
43
context_.reset(new net::
TestURLRequestContext
(true));
58
scoped_ptr<net::
TestURLRequestContext
> context_;
83
//
TestURLRequestContext
we create.
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
90
class MyTestURLRequestContext : public net::
TestURLRequestContext
{
92
MyTestURLRequestContext() :
TestURLRequestContext
(true) {
109
virtual net::
TestURLRequestContext
* GetURLRequestContext() OVERRIDE {
Completed in 3613 milliseconds
1
2
3