HomeSort by relevance Sort by last modified time
    Searched defs:ScopedFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/common/blob/
scoped_file.cc 16 ScopedFile::ScopedFile()
20 ScopedFile::ScopedFile(
32 ScopedFile::ScopedFile(RValue other) {
36 ScopedFile::~ScopedFile() {
40 void ScopedFile::AddScopeOutCallback(
48 base::FilePath ScopedFile::Release()
    [all...]
scoped_file.h 25 // pass the ownership of ScopedFile.
29 class WEBKIT_STORAGE_COMMON_EXPORT ScopedFile {
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 455 milliseconds