OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestProtocolHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
url_request_filter_unittest.cc
41
class
TestProtocolHandler
: public URLRequestJobFactory::ProtocolHandler {
43
virtual ~
TestProtocolHandler
() {}
125
new
TestProtocolHandler
()));
141
new
TestProtocolHandler
()));
/external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc
220
class
TestProtocolHandler
: public net::URLRequestJobFactory::ProtocolHandler {
222
TestProtocolHandler
(const base::FilePath& path,
228
virtual ~
TestProtocolHandler
() {
265
DISALLOW_COPY_AND_ASSIGN(
TestProtocolHandler
);
295
TestProtocolHandler
* protocol_handler =
296
new
TestProtocolHandler
(path, load_timing_deltas);
298
base::Bind(&
TestProtocolHandler
::Register,
306
base::Bind(&
TestProtocolHandler
::Unregister,
Completed in 170 milliseconds