| /external/chromium_org/net/base/ |
| filename_util.h | 16 class FilePath; 23 NET_EXPORT GURL FilePathToFileURL(const base::FilePath& path); 29 NET_EXPORT bool FileURLToFilePath(const GURL& url, base::FilePath* file_path); 66 // Similar to GetSuggestedFilename(), but returns a FilePath. 67 NET_EXPORT base::FilePath GenerateFileName( 85 NET_EXPORT bool IsSafePortablePathComponent(const base::FilePath& component); 91 NET_EXPORT bool IsSafePortableRelativePath(const base::FilePath& path); 112 base::FilePath* file_path);
|
| /external/chromium_org/webkit/browser/fileapi/ |
| sandbox_isolated_origin_database.h | 22 static const base::FilePath::CharType kObsoleteOriginDirectory[]; 28 const base::FilePath& file_system_directory, 29 const base::FilePath& origin_directory); 35 base::FilePath* directory) OVERRIDE; 43 const base::FilePath& file_system_directory, 53 const base::FilePath file_system_directory_; 54 const base::FilePath origin_directory_;
|
| /external/chromium_org/components/autofill/core/browser/ |
| data_driven_test.cc | 17 bool ReadFile(const base::FilePath& file, std::string* content) { 26 bool WriteFile(const base::FilePath& file, const std::string& content) { 35 const base::FilePath& input_directory, 36 const base::FilePath& output_directory, 37 const base::FilePath::StringType& file_name_pattern) { 45 for (base::FilePath input_file = input_files.Next(); 56 base::FilePath output_file = output_directory.Append( 68 base::FilePath DataDrivenTest::GetInputDirectory( 69 const base::FilePath::StringType& test_name) { 70 base::FilePath dir [all...] |
| /external/protobuf/gtest/test/ |
| gtest-options_test.cc | 63 FilePath GetAbsolutePathOf(const FilePath& relative_path) { 64 return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); 81 EXPECT_STREQ(GetAbsolutePathOf(FilePath("test_detail.xml")).c_str(), 87 EXPECT_STREQ(GetAbsolutePathOf(FilePath("filename.abc")).c_str(), 98 FilePath("path\\gtest-options_test.xml")).c_str()) == 0 || 101 FilePath("path\\gtest-options-ex_test.xml")).c_str()) == 0 || 104 FilePath("path\\gtest_all_test.xml")).c_str()) == 0) 116 FilePath("path/gtest-options_test.xml")).c_str() | [all...] |
| /external/chromium_org/chrome/browser/media_galleries/mac/ |
| mtp_device_delegate_impl_mac.h | 30 const base::FilePath::StringType& synthetic_path); 36 const base::FilePath& file_path, 42 const base::FilePath& root, 48 const base::FilePath& device_file_path, 49 const base::FilePath& local_path, 54 const base::FilePath& device_file_path, 71 void ReadDirectoryTimeout(const base::FilePath& root); 79 void GetFileInfoImpl(const base::FilePath& file_path, 85 const base::FilePath& root, 91 const base::FilePath& device_file_path [all...] |
| /external/chromium_org/chrome/browser/component_updater/ |
| default_component_installer.h | 18 class FilePath; 36 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0; 47 const base::FilePath& install_dir) = 0; 60 const base::FilePath& install_dir, 65 virtual base::FilePath GetBaseDirectory() const = 0; 88 const base::FilePath& unpack_path) OVERRIDE; 90 base::FilePath* installed_file) OVERRIDE; 95 base::FilePath GetInstallDirectory(); 97 const base::FilePath& unpack_path, 98 const base::FilePath& install_path) [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| pack_extension_job.h | 25 virtual void OnPackSuccess(const base::FilePath& crx_file, 26 const base::FilePath& key_file) = 0; 35 const base::FilePath& root_directory, 36 const base::FilePath& key_file, 47 static base::string16 StandardSuccessMessage(const base::FilePath& crx_file, 48 const base::FilePath& key_file); 65 base::FilePath root_directory_; 66 base::FilePath key_file_; 67 base::FilePath crx_file_out_; 68 base::FilePath key_file_out_ [all...] |
| /external/chromium_org/components/storage_monitor/ |
| volume_mount_watcher_win.h | 38 static base::FilePath DriveNumberToFilePath(int drive_number); 45 bool GetDeviceInfo(const base::FilePath& device_path, 63 typedef base::Callback<bool(const base::FilePath&, 66 typedef base::Callback<std::vector<base::FilePath>(void)> 71 const base::FilePath& device_path, 78 void AddDevicesOnUIThread(std::vector<base::FilePath> removable_devices); 83 const base::FilePath& device_path, 88 virtual void DeviceCheckComplete(const base::FilePath& device_path); 104 typedef std::map<base::FilePath, StorageInfo> MountPointDeviceMetadataMap; 109 std::set<base::FilePath> pending_device_checks_ [all...] |
| storage_monitor_linux.h | 41 explicit StorageMonitorLinux(const base::FilePath& mtab_file_path); 50 const base::FilePath& device_path, 51 const base::FilePath& mount_point)> GetDeviceInfoCallback; 67 base::FilePath mount_device; 80 typedef std::map<base::FilePath, MountPointInfo> MountMap; 85 typedef std::map<base::FilePath, bool> ReferencedMountPoint; 90 typedef std::map<base::FilePath, ReferencedMountPoint> MountPriorityMap; 93 virtual bool GetStorageInfoForPath(const base::FilePath& path, 103 bool IsDeviceAlreadyMounted(const base::FilePath& mount_device) const; 107 void HandleDeviceMountedMultipleTimes(const base::FilePath& mount_device [all...] |
| test_volume_mount_watcher_win.h | 19 class FilePath; 29 static bool GetDeviceRemovable(const base::FilePath& device_path, 32 void AddDeviceForTesting(const base::FilePath& device_path, 41 virtual void DeviceCheckComplete(const base::FilePath& device_path); 43 const std::vector<base::FilePath>& devices_checked() const { 62 std::vector<base::FilePath> devices_checked_;
|
| /external/chromium_org/content/public/test/ |
| sandbox_file_system_test_helper.h | 21 class FilePath; 46 void SetUp(const base::FilePath& base_dir); 52 void SetUp(const base::FilePath& base_dir, 56 base::FilePath GetOriginRootPath(); 57 base::FilePath GetLocalPath(const base::FilePath& path); 58 base::FilePath GetLocalPathFromASCII(const std::string& path); 61 base::FilePath GetUsageCachePath() const; 63 fileapi::FileSystemURL CreateURL(const base::FilePath& path) const; 65 return CreateURL(base::FilePath::FromUTF8Unsafe(utf8)) [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| path_util.cc | 24 const base::FilePath::CharType kOldDownloadsFolderPath[] = 26 const base::FilePath::CharType kOldDriveFolderPath[] = 29 const base::FilePath::CharType kBuggyDriveFolderPath[] = 34 base::FilePath GetDownloadsFolderForProfile(Profile* profile) { 51 const base::FilePath& old_path, 52 base::FilePath* new_path) { 64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile); 65 const base::FilePath drive = drive::util::GetDriveMountPointPath(profile); 67 std::vector<std::pair<base::FilePath, base::FilePath> > bases [all...] |
| zip_file_creator.h | 29 const base::FilePath& src_dir, 30 const std::vector<base::FilePath>& src_relative_paths, 31 const base::FilePath& dest_file); 63 base::FilePath src_dir_; 67 std::vector<base::FilePath> src_relative_paths_; 70 base::FilePath dest_file_;
|
| /external/chromium_org/chrome/browser/media/ |
| webrtc_browsertest_common.h | 29 bool HasYuvAndY4mFile(const base::FilePath::CharType* reference_file); 32 base::FilePath GetReferenceFilesDir(); 34 extern const base::FilePath::CharType kReferenceFileName360p[]; 35 extern const base::FilePath::CharType kReferenceFileName720p[]; 36 extern const base::FilePath::CharType kYuvFileExtension[]; 37 extern const base::FilePath::CharType kY4mFileExtension[];
|
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| mtp_device_map_service.h | 33 const base::FilePath::StringType& device_location, 47 void AddAsyncDelegate(const base::FilePath::StringType& device_location, 53 void RemoveAsyncDelegate(const base::FilePath::StringType& device_location); 57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*> 61 typedef std::map<std::string, base::FilePath::StringType> 66 typedef std::map<const base::FilePath::StringType, int>
|
| picasa_finder.h | 45 base::FilePath MakePicasaDatabasePath( 46 const base::FilePath& picasa_app_data_path); 55 base::FilePath GetCustomPicasaAppDataPathFromMacPreferences();
|
| supported_audio_video_checker.h | 26 static bool SupportsFileType(const base::FilePath& path); 34 explicit SupportedAudioVideoChecker(const base::FilePath& file); 38 base::FilePath path_;
|
| /external/chromium_org/chromeos/ime/ |
| mock_component_extension_ime_manager_delegate.h | 23 const base::FilePath& path) OVERRIDE; 25 const base::FilePath& path) OVERRIDE; 35 const base::FilePath& last_loaded_file_path() const { 38 const base::FilePath& last_unloaded_file_path() const { 50 base::FilePath last_loaded_file_path_; 51 base::FilePath last_unloaded_file_path_;
|
| /external/chromium_org/extensions/browser/ |
| computed_hashes.h | 15 class FilePath; 28 bool InitFromFile(const base::FilePath& path); 32 bool GetHashes(const base::FilePath& relative_path, 40 std::map<base::FilePath, HashInfo> data_; 50 void AddHashes(const base::FilePath& relative_path, 54 bool WriteToFile(const base::FilePath& path);
|
| /external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
| kiosk_mode_screensaver.h | 36 void ScreensaverPathCallback(const base::FilePath& screensaver_crx); 41 const base::FilePath& extension_base_path); 45 base::FilePath extension_base_path_;
|
| /external/chromium_org/chrome/browser/chromeos/login/demo_mode/ |
| demo_app_launcher.h | 16 class FilePath; 30 static void SetDemoAppPathForTesting(const base::FilePath& path); 44 static base::FilePath* demo_app_path_;
|
| /external/chromium_org/chrome/browser/ |
| crash_upload_list.cc | 19 base::FilePath crash_dir_path; 21 base::FilePath upload_log_path = 31 const base::FilePath& upload_log_path)
|
| /external/chromium_org/chrome/browser/first_run/ |
| first_run_internal.h | 12 class FilePath; 38 bool GetFirstRunSentinelFilePath(base::FilePath* path); 61 base::FilePath MasterPrefsPath();
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| local_two_phase_testserver.cc | 17 base::FilePath()) { 23 base::FilePath* testserver_path) const { 24 base::FilePath testserver_dir;
|
| /external/chromium_org/chrome/common/ |
| chrome_paths_win.cc | 27 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* result) [all...] |