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

/external/chromium/chrome/browser/net/
H A Durl_request_mock_http_job.h31 // Given the path to a file relative to base_path_, construct a mock URL.
34 // Given the path to a file relative to base_path_,
50 static FilePath base_path_; member in class:URLRequestMockHTTPJob
H A Durl_request_slow_http_job.h25 // Given the path to a file relative to base_path_, construct a mock URL.
39 static FilePath base_path_; member in class:URLRequestSlowHTTPJob
H A Durl_request_slow_http_job.cc13 FilePath URLRequestSlowHTTPJob::base_path_; member in class:URLRequestSlowHTTPJob
24 GetOnDiskPath(base_path_, request, scheme));
29 base_path_ = base_path;
H A Durl_request_mock_http_job.cc21 FilePath URLRequestMockHTTPJob::base_path_; member in class:URLRequestMockHTTPJob
27 GetOnDiskPath(base_path_, request, scheme));
32 base_path_ = base_path;
/external/chromium/chrome/browser/extensions/
H A Dexternal_pref_extension_loader.h40 FilePath base_path_; member in class:ExternalPrefExtensionLoader

Completed in 380 milliseconds