Searched refs:FilePath (Results 176 - 200 of 4037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager.h26 const base::FilePath& extension_path,
27 const base::FilePath& resource_path,
35 std::map<base::FilePath, int> path_to_resource_id_;
H A Dtest_extension_dir.h28 void WriteFile(const base::FilePath::StringType& filename,
33 base::FilePath Pack();
36 base::FilePath unpacked_path() {
H A Dextension_assets_manager_chromeos.h42 const base::FilePath& unpacked_extension_root,
43 const base::FilePath& local_install_dir,
49 const base::FilePath& local_install_dir,
50 const base::FilePath& extension_root) OVERRIDE;
53 static base::FilePath GetSharedInstallDir();
63 std::multimap<std::string, base::FilePath>* live_extension_paths);
65 static void SetSharedInstallDirForTesting(const base::FilePath& install_dir);
80 const base::FilePath& unpacked_extension_root);
87 const base::FilePath& unpacked_extension_root,
88 const base::FilePath
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_context.h13 class FilePath;
25 const base::FilePath& path) = 0;
32 virtual base::FilePath GetRegisteredPath(
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_safebrowsing_test_server.h18 explicit LocalSafeBrowsingTestServer(const base::FilePath& data_file);
26 base::FilePath* testserver_path) const OVERRIDE;
34 base::FilePath data_file_;
H A Dlocal_two_phase_testserver.cc18 base::FilePath()) {
24 base::FilePath* testserver_path) const {
25 base::FilePath testserver_dir;
/external/chromium_org/chrome/common/
H A Dchrome_paths_win.cc27 bool GetUserDirectory(int csidl_folder, base::FilePath* result) {
39 *result = base::FilePath(path_buf);
45 bool GetDefaultUserDataDirectory(base::FilePath* result) {
54 void GetUserCacheDirectory(const base::FilePath& profile_dir,
55 base::FilePath* result) {
60 bool GetUserDocumentsDirectory(base::FilePath* result) {
68 bool GetUserDownloadsDirectorySafe(base::FilePath* result) {
79 bool GetUserDownloadsDirectory(base::FilePath* result) {
86 *result = base::FilePath(std::wstring(path_buf));
92 bool GetUserMusicDirectory(base::FilePath* resul
[all...]
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc54 // specified product's "ClientState" registry key. Returns an empty FilePath if
56 base::FilePath GetSetupExeFromRegistry(InstallationLevel level,
60 base::FilePath setup_exe_path(uninstall);
64 return base::FilePath();
69 base::FilePath GetSetupExeForInstallationLevel(InstallationLevel level) {
71 base::FilePath setup_exe_path(
82 // empty base::FilePath if none found, or if |setup_exe_path| is empty.
83 base::FilePath FindExeRelativeToSetupExe(const base::FilePath setup_exe_path,
89 base::FilePath exe_pat
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.h15 class FilePath;
29 const base::FilePath& setup_exe,
33 base::FilePath* installer_directory,
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.h18 class FilePath;
30 bool Initialize(const base::FilePath& pe_image_path);
35 WORD language_id, const base::FilePath& input_file);
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.h11 class FilePath;
37 const base::FilePath& application_path);
52 const base::FilePath& application_path);
H A Dlogging_installer.h11 class FilePath;
44 TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file);
53 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs);
/external/chromium_org/components/translate/content/browser/
H A Dstatic_browser_cld_data_provider.cc23 void SetCldDataFilePath(const base::FilePath& path) {
28 base::FilePath GetCldDataFilePath() {
29 return base::FilePath(); // empty path
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.h35 const base::FilePath& context_path);
37 const base::FilePath& path);
43 const base::FilePath& partition_path,
46 void OnDownloadDataReady(const base::FilePath& partition_path,
48 const base::FilePath temp_path,
49 const base::FilePath zip_path,
51 void OnDownloadStarted(const base::FilePath& partition_path,
53 const base::FilePath& temp_path,
60 const base::FilePath& partition_path,
63 void OnForcedClose(const base::FilePath
[all...]
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_factory.h13 class FilePath;
24 virtual leveldb::Status OpenLevelDB(const base::FilePath& file_name,
28 virtual leveldb::Status DestroyLevelDB(const base::FilePath& file_name) = 0;
/external/chromium_org/content/test/
H A Dfileapi_test_file_set.h22 const base::FilePath::CharType path[64];
32 void SetUpOneFileSystemTestCase(const base::FilePath& root_path,
36 void SetUpRegularFileSystemTestCases(const base::FilePath& root_path);
/external/chromium_org/ipc/
H A Dunix_domain_socket_util.h15 class FilePath;
28 IPC_EXPORT bool CreateServerUnixDomainSocket(const base::FilePath& socket_name,
34 IPC_EXPORT bool CreateClientUnixDomainSocket(const base::FilePath& socket_name,
/external/chromium_org/mojo/tools/package_manager/
H A Dunpacker.cc21 bool Unpacker::Unpack(const base::FilePath& zip_file) {
26 if (!CreateNewTempDirectory(base::FilePath::StringType(), &dir_))
29 dir_ = base::FilePath();
/external/chromium_org/net/base/
H A Dplatform_mime_util.h21 base::FilePath::StringType* extension) const;
28 base::hash_set<base::FilePath::StringType>* extensions) const;
33 bool GetPlatformMimeTypeFromExtension(const base::FilePath::StringType& ext,
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.h12 class FilePath;
37 NormalizeResult NormalizeFile(const base::FilePath& in_filename,
38 const base::FilePath& out_filename);
/external/chromium_org/ppapi/shared_impl/
H A Dfile_path.h13 // TODO(vtl): Once we put |::FilePath| into the |base| namespace, get rid of the
29 PepperFilePath(Domain d, const base::FilePath& p);
32 const base::FilePath& path() const { return path_; }
36 base::FilePath path_;
H A Dfile_ref_util.h13 class FilePath;
22 const base::FilePath& path);
28 PPAPI_SHARED_EXPORT bool IsValidExternalPath(const base::FilePath& path);
/external/chromium_org/tools/gn/
H A Dbuild_settings.h35 const base::FilePath& root_path() const { return root_path_; }
37 void SetRootPath(const base::FilePath& r);
42 const base::FilePath& secondary_source_path() const {
48 base::FilePath python_path() const { return python_path_; }
49 void set_python_path(const base::FilePath& p) { python_path_ = p; }
72 base::FilePath GetFullPath(const SourceFile& file) const;
73 base::FilePath GetFullPath(const SourceDir& dir) const;
76 // an empty FilePath if the secondary source path is empty. When loading a
78 base::FilePath GetFullPathSecondary(const SourceFile& file) const;
79 base::FilePath GetFullPathSecondar
[all...]
/external/chromium_org/base/files/
H A Dfile_util_android.cc12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.h16 class FilePath;
32 const base::FilePath& input_abs_path,
33 const base::FilePath& patch_abs_path,
34 const base::FilePath& output_abs_path,

Completed in 1787 milliseconds

1234567891011>>