HomeSort by relevance Sort by last modified time
    Searched refs:base_path_ (Results 1 - 24 of 24) 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_org/chrome/installer/util/
registry_test_data.cc 38 DeleteKey(root_key_, base_path_.c_str());
42 base_path_.clear();
56 base_path_.assign(base_path);
59 empty_key_path_.assign(base_path_).append(L"\\EmptyKey");
60 non_empty_key_path_.assign(base_path_).append(L"\\NonEmptyKey");
74 << "Failed to create test registry data based at " << base_path_
registry_test_data.h 39 const std::wstring& base_path() const { return base_path_; }
51 std::wstring base_path_; member in class:RegistryTestData
  /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
  /external/chromium_org/mojo/shell/
url_request_context_getter.cc 37 : base_path_(base_path),
72 base_path_,
102 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
url_request_context_getter.h 36 base::FilePath base_path_; member in class:mojo::shell::URLRequestContextGetter
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 77 base::FilePath base_path_; member in class:extensions::ExternalPrefLoader
external_pref_loader.cc 101 // |base_path_| was set in LoadOnFileThread().
102 return base_path_;
123 if (PathService::Get(base_path_id_, &base_path_)) {
144 // set |base_path_|.
146 CHECK(!base_path_.empty());
157 base::FilePath json_file = base_path_.Append(kExternalExtensionJson);
197 candidates = GetPrefsCandidateFilesFromFolder(base_path_);
208 base::FilePath extension_candidate_path = base_path_.Append(*it);
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.h 53 base::FilePath base_path_; member in class:content::ShellURLRequestContextGetter
shell_url_request_context_getter.cc 68 base_path_(base_path),
134 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
  /external/chromium_org/content/test/net/
url_request_mock_http_job.cc 35 : base_path_(base_path),
44 map_all_requests_to_base_path_ ? base_path_ : GetOnDiskPath(request));
49 // Conceptually we just want to "return base_path_ + request->url().path()".
53 GURL file_url(net::FilePathToFileURL(base_path_));
60 const base::FilePath base_path_; member in class:content::__anon8301::ProtocolHandler
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.h 92 base::FilePath base_path_; member in class:extensions::ManagedValueStoreCache
settings_backend.h 89 const base::FilePath base_path_; member in class:extensions::SettingsBackend
managed_value_store_cache.cc 238 base_path_(profile->GetPath().AppendASCII(
359 make_scoped_ptr(storage_factory_->Create(base_path_, extension_id)));
367 return base::DirectoryExists(base_path_.AppendASCII(extension_id));
settings_backend.cc 27 base_path_(base_path),
58 ValueStore* storage = storage_factory_->Create(base_path_, extension_id);
118 // Leveldb databases are directories inside base_path_.
120 base_path_, false, base::FileEnumerator::DIRECTORIES);
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 33 : base_path_(base_path) {}
41 *local_file_path = base_path_.Append(file_system_url.path());
46 base::FilePath base_path_; member in class:fileapi::__anon8120::TestFileUtil
159 : base_path_(base_path),
test_file_system_backend.h 79 base::FilePath base_path_; member in class:fileapi::TestFileSystemBackend
  /external/chromium_org/webkit/browser/fileapi/
plugin_private_file_system_backend.h 128 const base::FilePath& base_path() const { return base_path_; }
132 const base::FilePath base_path_; member in class:fileapi::PluginPrivateFileSystemBackend
plugin_private_file_system_backend.cc 94 base_path_(profile_path.Append(
101 base_path_,
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 59 const base::FilePath base_path_; member in class:sync_file_system::LocalFileChangeTracker::TrackerDB
394 : base_path_(base_path),
403 base_path_.Append(kDatabaseName));

Completed in 177 milliseconds