OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestURLRequestContext
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/url_request/
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
...]
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);
/external/chromium/net/url_request/
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
...]
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.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
();
Completed in 311 milliseconds