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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc 28 typedef std::map<ReservationKey, base::FilePath> ReservationMap;
66 base::FilePath last_target_path_;
72 bool IsPathReserved(const base::FilePath& path) {
78 // files. So given a FilePath, we can't derive a normalized key that we can
91 bool IsPathInUse(const base::FilePath& path) {
109 bool TruncateFileName(base::FilePath* path, size_t limit) {
110 base::FilePath basename(path->BaseName());
115 base::FilePath dir(path->DirName());
116 base::FilePath::StringType ext(basename.Extension());
117 base::FilePath::StringType name(basename.RemoveExtension().value())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.h 21 virtual void FileSelected(const base::FilePath& path) = 0;
31 const base::FilePath& last_directory,
37 static void SkipPickerAndAlwaysSelectPathForTest(base::FilePath* path);
46 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager.cc 26 const base::FilePath& unpacked_extension_root,
27 const base::FilePath& local_install_dir,
40 const base::FilePath& local_install_dir,
41 const base::FilePath& extension_root) OVERRIDE {
  /external/chromium_org/chrome/browser/
logging_chrome_unittest.cc 39 base::FilePath filename = logging::GetLogFileName();
40 ASSERT_NE(base::FilePath::StringType::npos,
50 base::FilePath filename = logging::GetLogFileName();
51 ASSERT_EQ(base::FilePath(FILE_PATH_LITERAL("test value")).value(),
  /external/chromium_org/chrome/browser/media/
test_license_server_config.h 14 class FilePath;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
file_path_watcher_util.h 20 const base::FilePath& path,
media_path_filter.cc 19 const base::FilePath::CharType* const kExtraSupportedImageExtensions[] = {
54 const base::FilePath::CharType* const kExtraSupportedVideoExtensions[] = {
68 const base::FilePath::CharType* const kExtraSupportedAudioExtensions[] = {
79 bool IsUnsupportedExtension(const base::FilePath::StringType& extension) {
85 std::vector<base::FilePath::StringType> GetMediaExtensionList(
87 std::vector<base::FilePath::StringType> extensions;
89 std::vector<base::FilePath::StringType>::iterator new_end =
100 bool MediaPathFilter::ShouldSkip(const base::FilePath& path) {
101 const base::FilePath::StringType base_name = path.BaseName().value();
150 bool MediaPathFilter::Match(const base::FilePath& path)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.h 16 const base::FilePath& device_file_path,
17 const base::FilePath& snapshot_file_path,
23 base::FilePath device_file_path;
26 base::FilePath snapshot_file_path;
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.h 24 class FilePath;
88 const base::FilePath& memento_file_path);
89 static void StoreValueOnFileThread(const base::FilePath& memento_file_path,
94 base::FilePath GetMementoFilePath() const;
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 50 void Init(const base::FilePath& cookie_path,
51 const base::FilePath& server_bound_cert_path,
52 const base::FilePath& cache_path,
54 const base::FilePath& media_cache_path,
56 const base::FilePath& extensions_cookie_path,
57 const base::FilePath& profile_path,
58 const base::FilePath& infinite_cache_path,
75 const base::FilePath& partition_path,
91 const base::FilePath& partition_path,
157 base::FilePath cookie_path
    [all...]
profile_manager.h 36 explicit ProfileManager(const base::FilePath& user_data_dir);
77 Profile* GetProfile(const base::FilePath& profile_dir);
85 void CreateProfileAsync(const base::FilePath& profile_path,
97 base::FilePath GetInitialProfileDir();
102 Profile* GetLastUsedProfile(const base::FilePath& user_data_dir);
106 base::FilePath GetLastUsedProfileDir(const base::FilePath& user_data_dir);
114 const base::FilePath& user_data_dir);
123 Profile* GetProfileByPath(const base::FilePath& path) const;
133 static base::FilePath CreateMultiProfileAsync
    [all...]
  /external/chromium_org/chrome/browser/task_profiler/
auto_tracking.cc 17 void AutoTracking::set_output_file_path(const base::FilePath &path) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 21 class FilePath;
64 virtual base::FilePath GetProfilePath(
65 const base::FilePath& user_data_dir) = 0;
66 virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.h 38 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
40 const base::FilePath& profile_path,
43 const base::FilePath& profile_path,
46 const base::FilePath& profile_path) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_loader_handler.h 53 void LoadUnpackedExtensionImpl(const base::FilePath& file_path);
56 void OnLoadFailure(const base::FilePath& file_path, const std::string& error);
61 void NotifyFrontendOfFailure(const base::FilePath& file_path,
74 base::FilePath failed_path_;
  /external/chromium_org/chrome/installer/setup/
uninstall.h 19 class FilePath;
40 const base::FilePath& application_directory);
75 const base::FilePath& setup_exe,
95 const base::FilePath& setup_exe,
  /external/chromium_org/chrome/installer/util/
create_dir_work_item.cc 13 CreateDirWorkItem::CreateDirWorkItem(const base::FilePath& path)
20 top_path_ = base::FilePath();
24 base::FilePath parent_dir(path_);
56 base::FilePath path_to_delete(path_);
  /external/chromium_org/chrome/test/base/
test_launcher_utils.h 26 const base::FilePath& user_data_dir) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_system_nss.h 20 class FilePath;
30 bool Init(const base::FilePath& dll_path, const base::FilePath& db_path);
45 bool ReadAndParseSignons(const base::FilePath& sqlite_file,
  /external/chromium_org/components/breakpad/browser/
crash_dump_manager_android.h 40 explicit CrashDumpManager(const base::FilePath& crash_dump_dir);
49 typedef std::map<int, base::FilePath> ChildProcessIDToMinidumpPath;
51 static void ProcessMinidump(const base::FilePath& minidump_path,
75 base::FilePath crash_dump_dir_;
  /external/chromium_org/components/feedback/
feedback_report.h 29 FeedbackReport(const base::FilePath& path,
43 static void LoadReportsAndQueue(const base::FilePath& user_dir,
51 base::FilePath file_;
53 base::FilePath reports_path_;
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.h 28 const base::FilePath& config_dir,
39 void LoadFromPath(const base::FilePath& path,
49 void OnFileUpdated(const base::FilePath& path, bool error);
52 base::FilePath config_dir_;
  /external/chromium_org/components/storage_monitor/
removable_device_constants.cc 21 const base::FilePath::CharType kDCIMDirectoryName[] = FILE_PATH_LITERAL("DCIM");
removable_device_constants.h 27 extern const base::FilePath::CharType kDCIMDirectoryName[];
  /external/chromium_org/content/browser/download/
download_file.h 37 const base::FilePath& path)>
50 virtual void RenameAndUniquify(const base::FilePath& full_path,
56 virtual void RenameAndAnnotate(const base::FilePath& full_path,
65 virtual base::FilePath FullPath() const = 0;

Completed in 1240 milliseconds

<<11121314151617181920>>