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

/external/chromium_org/net/test/url_request/
H A Durl_request_mock_http_job.cc29 // When |map_all_requests_to_base_path| is true, all request should return the
30 // contents of the file at |base_path|. When |map_all_requests_to_base_path|
35 bool map_all_requests_to_base_path,
38 map_all_requests_to_base_path_(map_all_requests_to_base_path),
33 MockJobInterceptor( const base::FilePath& base_path, bool map_all_requests_to_base_path, const scoped_refptr<base::SequencedWorkerPool>& worker_pool) argument

Completed in 855 milliseconds