Searched defs:result_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.cc80 // |result_path| is set if |locale_string| maps to a localized directory name
86 base::FilePath* result_path) {
90 DCHECK(result_path);
102 *result_path = localized_auto_add_path;
153 base::FilePath result_path; local
158 &result_path)) {
159 return result_path;
163 language, &result_path)) {
164 return result_path;
170 "en", &result_path)) {
82 CheckLocaleStringAutoAddPath( const base::FilePath& media_path, const std::map<std::string, std::string>& localized_dir_names, const std::string& locale_string, base::FilePath* result_path) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_sync_unittest.cc211 base::FilePath result_path; local
221 &result_path),
226 EXPECT_EQ(normalized_path, result_path);
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc312 base::FilePath result_path; local
350 const base::FilePath& result_path) {
354 *result_path_p = result_path;
346 SetRenameResult(const base::Closure& closure, DownloadInterruptReason* reason_p, base::FilePath* result_path_p, DownloadInterruptReason reason, const base::FilePath& result_path) argument

Completed in 127 milliseconds