Searched defs:ScopedFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/common/blob/
H A Dscoped_file.cc16 ScopedFile::ScopedFile() function in class:storage::ScopedFile
20 ScopedFile::ScopedFile(const base::FilePath& path, function in class:storage::ScopedFile
32 ScopedFile::ScopedFile(RValue other) { function in class:storage::ScopedFile
36 ScopedFile::~ScopedFile() {
40 void ScopedFile::AddScopeOutCallback(
48 base::FilePath ScopedFile
[all...]
H A Dscoped_file.h25 // pass the ownership of ScopedFile.
29 class STORAGE_COMMON_EXPORT ScopedFile { class in namespace:storage
33 MOVE_ONLY_TYPE_FOR_CPP_03(ScopedFile, RValue)
46 ScopedFile();
50 ScopedFile(const base::FilePath& path,
56 ScopedFile(RValue other);
57 ScopedFile& operator=(RValue rhs) {
62 ~ScopedFile();
84 void MoveFrom(ScopedFile& other);

Completed in 82 milliseconds