Home | History | Annotate | Download | only in net

Lines Matching defs:URLRequestMockHTTPJob

21 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(net::URLRequest* request,
79 void URLRequestMockHTTPJob::GetResponseInfo(net::HttpResponseInfo* info) {
84 bool URLRequestMockHTTPJob::IsRedirectResponse(GURL* location,
92 void URLRequestMockHTTPJob::GetResponseInfoConst(
108 bool URLRequestMockHTTPJob::GetMimeType(std::string* mime_type) const {
114 bool URLRequestMockHTTPJob::GetCharset(std::string* charset) {