Searched defs:file_path (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store_unittest.cc13 ValueStore* Param(const base::FilePath& file_path) { argument
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_mac.cc19 base::FilePath file_path; local
20 if (ReadBookmarksFromPasteboard(type, elements, &file_path)) {
21 profile_path_ = file_path;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.cc10 const base::FilePath& file_path,
9 GetFileContent( const base::FilePath& file_path, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback) argument
H A Dfile_system_observer.h30 const base::FilePath& file_path) {}
29 OnDriveSyncError(file_system::DriveSyncErrorType type, const base::FilePath& file_path) argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dmime_util.cc7 #include "base/files/file_path.h"
13 std::string GetMimeTypeForPath(const base::FilePath& file_path) { argument
14 const base::FilePath::StringType file_extension = file_path.Extension();
/external/chromium_org/media/base/
H A Dtest_data_util.cc16 base::FilePath file_path; local
17 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &file_path));
19 return file_path.AppendASCII("media")
26 base::FilePath file_path = GetTestDataFilePath(name); local
29 CHECK(base::GetFileSize(file_path, &tmp))
37 file_path, reinterpret_cast<char*>(buffer->writable_data()),
/external/chromium_org/ui/shell_dialogs/
H A Dselected_file_info.h10 #include "base/files/file_path.h"
19 base::FilePath file_path; member in struct:ui::SelectedFileInfo
23 // |real_path| can differ from |file_path| for drive files (e.g.
26 // If not set, defaults to |file_path|.
/external/chromium_org/base/mac/
H A Dmac_logging.cc15 OSStatusLogMessage::OSStatusLogMessage(const char* file_path, argument
19 : LogMessage(file_path, line, severity),
H A Dmach_logging.cc32 MachLogMessage::MachLogMessage(const char* file_path, argument
36 : LogMessage(file_path, line, severity),
48 BootstrapLogMessage::BootstrapLogMessage(const char* file_path, argument
52 : LogMessage(file_path, line, severity),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator_filter.cc10 #include "base/files/file_path.h"
19 const base::FilePath& file_path) {
20 const base::FilePath& base_name = file_path.BaseName();
38 file_path.GetComponents(&components);
62 // It's correct that we use file_path, not base_name, here, because we
64 DWORD file_attributes = ::GetFileAttributes(file_path.value().c_str());
18 ShouldPackageFile( const base::FilePath& file_path) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbinary_feature_extractor_posix.cc17 const base::FilePath& file_path,
21 const base::FilePath& file_path,
16 CheckSignature( const base::FilePath& file_path, ClientDownloadRequest_SignatureInfo* signature_info) argument
20 ExtractImageHeaders( const base::FilePath& file_path, ClientDownloadRequest_ImageHeaders* image_headers) argument
/external/chromium_org/content/browser/loader/
H A Dtemporary_file_stream.cc25 const base::FilePath& file_path) {
39 file_path,
21 DidCreateTemporaryFile( const CreateTemporaryFileStreamCallback& callback, scoped_ptr<base::FileProxy> file_proxy, base::File::Error error_code, const base::FilePath& file_path) argument
/external/chromium_org/content/public/browser/
H A Ddownload_save_info.h9 #include "base/files/file_path.h"
15 // In the case of download continuation, |file_path| is set to the current file
25 base::FilePath file_path; member in struct:content::DownloadSaveInfo
28 // a path (only a filename), and is only effective if |file_path| is empty.
40 // If |prompt_for_save_location| is true, and |file_path| is empty, then
42 // the location will be determined automatically using |file_path| as a
43 // basis if |file_path| is not empty.
/external/chromium_org/courgette/
H A Dbase_test_unittest.cc21 base::FilePath file_path = test_dir_; local
22 file_path = file_path.AppendASCII(file_name);
25 EXPECT_TRUE(base::ReadFileToString(file_path, &file_bytes));
/external/chromium_org/ppapi/shared_impl/
H A Dfile_ref_util.cc7 #include "base/files/file_path.h"
22 const base::FilePath::StringType& file_path = path.value(); local
23 size_t pos = file_path.rfind(base::FilePath::kSeparators[0]);
26 return base::WideToUTF8(file_path.substr(pos + 1));
28 return file_path.substr(pos + 1);
41 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path);
42 if (file_path.ReferencesParent())
/external/chromium_org/base/
H A Dvalue_conversions.cc10 #include "base/files/file_path.h"
23 bool GetValueAsFilePath(const Value& value, FilePath* file_path) { argument
27 if (file_path)
28 *file_path = FilePath::FromUTF8Unsafe(str);
/external/chromium_org/cc/test/
H A Dpixel_test_utils.cc17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path, argument
23 base::CreateDirectory(file_path.DirName())) {
26 return base::WriteFile(file_path, data, size) == size;
31 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap) { argument
34 return base::ReadFileToString(file_path, &png_data) &&
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation_unittest.cc10 #include "base/files/file_path.h"
44 base::FilePath file_path; local
51 &error, &file_path, &close_callback));
55 ASSERT_TRUE(base::PathExists(file_path));
57 ASSERT_TRUE(base::GetFileSize(file_path, &local_file_size));
70 base::FilePath file_path; local
77 &error, &file_path, &close_callback));
90 base::FilePath file_path; local
97 &error, &file_path, &close_callback));
109 base::FilePath file_path; local
142 base::FilePath file_path; local
177 base::FilePath file_path; local
207 base::FilePath file_path; local
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfile_system_backend_delegate.cc8 #include "base/files/file_path.h"
48 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local
49 if (file_path.empty())
56 file_path, offset, expected_modification_time));
67 base::FilePath file_path = util::ExtractDrivePathFromFileSystemUrl(url); local
69 if (file_path.empty() || util::HasGDocFileExtension(file_path))
75 context->default_file_task_runner(),file_path, offset));
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h10 #include "base/files/file_path.h"
40 const base::FilePath& file_path() const { return file_path_; } function in class:chromeos::file_system_provider::util::FileSystemURLParser
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_loader.h57 ImageInfo(const std::string& file_path,
62 const std::string file_path; member in struct:chromeos::UserImageLoader::ImageInfo
71 // Reads the image from |image_info.file_path| and starts the decoding
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_cache_fake.cc40 base::FilePath* file_path,
48 if (file_path)
49 *file_path = it->second.second;
55 const base::FilePath& file_path,
60 cache_[id].second = file_path;
64 base::Bind(callback, file_path, false));
66 callback.Run(file_path, true);
39 GetExtension(const std::string& id, base::FilePath* file_path, std::string* version) argument
54 PutExtension(const std::string& id, const base::FilePath& file_path, const std::string& version, const PutExtensionCallback& callback) argument
/external/chromium_org/chrome/browser/
H A Dicon_loader.cc13 IconLoader::IconLoader(const base::FilePath& file_path, argument
17 file_path_(file_path),
/external/chromium_org/chrome/browser/local_discovery/storage/
H A Dpath_util.cc69 ParsedPrivetPath::ParsedPrivetPath(const base::FilePath& file_path) { argument
71 file_path.GetComponents(&components);
/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy_unittest.cc7 #include "base/files/file_path.h"
49 const base::FilePath file_path; local
55 file_path,

Completed in 3806 milliseconds

1234567891011>>