Searched defs:file_path (Results 1 - 25 of 322) 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/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.h33 const base::FilePath& file_path) {}
32 OnDriveSyncError(file_system::DriveSyncErrorType type, const base::FilePath& file_path) argument
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_mac.cc21 base::FilePath file_path; local
22 if (ReadBookmarksFromPasteboard(type, elements, &file_path)) {
23 profile_path_ = file_path;
/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/chrome/browser/chromeos/drive/file_system/
H A Dopen_file_operation_unittest.cc9 #include "base/files/file_path.h"
46 base::FilePath file_path; local
53 &error, &file_path, &close_callback));
57 ASSERT_TRUE(base::PathExists(file_path));
59 ASSERT_TRUE(base::GetFileSize(file_path, &local_file_size));
72 base::FilePath file_path; local
79 &error, &file_path, &close_callback));
92 base::FilePath file_path; local
99 &error, &file_path, &close_callback));
111 base::FilePath file_path; local
144 base::FilePath file_path; local
179 base::FilePath file_path; local
209 base::FilePath file_path; local
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h10 #include "base/files/file_path.h"
43 const base::FilePath& file_path() const { return file_path_; } function in class:chromeos::file_system_provider::util::FileSystemURLParser
66 const base::FilePath& file_path() const { return file_path_; } function in class:chromeos::file_system_provider::util::LocalPathParser
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcreate_file.cc18 const base::FilePath& file_path,
21 file_path_(file_path),
37 options.file_path = file_path_.AsUTF8Unsafe();
16 CreateFile(extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& file_path, const storage::AsyncFileUtil::StatusCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_loader.h60 ImageInfo(const std::string& file_path,
65 const std::string file_path; member in struct:chromeos::UserImageLoader::ImageInfo
74 // 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/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,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_handlers_helper.cc52 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui) { argument
66 file_path,
/external/chromium_org/chrome/installer/util/
H A Duninstall_metrics.cc9 #include "base/files/file_path.h"
75 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path, argument
77 JSONFileValueSerializer json_serializer(file_path);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.h10 #include "base/files/file_path.h"
27 explicit DOMStorageDatabase(const base::FilePath& file_path);
44 const base::FilePath& file_path() const { return file_path_; } function in class:content::DOMStorageDatabase
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_database_test_helper.cc28 base::FilePath file_path; local
32 while (!(file_path = file_enum.Next()).empty()) {
35 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
39 picked_file_path = file_path;
80 base::FilePath file_path; local
81 while (!(file_path = file_enum.Next()).empty()) {
84 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()),
87 base::DeleteFile(file_path, false);

Completed in 4692 milliseconds

1234567891011>>