Searched refs:scoped_file (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/storage/browser/fileapi/
H A Dtransient_file_util.cc45 ScopedFile scoped_file(
49 scoped_file.AddScopeOutCallback(
52 return scoped_file.Pass();
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc82 ScopedFile scoped_file) {
83 if (scoped_file.path().empty())
92 ShareableFileMap::value_type(scoped_file.path(), null_reference));
94 scoped_file.Release();
100 new ShareableFileReference(scoped_file.Pass()));
111 ShareableFileReference::ShareableFileReference(ScopedFile scoped_file) argument
112 : scoped_file_(scoped_file.Pass()) {
81 GetOrCreate( ScopedFile scoped_file) argument
H A Dshareable_file_reference.h10 #include "storage/common/blob/scoped_file.h"
40 // Returns a ShareableFileReference for the given path of the |scoped_file|,
41 // creating a new reference if none yet exists. The ownership of |scoped_file|
44 // and scope-out-callbacks of the given |scoped_file| is ignored.
45 // If the given scoped_file has an empty path (e.g. maybe already
51 ScopedFile scoped_file);
64 ShareableFileReference(ScopedFile scoped_file);
/external/chromium_org/content/browser/fileapi/
H A Dtransient_file_util_unittest.cc16 #include "storage/common/blob/scoped_file.h"
95 storage::ScopedFile scoped_file = file_util()->CreateSnapshotFile( local
/external/chromium_org/storage/
H A Dstorage_common.target.darwin-arm.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.darwin-arm64.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.darwin-mips.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.darwin-mips64.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.darwin-x86.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.darwin-x86_64.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-arm.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-arm64.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-mips.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-mips64.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-x86.mk28 storage/common/blob/scoped_file.cc \
H A Dstorage_common.target.linux-x86_64.mk28 storage/common/blob/scoped_file.cc \
/external/chromium_org/base/
H A Dbase.target.darwin-arm.mk115 base/files/scoped_file.cc \
H A Dbase.target.darwin-arm64.mk115 base/files/scoped_file.cc \
H A Dbase.target.darwin-mips.mk115 base/files/scoped_file.cc \
H A Dbase.target.darwin-mips64.mk115 base/files/scoped_file.cc \
H A Dbase.target.darwin-x86.mk116 base/files/scoped_file.cc \
H A Dbase.target.darwin-x86_64.mk116 base/files/scoped_file.cc \
H A Dbase.target.linux-arm.mk115 base/files/scoped_file.cc \
H A Dbase.target.linux-arm64.mk115 base/files/scoped_file.cc \
H A Dbase.target.linux-mips.mk115 base/files/scoped_file.cc \

Completed in 185 milliseconds

12