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

  /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_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());
158 base::FilePath json_file = base_path_.Append(kExternalExtensionJson);
198 candidates = GetPrefsCandidateFilesFromFolder(base_path_);
209 base::FilePath extension_candidate_path = base_path_.Append(*it);
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.h 54 base::FilePath base_path_; member in class:content::ShellURLRequestContextGetter
shell_url_request_context_getter.cc 71 base_path_(base_path),
139 base::FilePath cache_path = base_path_.Append(FILE_PATH_LITERAL("Cache"));
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.h 96 base::FilePath base_path_; member in class:extensions::ManagedValueStoreCache
sync_storage_backend.h 85 const base::FilePath base_path_; member in class:extensions::SyncStorageBackend
managed_value_store_cache.cc 245 base_path_(profile_->GetPath().AppendASCII(
366 make_scoped_ptr(storage_factory_->Create(base_path_, extension_id)));
374 return base::DirectoryExists(base_path_.AppendASCII(extension_id));
sync_storage_backend.cc 41 base_path_(base_path),
71 quota_, storage_factory_->Create(base_path_, extension_id)));
119 // Leveldb databases are directories inside |base_path_|.
121 base_path_, false, base::FileEnumerator::DIRECTORIES);
  /external/chromium_org/net/test/url_request/
url_request_mock_http_job.cc 37 : base_path_(base_path),
49 map_all_requests_to_base_path_ ? base_path_ : GetOnDiskPath(request),
56 // Conceptually we just want to "return base_path_ + request->url().path()".
60 GURL file_url(net::FilePathToFileURL(base_path_));
67 const base::FilePath base_path_; member in class:net::__anon14275::MockJobInterceptor
  /external/chromium_org/storage/browser/fileapi/
plugin_private_file_system_backend.h 125 const base::FilePath& base_path() const { return base_path_; }
129 const base::FilePath base_path_; member in class:storage::PluginPrivateFileSystemBackend
plugin_private_file_system_backend.cc 94 base_path_(profile_path.Append(kFileSystemDirectory)
101 base_path_, file_system_options.env_override(),
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 44 : base_path_(base_path) {}
52 *local_file_path = base_path_.Append(file_system_url.path());
57 base::FilePath base_path_; member in class:content::__anon12309::TestFileUtil
217 : base_path_(base_path),
test_file_system_backend.h 92 base::FilePath base_path_; member in class:content::TestFileSystemBackend
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 62 const base::FilePath base_path_; member in class:sync_file_system::LocalFileChangeTracker::TrackerDB
467 : base_path_(base_path),
477 storage::FilePathToString(base_path_.Append(kDatabaseName));

Completed in 275 milliseconds