HomeSort by relevance Sort by last modified time
    Searched refs:base_path_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/net/
url_request_slow_http_job.h 25 // Given the path to a file relative to base_path_, construct a mock URL.
39 static FilePath base_path_; member in class:URLRequestSlowHTTPJob
url_request_slow_http_job.cc 13 FilePath URLRequestSlowHTTPJob::base_path_; member in class:URLRequestSlowHTTPJob
24 GetOnDiskPath(base_path_, request, scheme));
29 base_path_ = base_path;
url_request_mock_http_job.cc 21 FilePath URLRequestMockHTTPJob::base_path_; member in class:URLRequestMockHTTPJob
27 GetOnDiskPath(base_path_, request, scheme));
32 base_path_ = base_path;
url_request_mock_http_job.h 31 // 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
  /external/chromium/chrome/browser/extensions/
external_pref_extension_loader.cc 46 // |base_path_| was set in LoadOnFileThread().
47 return base_path_;
70 if (PathService::Get(base_path_key_, &base_path_)) {
73 base_path_.Append(FILE_PATH_LITERAL("external_extensions.json"));
88 // we were should have set |base_path_|.
90 CHECK(!base_path_.empty());
external_pref_extension_loader.h 40 FilePath base_path_; member in class:ExternalPrefExtensionLoader

Completed in 231 milliseconds