HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 401 - 425 of 3914) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h 23 base::FilePath GetMountPath(Profile* profile,
40 const base::FilePath& file_path() const { return file_path_; }
45 base::FilePath file_path_;
provided_file_system_info.h 22 const base::FilePath& mount_path);
29 const base::FilePath& mount_path() const { return mount_path_; }
42 base::FilePath mount_path_;
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
get_metadata.h 16 class FilePath;
33 const base::FilePath& directory_path,
45 base::FilePath entry_path_;
read_directory.h 16 class FilePath;
33 const base::FilePath& directory_path,
45 base::FilePath directory_path_;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_access_permissions.h 29 const base::FilePath& path);
32 const base::FilePath& path) const;
37 typedef std::set<base::FilePath> PathSet;
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_test_util.h 18 class FilePath;
36 explicit ImageLoader(const base::FilePath& path);
47 base::FilePath path_;
  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 74 const base::FilePath& initial_virtual_path,
80 static base::FilePath GetCrDownloadPath(const base::FilePath& suggested_path);
137 const base::FilePath& initial_virtual_path,
168 const base::FilePath& new_path,
178 void ReserveVirtualPathDone(const base::FilePath& path, bool verified);
187 void PromptUserForDownloadPathDone(const base::FilePath& virtual_path);
198 void DetermineLocalPathDone(const base::FilePath& local_path);
281 bool ShouldPromptForDownload(const base::FilePath& filename) const;
307 base::FilePath virtual_path_
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_cache.h 23 typedef base::Callback<void(const base::FilePath& file_path,
43 base::FilePath* file_path,
53 const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_itunes_pref_parser_win.h 15 class FilePath;
31 typedef base::Callback<void(const base::FilePath&)> ParserCallback;
52 void OnGotITunesDirectory(const base::FilePath& library_file);
supported_image_type_validator.h 24 static bool SupportsFileType(const base::FilePath& path);
32 explicit SupportedImageTypeValidator(const base::FilePath& file);
36 base::FilePath path_;
  /external/chromium_org/chrome/browser/
platform_util.h 17 class FilePath;
26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
30 void OpenItem(Profile* profile, const base::FilePath& full_path);
  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_win.cc 23 base::FilePath sys_dir;
25 base::FilePath rundll32 = sys_dir.AppendASCII("rundll32.exe");
26 base::FilePath shell32dll = sys_dir.AppendASCII("shell32.dll");
  /external/chromium_org/chrome/browser/profiles/
profiles_state.h 15 namespace base { class FilePath; }
24 base::FilePath GetDefaultProfileDir(const base::FilePath& user_data_dir);
  /external/chromium_org/chrome/installer/test/
upgrade_test.cc 23 base::FilePath dir_exe;
38 static base::FilePath next_mini_installer_path_;
41 base::FilePath UpgradeTest::next_mini_installer_path_;
  /external/chromium_org/chrome/installer/util/
work_item.h 33 class FilePath;
85 const base::FilePath& source_path,
86 const base::FilePath& dest_path,
87 const base::FilePath& temp_dir,
89 const base::FilePath& alternative_path);
92 static CreateDirWorkItem* CreateCreateDirWorkItem(const base::FilePath& path);
119 const base::FilePath& root_path,
120 const base::FilePath& temp_path,
121 const std::vector<base::FilePath>& key_paths);
126 const base::FilePath& source_path
    [all...]
  /external/chromium_org/components/url_fixer/
url_fixer.h 14 class FilePath;
67 GURL FixupRelativeFile(const base::FilePath& base_dir,
68 const base::FilePath& text);
  /external/chromium_org/content/browser/
browser_shutdown_profile_dumper.h 16 class FilePath;
38 void WriteTracesToDisc(const base::FilePath& file_name);
43 base::FilePath GetFileName();
  /external/chromium_org/content/browser/download/
save_types.h 17 typedef std::vector<std::pair<int, base::FilePath> > FinalNameList;
36 SaveFileCreateInfo(const base::FilePath& path,
47 base::FilePath path;
  /external/chromium_org/content/shell/app/
shell_breakpad_client.h 21 virtual void GetProductNameAndVersion(const base::FilePath& exe_path,
34 virtual base::FilePath GetReporterLogFilename() OVERRIDE;
39 virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE;
  /external/chromium_org/content/test/net/
url_request_prepackaged_interceptor.h 15 class FilePath;
34 void SetResponse(const GURL& url, const base::FilePath& path);
38 void SetResponseIgnoreQuery(const GURL& url, const base::FilePath& path);
  /external/chromium_org/courgette/third_party/
bsdiff.h 72 BSDiffStatus ApplyBinaryPatch(const base::FilePath& old_stream,
73 const base::FilePath& patch_stream,
74 const base::FilePath& new_stream);
  /external/chromium_org/extensions/browser/api/storage/
local_value_store_cache.h 26 const base::FilePath& profile_path);
44 const base::FilePath extension_base_path_;
47 const base::FilePath app_base_path_;
  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.h 20 Worker(const base::FilePath& path, base::MessageLoopProxy* main_thread);
32 base::FilePath GetFileName(Addr address) const;
41 base::FilePath path_; // Path to the folder used as backing storage.
  /external/chromium_org/net/disk_cache/
cache_util_win.cc 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) {
26 bool DeleteCacheFile(const base::FilePath& name) {
  /external/chromium_org/net/test/
python_utils.cc 19 void AppendToPythonPath(const base::FilePath& dir) {
48 bool TryRelativeToDir(const base::FilePath& start_dir,
49 const base::FilePath& to_try,
50 base::FilePath* out_dir) {
51 base::FilePath dir(start_dir);
53 base::FilePath parent = dir.DirName();
67 bool GetPyProtoPath(base::FilePath* dir) {
69 base::FilePath generated_code_dir;
75 const base::FilePath kPyProto(FILE_PATH_LITERAL("pyproto"));
78 base::FilePath source_dir
    [all...]

Completed in 917 milliseconds

<<11121314151617181920>>