Searched
full:filepath (Results
476 -
500 of
4651) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/profiles/ |
profile_avatar_downloader.h | 15 const base::FilePath& profile_path, 32 base::FilePath profile_path_;
|
/external/chromium_org/chrome/browser/sync_file_system/ |
mock_local_change_processor.h | 22 const base::FilePath& local_file_path, 30 const base::FilePath& local_file_path,
|
/external/chromium_org/chrome/browser/task_profiler/ |
task_profiler_data_serializer.h | 12 class FilePath; 32 bool WriteToFile(const base::FilePath& path);
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_button.h | 16 base::FilePath downloadPath_; 20 @property(assign, nonatomic) base::FilePath download;
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_browsertest.h | 35 const base::FilePath& path); 36 const extensions::Extension* InstallExtension(const base::FilePath& path);
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_win.cc | 48 base::FilePath GetFirefoxInstallPathFromRegistry() { 58 return base::FilePath(); 67 return (result != ERROR_SUCCESS) ? base::FilePath() : base::FilePath(buffer); 70 base::FilePath GetProfilesINI() { 71 base::FilePath ini_file; 75 return base::FilePath(); 81 return base::PathExists(ini_file) ? ini_file : base::FilePath();
|
/external/chromium_org/chrome/common/media_galleries/ |
iphoto_library.cc | 15 const base::FilePath& location, 16 const base::FilePath& original_location)
|
itunes_library.h | 21 Track(uint64 id, const base::FilePath& location); 25 base::FilePath location;
|
pmp_test_util.h | 21 const base::FilePath& column_file_destination, 26 const base::FilePath& column_file_destination,
|
/external/chromium_org/chrome/installer/launcher_support/ |
chrome_launcher_support.h | 9 class FilePath; 27 base::FilePath GetSetupExeForInstallationLevel(InstallationLevel level); 33 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level); 37 base::FilePath GetAppHostPathForInstallationLevel(InstallationLevel level); 41 base::FilePath GetChromeSxSPathForInstallationLevel(InstallationLevel level); 47 base::FilePath GetAnyChromePath(); 53 base::FilePath GetAnyAppHostPath(); 59 base::FilePath GetAnyChromeSxSPath();
|
/external/chromium_org/chrome/installer/util/ |
uninstall_metrics.h | 12 class FilePath; 26 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path,
|
/external/chromium_org/chrome/test/base/ |
chrome_test_suite.h | 26 void SetBrowserDirectory(const base::FilePath& browser_dir) { 31 base::FilePath browser_dir_;
|
/external/chromium_org/chrome/test/logging/win/ |
log_file_printer.h | 15 class FilePath; 23 void PrintLogFile(const base::FilePath& log_file, std::ostream* out);
|
/external/chromium_org/chrome/utility/importer/ |
firefox_importer_unittest_utils.h | 43 bool Setup(const base::FilePath& nss_path); 46 bool DecryptorInit(const base::FilePath& dll_path, 47 const base::FilePath& db_path); 50 const base::FilePath& signons_path); 79 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) { 83 bool FFUnitTestDecryptorProxy::DecryptorInit(const base::FilePath& dll_path, 84 const base::FilePath& db_path) { 93 const base::FilePath& signons_path) {
|
/external/chromium_org/chromeos/app_mode/ |
kiosk_oem_manifest_parser_unittest.cc | 16 base::FilePath test_data_dir; 19 base::FilePath kiosk_oem_file =
|
/external/chromium_org/chromeos/ |
chromeos_test_utils.cc | 16 base::FilePath* data_dir) { 17 base::FilePath path;
|
/external/chromium_org/chromeos/ime/ |
mock_component_extension_ime_manager_delegate.cc | 28 const base::FilePath& path) { 35 const base::FilePath& path) {
|
/external/chromium_org/cloud_print/service/win/ |
chrome_launcher.h | 18 explicit ChromeLauncher(const base::FilePath& user_data); 32 base::FilePath user_data_;
|
service_listener.h | 25 explicit ServiceListener(const base::FilePath& user_data_dir); 37 base::FilePath user_data_dir_;
|
/external/chromium_org/cloud_print/virtual_driver/win/ |
virtual_driver_helpers.h | 13 class FilePath; 29 HRESULT GetPrinterDriverDir(base::FilePath* path);
|
/external/chromium_org/components/leveldb_proto/testing/ |
fake_db.h | 30 virtual void Init(const base::FilePath& database_dir, 41 base::FilePath& GetDirectory(); 49 static base::FilePath DirectoryForTestDB(); 57 base::FilePath dir_; 73 void FakeDB<T>::Init(const base::FilePath& database_dir, 107 base::FilePath& FakeDB<T>::GetDirectory() { 139 base::FilePath FakeDB<T>::DirectoryForTestDB() { 140 return base::FilePath(FILE_PATH_LITERAL("/fake/path"));
|
/external/chromium_org/components/nacl/browser/ |
nacl_browser_delegate.h | 16 class FilePath; 40 virtual bool GetCacheDirectory(base::FilePath* cache_dir) = 0; 44 virtual bool GetPluginDirectory(base::FilePath* plugin_dir) = 0; 48 virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) = 0; 51 virtual bool GetUserDirectory(base::FilePath* user_dir) = 0; 68 const base::FilePath& profile_directory, 69 base::FilePath* file_path) = 0; 81 virtual bool IsNonSfiModeAllowed(const base::FilePath& profile_directory,
|
/external/chromium_org/components/storage_monitor/ |
udev_util_linux.h | 15 class FilePath; 27 bool GetUdevDevicePropertyValueByPath(const base::FilePath& device_path,
|
/external/chromium_org/content/browser/dom_storage/ |
local_storage_database_adapter.h | 14 class FilePath; 24 explicit LocalStorageDatabaseAdapter(const base::FilePath& path);
|
/external/chromium_org/content/browser/download/ |
file_metadata_linux.h | 13 class FilePath; 28 CONTENT_EXPORT void AddOriginMetadataToFile(const base::FilePath& file,
|
Completed in 853 milliseconds
<<11121314151617181920>>