Home
last modified time | relevance | path

Searched refs:URLRequestMockHTTPJob (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_mock_http_job.cc50 return std::make_unique<URLRequestMockHTTPJob>( in MaybeInterceptRequest()
95 void URLRequestMockHTTPJob::AddUrlHandlers(const base::FilePath& base_path) { in AddUrlHandlers()
105 GURL URLRequestMockHTTPJob::GetMockUrl(const std::string& path) { in GetMockUrl()
110 GURL URLRequestMockHTTPJob::GetMockHttpsUrl(const std::string& path) { in GetMockHttpsUrl()
115 std::unique_ptr<URLRequestInterceptor> URLRequestMockHTTPJob::CreateInterceptor( in CreateInterceptor()
122 URLRequestMockHTTPJob::CreateInterceptorForSingleFile( in CreateInterceptorForSingleFile()
127 URLRequestMockHTTPJob::URLRequestMockHTTPJob(URLRequest* request, in URLRequestMockHTTPJob() function in net::URLRequestMockHTTPJob
134 URLRequestMockHTTPJob::~URLRequestMockHTTPJob() = default;
137 void URLRequestMockHTTPJob::GetResponseInfo(HttpResponseInfo* info) { in GetResponseInfo()
142 bool URLRequestMockHTTPJob::IsRedirectResponse( in IsRedirectResponse()
[all …]
H A Durl_request_mock_http_job.h28 class URLRequestMockHTTPJob : public URLRequestTestJobBackedByFile {
31 URLRequestMockHTTPJob(URLRequest* request,
34 URLRequestMockHTTPJob(const URLRequestMockHTTPJob&) = delete;
35 URLRequestMockHTTPJob& operator=(const URLRequestMockHTTPJob&) = delete;
37 ~URLRequestMockHTTPJob() override;
80 base::WeakPtrFactory<URLRequestMockHTTPJob> weak_ptr_factory_{this};