| /external/chromium_org/ui/base/dragdrop/ |
| os_exchange_data.h | 77 DownloadFileInfo(const base::FilePath& filename, 81 base::FilePath filename; 99 virtual void SetFilename(const base::FilePath& path) = 0; 109 virtual bool GetFilename(base::FilePath* path) const = 0; 121 virtual void SetFileContents(const base::FilePath& filename, 125 virtual bool GetFileContents(base::FilePath* filename, 179 void SetFilename(const base::FilePath& path); 195 bool GetFilename(base::FilePath* path) const; 215 void SetFileContents(const base::FilePath& filename, 217 bool GetFileContents(base::FilePath* filename [all...] |
| /external/chromium_org/base/files/ |
| file_util_proxy.cc | 29 void RunWorkForFilePath(const FilePath& file_path) { 50 File::Error DeleteAdapter(const FilePath& file_path, bool recursive) { 69 const FilePath& file_path, 81 const FilePath& file_path, 93 const FilePath& file_path,
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| resource_metadata.h | 70 FileError GetResourceEntryByPath(const base::FilePath& file_path, 74 FileError ReadDirectoryByPath(const base::FilePath& file_path, 87 std::set<base::FilePath>* sub_directories); 100 FileError GetFilePath(const std::string& id, base::FilePath* out_file_path); 103 FileError GetIdByPath(const base::FilePath& file_path, std::string* out_id);
|
| /external/chromium_org/chrome/browser/component_updater/pnacl/ |
| pnacl_component_installer.cc | 84 base::FilePath GetPlatformDir(const base::FilePath& base_path) { 90 void OverrideDirPnaclComponent(const base::FilePath& base_path) { 95 base::FilePath* latest_dir, 97 std::vector<base::FilePath>* older_dirs) { 99 base::FilePath base_dir = pci->GetPnaclBaseDirectory(); 103 for (base::FilePath path = file_enumerator.Next(); !path.value().empty(); 126 base::DictionaryValue* ReadJSONManifest(const base::FilePath& manifest_path) { 138 base::DictionaryValue* ReadPnaclManifest(const base::FilePath& unpack_path) { 139 base::FilePath manifest_path [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_creator.cc | 37 const base::FilePath& extension_dir, 38 const base::FilePath& crx_path, 39 const base::FilePath& private_key_path, 40 const base::FilePath& private_key_output_path, 50 base::FilePath absolute_extension_dir = 88 bool ExtensionCreator::ValidateManifest(const base::FilePath& extension_dir, 120 crypto::RSAPrivateKey* ExtensionCreator::ReadInputKey(const base::FilePath& 147 crypto::RSAPrivateKey* ExtensionCreator::GenerateKey(const base::FilePath& 193 bool ExtensionCreator::CreateZip(const base::FilePath& extension_dir, 194 const base::FilePath& temp_path [all...] |
| extension_resource_protocols.cc | 19 base::FilePath ResolvePath(const GURL& url) { 20 base::FilePath root_path; 30 request, network_delegate, base::FilePath(), 41 void ResolvePathDone(const base::FilePath& resolved_path); 61 const base::FilePath& resolved_path) {
|
| extension_ui_unittest.cc | 43 CommandLine::ForCurrentProcess(), base::FilePath(), false); 58 const base::FilePath& path, 69 const base::FilePath& extension_path, 74 base::FilePath manifest_path = extension_path.Append(kManifestFilename); 89 const base::FilePath& extension_path, 91 const base::FilePath& expected_output_path) { 135 base::FilePath data_test_dir_path, extension_path, expected_output_path; 199 base::FilePath data_test_dir_path, extension_path; 216 base::FilePath::StringType ui_path; 223 EXPECT_EQ(extension_path, base::FilePath(ui_path)) [all...] |
| /external/chromium_org/chrome/browser/media_galleries/fileapi/ |
| iapps_finder_impl_win.cc | 29 base::FilePath appdata_dir; 31 base::FilePath pref_file = appdata_dir.AppendASCII("Apple Computer") 43 base::FilePath music_dir; 48 base::FilePath library_file = 60 const base::FilePath& library_file) {
|
| /external/chromium_org/chrome/browser/ui/libgtk2ui/ |
| select_file_dialog_impl.cc | 31 base::FilePath* SelectFileDialogImpl::last_saved_path_ = NULL; 32 base::FilePath* SelectFileDialogImpl::last_opened_path_ = NULL; 75 last_saved_path_ = new base::FilePath(); 76 last_opened_path_ = new base::FilePath(); 87 const base::FilePath& path) {
|
| /external/chromium_org/chrome/common/media_galleries/ |
| picasa_types.h | 27 typedef std::map<std::string, base::FilePath> AlbumImages; 47 const std::string& uid, const base::FilePath& path); 54 base::FilePath path; 61 explicit AlbumTableFiles(const base::FilePath& directory_path); 93 base::FilePath folder_path;
|
| /external/chromium_org/chrome/installer/util/ |
| chrome_binaries_operations.cc | 34 std::vector<base::FilePath>* key_files) const { 36 key_files->push_back(base::FilePath(installer::kChromeDll)); 41 std::vector<base::FilePath>* com_dll_list) const { 82 const base::FilePath& target_exe, 88 const base::FilePath& setup_path,
|
| move_tree_work_item.cc | 17 MoveTreeWorkItem::MoveTreeWorkItem(const base::FilePath& source_path, 18 const base::FilePath& dest_path, 19 const base::FilePath& temp_dir, 51 base::FilePath backup = backup_path_.path().Append(dest_path_.BaseName()); 107 base::FilePath backup = backup_path_.path().Append(dest_path_.BaseName());
|
| /external/chromium_org/chrome/utility/importer/ |
| firefox_importer_unittest.cc | 26 base::FilePath nss_path; 33 base::FilePath db_path; 58 base::FilePath signons_path = temp_dir.path().AppendASCII("signons.sqlite"); 88 base::FilePath nss_path; 95 base::FilePath db_path;
|
| /external/chromium_org/content/browser/renderer_host/pepper/ |
| pepper_flash_file_message_filter.h | 40 static base::FilePath GetDataDirName(const base::FilePath& profile_path); 43 typedef base::Callback<bool(int, const base::FilePath&)> 72 base::FilePath ValidateAndConvertPepperFilePath( 76 base::FilePath plugin_data_directory_;
|
| /external/chromium_org/gin/shell/ |
| gin_main.cc | 20 std::string Load(const base::FilePath& path) { 27 void Run(base::WeakPtr<Runner> runner, const base::FilePath& path) { 34 std::vector<base::FilePath> GetModuleSearchPaths() { 35 std::vector<base::FilePath> module_base(1); 80 gin::Run, runner.GetWeakPtr(), base::FilePath(*it)));
|
| /external/chromium_org/net/test/ |
| cert_test_util.cc | 17 const base::FilePath& certs_dir, 20 base::FilePath cert_path = certs_dir.AppendASCII(cert_file); 30 const base::FilePath& certs_dir, 48 const base::FilePath& certs_dir, 50 base::FilePath cert_path = certs_dir.AppendASCII(cert_file);
|
| /external/chromium_org/ui/gl/ |
| gl_implementation_mac.cc | 46 base::FilePath exe_path; 51 base::FilePath bundle_path = base::mac::GetAppBundlePath(exe_path); 56 base::FilePath build_dir_path = bundle_path.DirName(); 57 base::FilePath osmesa_path = build_dir_path.Append("osmesa.so"); 87 base::FilePath(kOpenGLFrameworkPath), NULL);
|
| /external/chromium_org/webkit/browser/fileapi/ |
| native_file_util.cc | 22 bool SetPlatformSpecificDirectoryPermissions(const base::FilePath& dir_path) { 39 bool CopyFileAndSync(const base::FilePath& from, const base::FilePath& to) { 78 NativeFileEnumerator(const base::FilePath& root_path, 86 virtual base::FilePath Next() OVERRIDE; 96 base::FilePath NativeFileEnumerator::Next() { 97 base::FilePath rv = file_enum_.Next(); 124 base::File NativeFileUtil::CreateOrOpen(const base::FilePath& path, 139 const base::FilePath& path, 166 const base::FilePath& path [all...] |
| /external/llvm/lib/Support/ |
| FileOutputBuffer.cpp | 35 FileOutputBuffer::create(StringRef FilePath, size_t Size, 40 std::error_code EC = sys::fs::status(FilePath, Stat); 59 EC = sys::fs::remove(FilePath); 71 EC = sys::fs::createUniqueFile(Twine(FilePath) + ".tmp%%%%%%%", FD, 81 Result.reset(new FileOutputBuffer(MappedFile.get(), FilePath, TempFilePath));
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_shortcut_manager_win.cc | 141 void OnProfileIconCreateSuccess(base::FilePath profile_path) { 158 // Returns the path to the created icon on success and an empty base::FilePath 162 base::FilePath CreateOrUpdateShortcutIconForProfile( 163 const base::FilePath& profile_path, 171 return base::FilePath(); 176 return base::FilePath(); 200 const base::FilePath icon_path = 210 return base::FilePath(); 230 base::FilePath* user_shortcuts_directory, 231 base::FilePath* system_shortcuts_directory) [all...] |
| profile_shortcut_manager_unittest_win.cc | 68 const base::FilePath profile_path = 76 const base::FilePath icon_path = 82 base::FilePath CreateProfileDirectory(const base::string16& profile_name) { 83 const base::FilePath profile_path = 117 base::FilePath GetDefaultShortcutPathForProfile( 133 const base::FilePath& shortcut_path, 134 const base::FilePath& profile_path) { 138 const base::FilePath icon_path = 158 const base::FilePath& profile_path) { 165 const base::FilePath& shortcut_path) [all...] |
| /external/chromium_org/components/storage_monitor/ |
| storage_monitor_linux.cc | 99 uint64 GetDeviceStorageSize(const base::FilePath& device_path, 119 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, 120 const base::FilePath& mount_point) { 196 const base::FilePath& mtab_path, 204 const base::FilePath& path, 205 const base::FilePath& device) { 240 StorageMonitorLinux::StorageMonitorLinux(const base::FilePath& path) 275 const base::FilePath& path, 291 base::FilePath current = path; 333 base::FilePath path [all...] |
| /external/chromium_org/chrome/browser/download/ |
| save_package_file_picker.cc | 50 const base::FilePath& drive_path, 62 const base::FilePath& drive_path, 63 const base::FilePath& drive_tmp_download_path) { 74 const base::FilePath::StringType& extra_extension) { 78 std::vector<base::FilePath::StringType> extensions; 92 std::vector<base::FilePath::StringType> extensions; 102 const base::FilePath::StringType& extra_extension) { 106 std::vector<base::FilePath::StringType> extensions; 128 const base::FilePath& suggested_path, 129 const base::FilePath::StringType& default_extension [all...] |
| /external/chromium_org/chrome/browser/extensions/api/file_system/ |
| file_system_apitest_chromeos.cc | 54 base::FilePath::FromUTF8Unsafe("drive/root"), // whatever 125 base::FilePath test_file = drive::util::GetDriveMountPointPath( 135 base::FilePath test_file = drive::util::GetDriveMountPointPath( 145 base::FilePath test_file = drive::util::GetDriveMountPointPath( 157 base::FilePath test_file1 = drive::util::GetDriveMountPointPath( 159 base::FilePath test_file2 = drive::util::GetDriveMountPointPath( 161 std::vector<base::FilePath> test_files; 172 base::FilePath test_directory = 183 base::FilePath test_directory = 195 base::FilePath test_directory [all...] |
| /external/chromium_org/chrome/common/ |
| chrome_utility_messages.h | 31 typedef std::vector<Tuple2<SkBitmap, base::FilePath> > DecodedImages; 112 base::FilePath /* extension_filename */, 148 base::FilePath /* input_file */, 149 base::FilePath /* patch_file */, 150 base::FilePath /* output_file */) 156 base::FilePath /* input_file */, 157 base::FilePath /* patch_file */, 158 base::FilePath /* output_file */) 163 base::FilePath /* src_dir */, 164 std::vector<base::FilePath> /* src_relative_paths */ [all...] |