| /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/policy/core/common/cloud/ |
| mock_user_cloud_policy_store.cc | 10 : UserCloudPolicyStore(base::FilePath(), 11 base::FilePath(),
|
| /external/chromium_org/content/browser/download/ |
| file_metadata_linux.h | 13 class FilePath; 28 CONTENT_EXPORT void AddOriginMetadataToFile(const base::FilePath& file,
|
| /external/chromium_org/content/browser/ |
| safe_util_win.h | 14 class FilePath; 48 HRESULT AVScanFile(const base::FilePath& full_path,
|
| /external/chromium_org/content/common/ |
| mime_registry_messages.h | 18 base::FilePath::StringType /* extension */, 21 base::FilePath /* file_path */,
|
| /external/chromium_org/content/test/ |
| image_decoder_test.h | 37 base::FilePath GetMD5SumPath(const base::FilePath& path); 47 std::vector<base::FilePath> GetImageFiles() const; 50 bool ShouldImageFail(const base::FilePath& path) const; 55 void TestWebKitImageDecoder(const base::FilePath& image_path, 56 const base::FilePath& md5_sum_path, 77 const base::FilePath& data_dir() const { return data_dir_; } 81 base::FilePath data_dir_;
|
| /external/chromium_org/media/base/ |
| media.h | 14 class FilePath; 30 MEDIA_EXPORT bool InitializeMediaLibrary(const base::FilePath& module_dir);
|
| /external/chromium_org/mojo/common/ |
| data_pipe_utils.h | 13 class FilePath; 25 const base::FilePath& destination,
|
| /external/chromium_org/rlz/lib/ |
| recursive_cross_process_lock_posix.h | 11 class FilePath; 25 bool TryGetCrossProcessLock(const base::FilePath& lock_filename);
|
| /external/chromium_org/ui/base/dragdrop/ |
| file_info.cc | 11 FileInfo::FileInfo(const base::FilePath& path, 12 const base::FilePath& display_name)
|
| /external/chromium_org/chrome/browser/extensions/api/file_system/ |
| file_system_api.h | 25 base::FilePath GetLastChooseEntryDirectory(const ExtensionPrefs* prefs, 30 const base::FilePath& path); 32 std::vector<base::FilePath> GetGrayListedDirectories(); 56 void PrepareFilesForWritableApp(const std::vector<base::FilePath>& path); 62 const std::vector<base::FilePath>& path); 68 void AddEntryToResponse(const base::FilePath& path, 72 void HandleWritableFileError(const base::FilePath& error_path); 98 base::FilePath path_; 114 static void SkipPickerAndAlwaysSelectPathForTest(base::FilePath* path); 116 std::vector<base::FilePath>* paths) [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| write_on_cache_file.h | 12 class FilePath; 20 typedef base::Callback<void (FileError, const base::FilePath& path)> 34 const base::FilePath& path, 41 const base::FilePath& path,
|
| /external/chromium_org/chrome/browser/local_discovery/storage/ |
| privet_filesystem_attribute_cache.h | 21 const base::File::Info* GetFileInfo(const base::FilePath& full_path); 24 void AddFileInfoFromJSON(const base::FilePath& full_path, 28 typedef std::map<base::FilePath, base::File::Info> FileInfoMap; 30 void AddEntryInfoFromJSON(const base::FilePath& full_path,
|
| /external/chromium_org/chrome/browser/parsers/ |
| metadata_parser_jpeg_factory.cc | 15 bool MetadataParserJpegFactory::CanParse(const base::FilePath& path, 19 base::FilePath::StringType ext = base::UTF8ToWide(std::string(".jpg")); 21 base::FilePath::StringType ext = ".jpg"; 27 const base::FilePath& path) {
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_shortcut_manager_win.h | 20 base::FilePath GetProfileIconPath(const base::FilePath& profile_path); 29 base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path); 57 const base::FilePath& profile_path) OVERRIDE; 59 const base::FilePath& profile_path) OVERRIDE; 61 const base::FilePath& profile_path) OVERRIDE; 63 const base::FilePath& profile_path, 65 virtual void GetShortcutProperties(const base::FilePath& profile_path, 68 base::FilePath* icon_path) OVERRIDE; 71 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE [all...] |
| /external/chromium_org/chrome/browser/ |
| sxs_linux.h | 11 class FilePath;
|
| /external/chromium_org/chrome/common/ |
| widevine_cdm_constants.h | 12 extern const base::FilePath::CharType kWidevineCdmBaseDirectory[];
|
| /external/chromium_org/net/tools/dump_cache/ |
| upgrade_win.h | 16 int UpgradeCache(const base::FilePath& output_path, HANDLE pipe); 19 int RunSlave(const base::FilePath& input_path,
|
| /external/chromium_org/remoting/host/ |
| branding.h | 18 base::FilePath GetConfigDir();
|
| /external/chromium_org/base/android/ |
| path_utils.cc | 17 bool GetDataDirectory(FilePath* result) { 21 FilePath data_path(ConvertJavaStringToUTF8(path)); 26 bool GetDatabaseDirectory(FilePath* result) { 30 FilePath data_path(ConvertJavaStringToUTF8(path)); 35 bool GetCacheDirectory(FilePath* result) { 39 FilePath cache_path(ConvertJavaStringToUTF8(path)); 44 bool GetDownloadsDirectory(FilePath* result) { 48 FilePath downloads_path(ConvertJavaStringToUTF8(path)); 53 bool GetNativeLibraryDirectory(FilePath* result) { 57 FilePath library_path(ConvertJavaStringToUTF8(path)) [all...] |
| /external/chromium_org/base/ |
| value_conversions.h | 15 class FilePath; 21 BASE_EXPORT StringValue* CreateFilePathValue(const FilePath& in_value); 22 BASE_EXPORT bool GetValueAsFilePath(const Value& value, FilePath* file_path);
|
| /external/chromium_org/cc/test/ |
| pixel_test_utils.h | 17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path, 22 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap); 27 base::FilePath ref_img_path,
|
| /external/chromium_org/chrome/app/ |
| signature_validator_win.h | 12 class FilePath; 18 bool VerifyAuthenticodeSignature(const base::FilePath& signed_file); 24 bool VerifySignerIsGoogle(const base::FilePath& signed_file,
|
| /external/chromium_org/chrome/browser/download/ |
| download_prefs.h | 34 static const base::FilePath& GetDefaultDownloadDirectory(); 37 base::FilePath GetDefaultDownloadDirectoryForProfile() const; 46 base::FilePath DownloadPath() const; 47 void SetDownloadPath(const base::FilePath& path); 48 base::FilePath SaveFilePath() const; 49 void SetSaveFilePath(const base::FilePath& path); 67 bool IsAutoOpenEnabledBasedOnExtension(const base::FilePath& path) const; 71 bool EnableAutoOpenBasedOnExtension(const base::FilePath& file_name); 74 void DisableAutoOpenBasedOnExtension(const base::FilePath& file_name); 99 bool operator()(const base::FilePath::StringType& a [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| chrome_component_extension_resource_manager.h | 26 const base::FilePath& extension_path, 27 const base::FilePath& resource_path, 35 std::map<base::FilePath, int> path_to_resource_id_;
|