HomeSort by relevance Sort by last modified time
    Searched full:filepath (Results 801 - 825 of 4655) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation_unittest.cc 33 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
49 base::FilePath local_path;
68 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
86 base::FilePath file_in_root(FILE_PATH_LITERAL(
99 base::FilePath file_in_root(FILE_PATH_LITERAL("drive/root/File 1.txt"));
112 base::FilePath local_path;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher_unittest.cc 45 void WriteSomethingAfterStartWatch(const base::FilePath& path,
70 base::FilePath GetTempPath(const std::string& name) {
95 base::FilePath path1 = GetTempPath("foo.txt");
96 base::FilePath path2 = GetTempPath("bar.png");
97 base::FilePath path3 = GetTempPath("buz.doc");
98 base::FilePath path4 = GetTempPath("mya.mp3");
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 21 class FilePath;
48 static base::FilePath GetProfileDirByLegacyLoginProfileSwitch();
51 static base::FilePath GetProfilePathByUserIdHash(
55 static base::FilePath GetSigninProfileDir();
65 static base::FilePath GetUserProfileDir(const std::string& user_id_hash);
80 base::FilePath GetActiveUserProfileDir();
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 30 const base::FilePath::CharType* kRootRelativeToDriveMount =
66 base::FilePath::StringType string_value;
70 base::FilePath::StringType expanded_value;
76 if (position != base::FilePath::StringType::npos) {
77 base::FilePath::StringType google_drive_root;
87 base::FilePath::StringType(kDriveNamePolicyVariableName).length(),
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc 41 base::FilePath pem_path = test_data_dir_.
43 base::FilePath path_v1 = PackExtensionWithOptions(
48 base::FilePath());
49 base::FilePath path_v2 = PackExtensionWithOptions(
54 base::FilePath());
95 base::FilePath extension_dir =
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_manager.h 45 const base::FilePath& watch_path,
53 const base::FilePath& watch_path,
62 typedef std::map<base::FilePath, GalleryFilePathWatcher*> WatcherMap;
74 const base::FilePath& watch_path,
80 void StopGalleryWatch(const base::FilePath& watch_path,
91 void RemoveGalleryFilePathWatcherEntry(const base::FilePath& watch_path);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 25 void WriteTestNativeHostManifest(const base::FilePath& target_dir,
27 const base::FilePath& host_path,
40 base::FilePath manifest_path = target_dir.AppendASCII(host_name + ".json");
71 base::FilePath test_user_data_dir;
87 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.py");
89 base::FilePath host_path = test_user_data_dir.AppendASCII("echo.bat");
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock.cc 57 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
72 FirefoxProfileLock::FirefoxProfileLock(const base::FilePath& path) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl.cc 58 const base::FilePath& path) {
67 base::FilePath library_root =
68 base::FilePath::FromUTF8Unsafe(unique_id).DirName();
76 const base::FilePath& path) {
85 base::FilePath library_root =
86 base::FilePath::FromUTF8Unsafe(unique_id).DirName();
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 13 class FilePath;
64 const base::FilePath& pref_filename,
71 const base::FilePath& pref_filename,
82 void SchedulePrefsFilePathVerification(const base::FilePath& profile_path);
93 const base::FilePath& initial_profile_path);
98 const base::FilePath& profile_path,
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 57 const base::FilePath& partition_path,
67 virtual base::FilePath last_selected_directory() OVERRIDE;
68 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
93 virtual base::FilePath GetPath() const OVERRIDE;
106 const base::FilePath& partition_path,
139 base::FilePath last_selected_directory_;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_loader.js 115 * @param {string} filePath The path to the unpacked extension.
123 notifyFailed: function(filePath, reason, manifest) {
124 this.loadError_.show(filePath, reason, manifest);
130 * @param {string} filePath The path to the unpacked extension.
135 ExtensionLoader.notifyLoadFailed = function(filePath, reason, manifest) {
136 ExtensionLoader.getInstance().notifyFailed(filePath, reason, manifest);
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_browsertest.cc 49 base::FilePath(), base::FilePath(FILE_PATH_LITERAL("french_page.html")));
72 base::FilePath(), base::FilePath(FILE_PATH_LITERAL("french_page.html")));
92 base::FilePath(), base::FilePath(FILE_PATH_LITERAL("french_page.html")));
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 27 base::FilePath GetProfilePath(const base::DictionaryValue& root,
33 return base::FilePath();
39 base::FilePath path = base::FilePath::FromUTF16Unsafe(path16);
60 base::FilePath GetFirefoxProfilePath() {
61 base::FilePath ini_file = GetProfilesINI();
69 base::FilePath GetFirefoxProfilePathFromDictionary(
84 return base::FilePath();
104 base::FilePath* output) {
105 base::FilePath path(path_from_file)
    [all...]
  /external/chromium_org/chrome/common/media_galleries/
picasa_test_util.cc 15 void WriteAlbumTable(const base::FilePath& column_file_destination,
45 const base::FilePath& column_file_destination,
46 const base::FilePath& test_folder_1_path,
47 const base::FilePath& test_folder_2_path) {
94 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path,
95 const base::FilePath& test_folder_2_path) {
picasa_types.cc 14 base::File OpenFile(const base::FilePath& directory_path,
16 base::FilePath path = directory_path.Append(base::FilePath::FromUTF8Unsafe(
21 base::File OpenColumnFile(const base::FilePath& directory_path,
43 const std::string& uid, const base::FilePath& path)
56 AlbumTableFiles::AlbumTableFiles(const base::FilePath& directory_path)
  /external/chromium_org/chrome/installer/util/
product.h 85 bool LaunchChrome(const base::FilePath& application_path) const;
93 bool LaunchChromeAndWait(const base::FilePath& application_path,
107 void AddKeyFiles(std::vector<base::FilePath>* key_files) const;
110 void AddComDllList(std::vector<base::FilePath>* com_dll_list) const;
123 const base::FilePath& target_exe,
126 void LaunchUserExperiment(const base::FilePath& setup_path,
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 72 base::FilePath file_path;
109 base::FilePath GetAppDataDir() {
110 base::FilePath file_path;
116 return base::FilePath();
122 void DeleteLeakedFiles(const base::FilePath& dir) {
125 for (base::FilePath file_path = enumerator.Next(); !file_path.empty();
198 bool LaunchPrintDialog(const base::FilePath& xps_path,
207 base::FilePath chrome_path = GetChromeExePath();
215 base::FilePath chrome_profile = GetChromeProfilePath();
242 base::FilePath ie_path
    [all...]
  /external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc 22 virtual bool GetPnaclDirectory(base::FilePath* pnacl_dir) OVERRIDE {
27 void SetPnaclDirectory(const base::FilePath& pnacl_dir) {
32 base::FilePath pnacl_path_;
69 base::FilePath kTestPnaclPath = scoped_tmp_dir.path();
76 base::FilePath out_path;
78 base::FilePath expected_path = kTestPnaclPath.Append(
  /external/chromium_org/components/storage_monitor/
storage_monitor_win_unittest.cc 113 std::vector<base::FilePath> initial_devices =
115 for (std::vector<base::FilePath>::const_iterator it = initial_devices.begin();
137 std::vector<base::FilePath> checked_devices =
276 base::FilePath(ASCIIToUTF16("F:\\")), &info));
283 base::FilePath(ASCIIToUTF16("G:\\")), &info));
285 base::FilePath(ASCIIToUTF16("F:\\")), &info));
288 base::FilePath(ASCIIToUTF16("F:\\subdir")), &info1));
291 base::FilePath(ASCIIToUTF16("F:\\subdir\\sub")), &info2));
302 base::FilePath(FILE_PATH_LITERAL("F:\\mount1")),
305 base::FilePath(FILE_PATH_LITERAL("F:\\mount1\\subdir"))
    [all...]
  /external/chromium_org/content/browser/download/
download_net_log_parameters.h 17 class FilePath;
41 base::Value* ItemRenamedNetLogCallback(const base::FilePath* old_filename,
42 const base::FilePath* new_filename,
73 base::Value* FileOpenedNetLogCallback(const base::FilePath* file_name,
83 base::Value* FileRenamedNetLogCallback(const base::FilePath* old_filename,
84 const base::FilePath* new_filename,
drag_download_util.cc 24 base::FilePath* file_name,
46 *file_name = base::FilePath(file_name_str);
48 *file_name = base::FilePath(base::UTF16ToUTF8(file_name_str));
57 base::File CreateFileForDrop(base::FilePath* file_path) {
62 base::FilePath new_file_path;
95 const base::FilePath& file_path) {
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h 37 const base::FilePath& plugin_path,
38 const base::FilePath& profile_data_directory,
52 virtual const base::FilePath& GetPluginPath() OVERRIDE;
53 virtual const base::FilePath& GetProfileDataDirectory() OVERRIDE;
113 base::FilePath plugin_path_;
114 base::FilePath profile_data_directory_;
  /external/chromium_org/content/public/common/
page_state.cc 18 base::FilePath ToFilePath(const base::NullableString16& s) {
19 return base::FilePath::FromUTF16Unsafe(s.string());
23 std::vector<base::FilePath>* output) {
79 const base::FilePath* optional_body_file_path) {
122 std::vector<base::FilePath> PageState::GetReferencedFiles() const {
123 std::vector<base::FilePath> results;
  /external/chromium_org/content/public/test/
mock_download_manager.h 31 base::FilePath current_path;
32 base::FilePath target_path;
50 const base::FilePath& current_path,
51 const base::FilePath& target_path,
105 const base::FilePath& current_path,
106 const base::FilePath& target_path,

Completed in 2636 milliseconds

<<31323334353637383940>>