Searched defs:URLRequestMockHTTPJob (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_request_mock_http_job.h17 class URLRequestMockHTTPJob : public net::URLRequestFileJob { class in inherits:net::URLRequestFileJob
19 URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path);
39 virtual ~URLRequestMockHTTPJob() { }
H A Durl_request_mock_http_job.cc21 FilePath URLRequestMockHTTPJob::base_path_;
24 net::URLRequestJob* URLRequestMockHTTPJob::Factory(net::URLRequest* request,
26 return new URLRequestMockHTTPJob(request,
31 void URLRequestMockHTTPJob::AddUrlHandler(const FilePath& base_path) {
37 URLRequestMockHTTPJob::Factory);
41 GURL URLRequestMockHTTPJob::GetMockUrl(const FilePath& path) {
52 GURL URLRequestMockHTTPJob::GetMockViewSourceUrl(const FilePath& path) {
60 FilePath URLRequestMockHTTPJob::GetOnDiskPath(const FilePath& base_path,
74 URLRequestMockHTTPJob::URLRequestMockHTTPJob(ne function in class:URLRequestMockHTTPJob
[all...]

Completed in 129 milliseconds