Searched refs:file_path_ (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Dicon_loader.cc17 file_path_(file_path),
33 group_ = ReadGroupIDFromFilepath(file_path_);
37 if (IsIconMutableFromFilepath(file_path_) ||
H A Dicon_loader.h93 base::FilePath file_path_; member in class:IconLoader
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util.h40 const base::FilePath& file_path() const { return file_path_; }
45 base::FilePath file_path_; member in class:chromeos::file_system_provider::util::FileSystemURLParser
H A Dmount_path_util.cc104 file_path_ = base::FilePath::FromUTF8Unsafe("/");
107 file_path_ = file_path_.Append(components[i]);
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image.h65 const std::string& file_path() const { return file_path_; }
66 void set_file_path(const std::string& file_path) { file_path_ = file_path; }
77 std::string file_path_; member in class:chromeos::UserImage
/external/chromium_org/ui/ozone/platform/test/
H A Dozone_platform_test.cc30 OzonePlatformTest(const base::FilePath& dump_file) : file_path_(dump_file) {}
64 surface_factory_ozone_.reset(new FileSurfaceFactory(file_path_));
77 base::FilePath file_path_; member in class:ui::__anon16231::OzonePlatformTest
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.cc31 : file_path_(file_path) {
49 if (known_to_be_empty_ && !file_path_.empty()) {
52 sql::Connection::Delete(file_path_);
79 !base::PathExists(file_path_);
141 bool database_exists = base::PathExists(file_path_);
154 if (file_path_.empty()) {
162 if (!db_->Open(file_path_)) {
164 << file_path_.value()
245 DCHECK(base::PathExists(file_path_));
254 if (!base::DirectoryExists(file_path_)
[all...]
H A Ddom_storage_database.h44 const base::FilePath& file_path() const { return file_path_; }
76 // Open the database at file_path_ if it exists already and creates it if
110 const base::FilePath file_path_; member in class:content::DOMStorageDatabase
/external/chromium_org/net/url_request/
H A Durl_fetcher_response_writer.cc56 file_path_(file_path),
70 if (file_path_.empty()) {
82 file_path_,
150 file_path_,
161 file_path_ = *temp_file_path;
164 file_path_,
H A Durl_fetcher_response_writer_unittest.cc59 file_path_ = temp_dir_.path().AppendASCII("test.txt");
61 base::MessageLoopProxy::current(), file_path_));
66 base::FilePath file_path_; member in class:net::URLFetcherFileWriterTest
83 EXPECT_EQ(file_path_.value(), writer_->file_path().value());
91 EXPECT_FALSE(base::PathExists(file_path_));
142 EXPECT_TRUE(base::PathExists(file_path_));
H A Durl_request_file_job.cc62 file_path_(file_path),
72 base::Bind(&URLRequestFileJob::FetchMetaInfo, file_path_,
143 if (!LowerCaseEqualsASCII(file_path_.Extension(), ".lnk"))
146 base::FilePath new_path = file_path_;
164 return LowerCaseEqualsASCII(file_path_.Extension(), ".svgz")
244 int rv = stream_->Open(file_path_, flags,
H A Durl_fetcher_response_writer.h91 const base::FilePath& file_path() const { return file_path_; }
101 // Drops ownership of the file at |file_path_|.
129 base::FilePath file_path_; member in class:net::URLFetcherFileWriter
131 // True when this instance is responsible to delete the file at |file_path_|.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.cc44 file_path_(file_path),
66 DCHECK(file_path_.empty());
67 file_path_ = file_path;
H A Dindexed_db_blob_info.h44 const base::FilePath& file_path() const { return file_path_; }
65 base::FilePath file_path_; // Only for File. member in class:content::IndexedDBBlobInfo
/external/chromium_org/net/base/
H A Dupload_element.h32 const base::FilePath& file_path() const { return file_path_; }
65 file_path_ = path;
76 base::FilePath file_path_; member in class:net::UploadElement
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc24 file_path_(file_path),
35 values->SetString("filePath", file_path_.AsUTF8Unsafe());
H A Dopen_file.h49 base::FilePath file_path_; member in class:chromeos::file_system_provider::operations::OpenFile
/external/chromium_org/net/socket/
H A Dunix_domain_socket_posix_unittest.cc158 file_path_.value(), socket_delegate_.get(), MakeAuthCallback());
164 : file_path_(path),
185 ASSERT_FALSE(file_path_.empty());
186 base::DeleteFile(file_path_, false /* not recursive */);
199 strncpy(addr.sun_path, file_path_.value().c_str(), sizeof(addr.sun_path));
220 const base::FilePath file_path_; member in class:net::__anon8952::UnixDomainSocketTestHelper
262 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
269 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
274 file_path_.value(), "", socket_delegate_.get(), MakeAuthCallback());
279 file_path_
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback.cc66 const base::FilePath file_path_; member in class:safe_browsing::__anon4513::DownloadFeedbackImpl
87 file_path_(file_path),
106 file_path_,
133 file_path_,
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.h63 const base::FilePath& file_path() const { return file_path_; }
90 const base::FilePath file_path_; member in class:zip::ZipReader::EntryInfo
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.cc52 file_path_(file_path),
81 if (file_path_.empty())
86 file_system_getter_, file_path_,
H A Dwebkit_file_stream_writer_impl.h66 const base::FilePath file_path_; member in class:drive::internal::WebkitFileStreamWriterImpl
/external/chromium_org/webkit/browser/blob/
H A Dlocal_file_stream_reader.cc52 file_path_,
66 file_path_(file_path),
93 file_path_, kOpenFlagsForRead,
/external/chromium_org/base/files/
H A Dfile_proxy.cc119 if (!CreateTemporaryFile(&file_path_)) {
131 file_.Initialize(file_path_, file_flags);
136 DeleteFile(file_path_, false);
137 file_path_.clear();
144 callback.Run(error_, file_path_);
148 FilePath file_path_; member in class:base::__anon2239::CreateTemporaryHelper
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc158 : file_path_(file_path),
172 DCHECK(!file_path_.empty());
200 base::Passed(&file_), file_path_));
224 observer_->OnDownloadCompleted(file_path_);

Completed in 521 milliseconds

123