Searched refs:URLRequestMockHTTPJob (Results 1 – 2 of 2) sorted by relevance
50 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::URLRequestMockHTTPJob134 URLRequestMockHTTPJob::~URLRequestMockHTTPJob() = default;137 void URLRequestMockHTTPJob::GetResponseInfo(HttpResponseInfo* info) { in GetResponseInfo()142 bool URLRequestMockHTTPJob::IsRedirectResponse( in IsRedirectResponse()[all …]
28 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};