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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 39 base::FilePath GetPathInDownloadsDirectory(
40 const base::FilePath::CharType* suffix);
41 bool IsPathInUse(const base::FilePath& path);
44 const base::FilePath& target_path,
47 base::FilePath* return_path,
50 const base::FilePath& default_download_path() const {
53 void set_default_download_path(const base::FilePath& path) {
57 base::FilePath GetLongNamePathInDownloadsDirectory(
58 size_t repeat, const base::FilePath::CharType* suffix);
62 base::FilePath default_download_path_
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 33 const base::FilePath::CharType kIconChecksumFileExt[] =
57 bool SaveIconWithCheckSum(const base::FilePath& icon_file,
65 base::FilePath cheksum_file(icon_file.ReplaceExtension(kIconChecksumFileExt));
72 bool ShouldUpdateIcon(const base::FilePath& icon_file,
74 base::FilePath checksum_file(
98 bool IsAppShortcutForProfile(const base::FilePath& shortcut_file_name,
99 const base::FilePath& profile_path) {
116 std::vector<base::FilePath> FindAppShortcutsByProfileAndTitle(
117 const base::FilePath& shortcut_path,
118 const base::FilePath& profile_path
    [all...]
  /external/chromium_org/apps/shell/test/
shell_test.h 13 class FilePath;
39 bool LoadAndLaunchApp(const base::FilePath& app_dir);
  /external/chromium_org/base/files/
file_path_watcher_kqueue.h 43 virtual bool Watch(const FilePath& path,
54 EventData(const FilePath& path, const FilePath::StringType& subdir)
56 FilePath path_; // Full path to this item.
57 FilePath::StringType subdir_; // Path to any sub item.
97 static int EventsForPath(FilePath path, EventVector *events);
104 static uintptr_t FileDescriptorForPath(const FilePath& path);
124 FilePath target_;
  /external/chromium_org/cc/test/
paths.cc 13 bool PathProvider(int key, base::FilePath* result) {
14 base::FilePath cur;
  /external/chromium_org/chrome/browser/
chrome_process_singleton.h 32 const base::FilePath& user_data_dir,
36 const base::FilePath& user_data_dir,
iframe_browsertest.cc 18 base::FilePath(), base::FilePath().AppendASCII(file));
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h 38 const base::FilePath& drive_tmp_download_path);
48 typedef base::Callback<void(const base::FilePath&)>
52 const base::FilePath& drive_path,
59 void SetDownloadParams(const base::FilePath& drive_path,
63 base::FilePath GetTargetPath(const content::DownloadItem* download);
66 base::FilePath GetCacheFilePath(const content::DownloadItem* download);
98 const base::FilePath* cache_file_path,
112 base::FilePath drive_tmp_download_path_;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.h 38 void RunAfterMarkCacheFileAsMounted(const base::FilePath& display_name,
40 const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend_unittest.cc 31 base::FilePath::FromUTF8Unsafe(path));
51 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories();
52 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end());
61 EXPECT_TRUE(root_dirs_set.count(base::FilePath(FPL("/usr/share/oem"))));
86 base::FilePath(FPL("/a/b/c")));
90 base::FilePath(FPL("/b/c/d")));
96 base::FilePath(FPL("/g/c/d")));
100 base::FilePath(FPL("/g/d/e")));
102 std::vector<base::FilePath> root_dirs = backend.GetRootDirectories();
103 std::set<base::FilePath> root_dirs_set(root_dirs.begin(), root_dirs.end())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_component_extension_resource_manager.cc 66 const base::FilePath& extension_path,
67 const base::FilePath& resource_path,
69 base::FilePath directory_path = extension_path;
70 base::FilePath resources_dir;
71 base::FilePath relative_path;
79 std::map<base::FilePath, int>::const_iterator entry =
91 base::FilePath resource_path = base::FilePath().AppendASCII(
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 14 class FilePath;
44 const base::FilePath& local_path)> CreateSnapshotFileSuccessCallback;
69 const base::FilePath& file_path,
76 const base::FilePath& root,
83 const base::FilePath& device_file_path,
84 const base::FilePath& local_path,
96 const base::FilePath& device_file_path,
120 const base::FilePath::StringType& device_location,
  /external/chromium_org/chrome/browser/parsers/
metadata_parser.h 11 class FilePath;
35 explicit MetadataParser(const base::FilePath& path) {}
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.h 15 const base::FilePath& profile_path,
32 base::FilePath profile_path_;
storage_partition_descriptor.h 16 StoragePartitionDescriptor(const base::FilePath& partition_path,
21 const base::FilePath 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/ui/ash/
screenshot_taker.h 46 const base::FilePath& screenshot_path) = 0;
66 const base::FilePath& screenshot_path);
76 base::FilePath screenshot_path,
83 base::FilePath screenshot_path);
87 base::FilePath screenshot_path,
91 void SetScreenshotDirectoryForTest(const base::FilePath& directory);
98 const base::FilePath& screenshot_path);
108 base::FilePath screenshot_directory_for_test_;
  /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/
itunes_library.h 21 Track(uint64 id, const base::FilePath& location);
25 base::FilePath location;
  /external/chromium_org/chrome/installer/util/
user_experiment.h 16 class FilePath;
63 const base::FilePath& application_path);
  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.h 14 class FilePath;
30 explicit DicReader(const 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_;

Completed in 1579 milliseconds

<<21222324252627282930>>